The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- README updated with info for printer PDF Virtual Device activation
- README updated
- New
PRINTER_REBOOTED
value added to enumErrorCode
. - New
rebootPrinterOverTCPIP
function added.
printPdfFileOverTCPIP
function updated to abort printing and returnPRINTER_REBOOTED
error code when printer needs to be reboot to change the Virtual Device to PDF.
- Added support for PDF Direct printing on printers using Link-OS v6.3 or later.
- Added Virtual Device settings to allow the user to change the Virtual Device configuration.
- Example project updated.
- Added support of namespace property to support Android Gradle Plugin (AGP) 8. Projects with AGP < 4.2 should be compatible as well but it is highly recommended to update at least to AGP 7.0 or newer.
- Example project updated to work with AGP 8
- Static iOS ZSDK lib included as Pod. It fixes this issue
- Example project updated to null-safety
- Android plugin API updated to support v2 Embedding while remaining compatible with apps that don’t use the v2 Android embedding.
- Support for null safety.
- Example updated with new features
- Support for latest flutter frameworks
- Android ZPL print updated to send content in chunks, this way is better for big zpl templates
- iOS ZPL print updated to fix bug when printing big zpl templates
- Bug fixed when applying settings in Android.
- New read only setting added: resolution of the print head in dots per millimeter (dpmm)
- Support for printing configurations label.
- Minor bugs fixed.
- Support for custom timeout.
- Bug fixes in iOS connection exceptions
- Support for start manual calibration over TCP/IP.
- Support for getting and setting printer configurations over TCP/IP.
- Support for reset printer to default settings over TCP/IP.
- Support for ZPL printing (iOS and Android) over TCP/IP.
- Support for PDF printing (Android) over TCP/IP.