Skip to content

Releases: igorocampos/ESCPOS

v1.3.0

25 Feb 21:35
062a1df

Choose a tag to compare

  • Methods PrintBarcode and PrintQRCode are obsolete and will thow error if used (see #29)
  • Updated Tests to .NET 8
  • Printer class added, so things like Column and Encoding can be set and leveraged

v1.2.4

23 Jan 19:13

Choose a tag to compare

  • Renamed methods PrintBarcode and PrintQRCode and marked old ones as obsolete (see #29)
  • Added support for any Encoding instead of just UTF-8
  • Added Simple Commands as alias of existing ones (see #30)
  • Created Extension Methods for Barcode and QRCode (see #31)

v1.2.3

24 Nov 14:22
2edd870

Choose a tag to compare

  • Added new optional parameter for Barcode command (#26).
  • Added support for GitHub Codespaces
  • Added Dockerfile and docker-compose to the project
  • Updated to .NET 6

v1.2.2

28 Apr 21:06

Choose a tag to compare

  • Added some unit tests for Add extension method
  • Minor changes to README.md

v1.2.1

15 Sep 21:27

Choose a tag to compare

  • Enabled SourceLink

v1.2.0

18 Mar 14:32

Choose a tag to compare

v1.1.2

07 Jan 14:20

Choose a tag to compare

v1.1.1

07 Jan 14:20

Choose a tag to compare

v1.1.0

28 Aug 14:21

Choose a tag to compare

  • Moved Print method to Commands.cs
  • Moved all enums to Enums.cs

v1.0.3

28 Aug 14:16

Choose a tag to compare

  • No changes were made on its functionality
  • AssemblyVersion was corrected