Skip to content

Releases: doo/scanbot-barcode-scanner-sdk-ios-spm

5.2.1-Beta1

28 Jun 14:46
Compare
Choose a tag to compare
  • 🚀 Improvements:
    • Further improved detection of UPC and EAN barcodes with +2 and +5 extensions.

5.2.0

26 Jun 14:30
Compare
Choose a tag to compare
  • 🎉 New:
    • Added support for new barcode types Maxicode, rMQR code, Code 11 and Code 32.
    • Added properties australiaPostCustomerFormat, useIATA2OF5Checksum and useCode11Checksum to SBSDKBarcodeAdditionalParameters and SBSDKUI2BarcodeRecognizerConfiguration.
  • 🚀 Improvements:
    • Improved detection of UPC- and EAN extensions.
    • Added support for Extended Channel Interpretation (ECI) for Datamatrix and Aztec.
    • Improved GS1 string handling with new modes for decoding and validation. See SBSDKGS1Handling.
    • Added the ability to display the scanned barcodes image in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController by specifying SBSDKUI2ExpectedBarcode.barcodeImageKey for the expected barcodes imageproperty.
  • 🐞 Bug fixes:
    • Fixed a bug in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController that never showed the expected barcodes title, but always the barcode value.
    • Fixed a bug in the MultiScanning usecase of SBSDKUI2BarcodeScannerViewController that removed all scanned barcodes after cancelling the error message on a failed item mapping.
  • ⚠️ Breaking Changes:
    • Removed enum SBSDKBarcodeDensity.
    • Removed property codeDensity from SBSDKBarcodeAdditionalParameters.
    • Removed enum values validate and decode from SBSDKGS1Handling and replaced them by decodeStructure, decodeFull, validateStructure and validateFull.

5.1.3

26 Jun 14:02
Compare
Choose a tag to compare
  • 🚀 Improvements:
    • Improved detection of UPC/EAN barcodes extensions in live mode.
    • The barcode scanner now supports transposed (mirrored/flipped) Aztec barcodes.
  • 🐞 Bug fixes:
    • Fixes a bug in SBSDKUI2Color where setting isArgb to true, resulted in a wrong color.

5.2.0-RC9

25 Jun 16:13
Compare
Choose a tag to compare
  • 🎉 New:
    • Added support for new barcode types Maxicode, rMQR code, Code 11 and Code 32.
    • Added properties australiaPostCustomerFormat, useIATA2OF5Checksum and useCode11Checksum to SBSDKBarcodeAdditionalParameters and SBSDKUI2BarcodeRecognizerConfiguration.
  • 🚀 Improvements:
    • Improved detection of UPC- and EAN extensions.
    • Added support for Extended Channel Interpretation (ECI) for Datamatrix and Aztec.
    • Improved GS1 string handling with new modes for decoding and validation. See SBSDKGS1Handling.
    • Added the ability to display the scanned barcodes image in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController by specifying SBSDKUI2ExpectedBarcode.barcodeImageKey for the expected barcodes imageproperty.
  • 🐞 Bug fixes:
    • Fixed a bug in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController that never showed the expected barcodes title, but always the barcode value.
    • Fixed a bug in the MultiScanning usecase of SBSDKUI2BarcodeScannerViewController that removed all scanned barcodes after cancelling the error message on a failed item mapping.
  • ⚠️ Breaking Changes:
    • Removed enum SBSDKBarcodeDensity.
    • Removed property codeDensity from SBSDKBarcodeAdditionalParameters.
    • Removed enum values validate and decode from SBSDKGS1Handling and replaced them by decodeStructure, decodeFull, validateStructure and validateFull.

5.2.0-RC8

25 Jun 09:30
Compare
Choose a tag to compare
  • 🎉 New:
    • Added support for new barcode types Maxicode, rMQR code, Code 11 and Code 32.
    • Added properties australiaPostCustomerFormat, useIATA2OF5Checksum and useCode11Checksum to SBSDKBarcodeAdditionalParameters and SBSDKUI2BarcodeRecognizerConfiguration.
  • 🚀 Improvements:
    • Improved detection of UPC- and EAN extensions.
    • Added support for Extended Channel Interpretation (ECI) for Datamatrix and Aztec.
    • Improved GS1 string handling with new modes for decoding and validation. See SBSDKGS1Handling.
    • Added the ability to display the scanned barcodes image in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController by specifying SBSDKUI2ExpectedBarcode.barcodeImageKey for the expected barcodes imageproperty.
  • 🐞 Bug fixes:
    • Fixed a bug in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController that never showed the expected barcodes title, but always the barcode value.
    • Fixed a bug in the MultiScanning usecase of SBSDKUI2BarcodeScannerViewController that removed all scanned barcodes after cancelling the error message on a failed item mapping.
  • ⚠️ Breaking Changes:
    • Removed enum SBSDKBarcodeDensity.
    • Removed property codeDensity from SBSDKBarcodeAdditionalParameters.
    • Removed enum values validate and decode from SBSDKGS1Handling and replaced them by decodeStructure, decodeFull, validateStructure and validateFull.

5.1.3-RC4

25 Jun 15:11
Compare
Choose a tag to compare
  • 🚀 Improvements:
    • Improved detection of UPC/EAN barcodes extensions in live mode.
    • The barcode scanner now supports transposed (mirrored/flipped) Aztec barcodes.
  • 🐞 Bug fixes:
    • Fixes a bug in SBSDKUI2Color where setting isArgb to true, resulted in a wrong color.

5.1.2-RC3

24 Jun 08:58
Compare
Choose a tag to compare
  • 🐞 Bug fixes:
    • Fixes a bug in SBSDKUI2Color where setting isArgb to true, resulted in a wrong color.

5.1.2-RC2

21 Jun 15:37
Compare
Choose a tag to compare
  • 🐞 Bug fixes:
    • Fixes a bug in SBSDKUI2Color where setting isArgb to true, resulted in a wrong color.

5.1.2-RC1

21 Jun 12:52
Compare
Choose a tag to compare
  • 🐞 Bug fixes:
    • Fixes a bug in SBSDKUI2Color where setting isArgb to true, resulted in a wrong color.

5.2.0-RC7

19 Jun 14:53
Compare
Choose a tag to compare
  • 🎉 New:
    • Added support for new barcode types Maxicode, rMQR code, Code 11 and Code 32.
    • Added properties australiaPostCustomerFormat, useIATA2OF5Checksum and useCode11Checksum to SBSDKBarcodeAdditionalParameters and SBSDKUI2BarcodeRecognizerConfiguration.
  • 🚀 Improvements:
    • Improved detection of UPC- and EAN extensions.
    • Added support for Extended Channel Interpretation (ECI) for Datamatrix and Aztec.
    • Improved GS1 string handling with new modes for decoding and validation. See SBSDKGS1Handling.
    • Added the ability to display the scanned barcodes image in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController by specifying SBSDKUI2ExpectedBarcode.barcodeImageKey for the expected barcodes imageproperty.
  • 🐞 Bug fixes:
    • Fixed a bug in the FindAndPick usecase of SBSDKUI2BarcodeScannerViewController that never showed the expected barcodes title, but always the barcode value.
  • ⚠️ Breaking Changes:
    • Removed enum SBSDKBarcodeDensity.
    • Removed property codeDensity from SBSDKBarcodeAdditionalParameters.
    • Removed enum values validate and decode from SBSDKGS1Handling and replaced them by decodeStructure, decodeFull, validateStructure and validateFull.