- Bluetooth printing support for Android
- Printer class replaced by PrinterNetworkManager
- Generate tickets using Ticket class
- Unified interfaces for WiFi/Bluetooth printings
- Better error handling using PosPrintResult class
- Examples updated
- Bluetooth printers support (beta version, iOS-only)
- printlnMixedKanji merged to println
- Can print rows/cols with mixed chinese/non-chinese texts
- Print mixed (chinese + latin) text. Only for printers supporting Kanji mode
- Print barcodes
- Added alternative printImageRaster method using (GS v 0) obsolete command
- Code refactoring
- Removed raw lib
- Code refactoring
- Image printing method has been improved
- Using ESC * command to print images instead of outdated GS v 0
- Added print image Flutter example
- Printing images (beta)
- printCodeTable bug fixed
- Updated test print example
- Better alignment
- Fixed columns alignment bug
- Added code page support
- Send raw command(s)
- Turn 90° clockwise rotation mode on/off
- Flutter example: discover active Wi-Fi printers
- Select character code table
- exported PosColumn
- Removed PosString class
- Added PosStyles and PosColumn classes
- Updated examples and readme
- Initial release
- Added basic functions (cut paper, write line, ...)
- Text styling (bold, underline, reverted, ...)
- Text align
- Table row printing (up to 12 columns of different width)