From e15326212b38bd2140299d3095a1626619a11a88 Mon Sep 17 00:00:00 2001 From: Klemen Kastelic Date: Wed, 13 Sep 2023 10:50:19 +0200 Subject: [PATCH] Version 4.3.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 8 +++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f841f16..614ce34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ # Changelog +## v4.3.0 (13.9.2023) + +- added experimental getStatus for epson printer, +- added wait for response flag to network interface, +- added example for get status with a network printer, +- added optional cut feeding ([jdgjsag67251](https://github.com/jdgjsag67251)), +- added encoding for TIS11 and TIS66 code pages (Thai language) ([kumkao](https://github.com/kumkao)), +- added options param to execute command ([avivsalman](https://github.com/avivsalman)), +- added support for Daruma thermal printer ([riquemoraes](https://github.com/riquemoraes)), +- fixed make library work with browser ([yelhouti](https://github.com/yelhouti)) + ## v4.2.1 (27.6.2023) - fixed keep initial CharacterSet after clear ([perbyhring](https://github.com/perbyhring)), - fixed printing code 128 barcodes ([zigzagzak](https://github.com/zigzagzak)), -- removed super calling when there is constructor to avoid unnecessary console error ([avivsalman](https://github.com/avivsalman)) +- removed super calling when there is constructor to avoid unnecessary console error ([avivsalman](https://github.com/avivsalman)), - removed console.log when printing ([OverSamu](https://github.com/OverSamu)) ## v4.2.0 (1.2.2023) diff --git a/package.json b/package.json index 433d881..7fecc1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-thermal-printer", - "version": "4.2.1", - "description": "Print on Epson, Tanca and Star thermal printers with NodeJS", + "version": "4.3.0", + "description": "Print on Epson, Star, Tranca and Drauma thermal printers with NodeJS", "main": "node-thermal-printer.js", "repository": { "type": "git", @@ -12,7 +12,9 @@ "thermal", "printer", "epson", - "star" + "star", + "daruma", + "tranca" ], "author": "Klemen Kastelic (http://kastelic.net/)", "license": "ISC",