5.0:
4.5.2:
- Fixed problem with iOS ARM Simulator.
4.5:
- Added Windows Arm64 build.
4.1:
- Fixed problem with BarcodeGenerator class where it did not work on console and web targets due to use of Graphics.ScaleX and Graphics.ScaleY which apparently don’t exist on console targets.
- Re-targeted iOS for lower minimum iOS version.
- Added arm64 iOS simulator target.
4.0:
- Added Apple Silicon compile (Not tested).
- Added Apple iOS compile class.
3.0:
- Added GenerateToPDF method to the QRCodeGenerator class.
- Added GetPDFBaseSize method to the QRCodeGenerator class.
- Added GenerateToPDF method to the BarcodeGenerator class (2 variations).
- Added GenerateToPDF method to the QRCodeGenerator class.
- Added ForeColor property to the QRCodeGenerator class.
- Added 2 more error result codes to the QRCodeGenerator class.
- Added 2 more error result codes to the BarcodeGenerator class.
- Changed many properties from Integer to Single to better support vector graphics.
- Updated Picture API’s in the BarcodeGenerator to use floating point graphics API’s for Modern Xojo versions.
- Added 2 new example projects to show how to generate barcode and QR Code into PDF document.
2.6.2:
- Recompiled against TypeLib 8.7 since there were compatibility issues after the latest changes in TypeLib.
- BarcodePlugin is now aware that RawBitmaps could be 16 bits per channel and rejects them gracefully.
2.6:
- The BarcodeDecoder class can now go in Multi mode to detect multiple codes at once.
- The BarcodeDecoder class now supports that the RawBitmap's have CMYK color space.
- Improved the Lumen source in the Barcode decoder class.
2.5:
- The BarcodeGenerator class can now Generate UPCA and UPCE barcodes both as Picture and as SVG in addition to the existing ones that it could do before.
- Added ForeColor property to the BarcodeGenerator class.
- Added BackColor property to the BarcodeGenerator class.
- The iOSBarcodeGenerator class can now Generate UPCA and UPCE barcodes in addition to the existing ones that it could do before.
- Added ForeColor property to the iOSBarcodeGenerator class. (Not currently supported in SVG exports on iOS)
- Added BackColor property to the iOSBarcodeGenerator class. (Not currently supported in SVG exports on iOS)
- Added new Enum value to the ErrorCodeType enum.
- Added two new enum values to the BarcodeType enum.
2.0:
- Added BarcodeGenerator class that supports generating Barcodes for EAN8, EAN13, Code39, Code93 and Code128 standards.
- The plugin now also ships with a Xojo iOSBarcodeGenerator class to generate barcodes for iOS platform. The iOSBarcodeGenerator can in this first phase generate EAN8, EAN13 and Code128 barcodes.
1.5:
- Added QRCodeGenerator class that can generate QRCodes into Bitmaps or vector files.
1.0:
- This is the first version