Skip to content

Commit

Permalink
Version 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemen Kastelic committed Sep 13, 2023
1 parent 0da1761 commit e153262
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 12 additions & 1 deletion 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)
Expand Down
8 changes: 5 additions & 3 deletions 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",
Expand All @@ -12,7 +12,9 @@
"thermal",
"printer",
"epson",
"star"
"star",
"daruma",
"tranca"
],
"author": "Klemen Kastelic <klemen.kast@gmail.com> (http://kastelic.net/)",
"license": "ISC",
Expand Down

0 comments on commit e153262

Please sign in to comment.