Skip to content

Releases: zxing/zxing

ZXing 3.5.3

31 Jan 00:46
Compare
Choose a tag to compare

What's Changed

  • Fix MaxiCode handling of vertical quiet zone by @gredler in #1671
  • Removing the forced content limit check for Code128Writer.java by @himanshushukla254 in #1675
  • Detect RSS Expanded finder pattern false positives by checking sequences by @gredler in #1680
  • Update GS1 AIs according to 2023 specification by @gredler in #1681
  • Prevent --raw CLR option from failing if result.getRawBytes() is null by @dlenski in #1683
  • Avoid 2 more RSS Expanded finder pattern false positive scenarios by @gredler in #1692
  • Avoid decoding stacked row 1 of N independently by @gredler in #1693
  • Support for platforms where SJIS is unavailable by @blakepuhak in #1747

New Contributors

Full Changelog: zxing-3.5.2...zxing-3.5.3

ZXing 3.5.2

30 Jul 13:17
Compare
Choose a tag to compare

ZXing 3.5.1

02 Nov 03:09
Compare
Choose a tag to compare
  • Various minor bug fixes, including more from oss-fuzz
  • Avoid very long detection of QR codes in two types of pathological cases
  • Don't fail QR code decoding if GB2312 not supported by JDK

See https://github.com/zxing/zxing/milestone/14?closed=1

ZXing 3.5.0

01 May 16:36
Compare
Choose a tag to compare
  • Many edge-case fixes and improvements from oss-fuzz
  • Various improvements and fixes to Aztec, PDF417, DataMatrix decoding
  • New 'minimal' encoding mode from @AlexGeller1 (#1444)

See https://github.com/zxing/zxing/milestone/13?closed=1

ZXing 3.4.1

30 Sep 01:07
Compare
Choose a tag to compare
  • Wifi QR codes now recognize PH2:, not H:, for phase 2 method
  • Minor bug fixes and improvements

See https://github.com/zxing/zxing/milestone/12?closed=1

ZXing 3.4.0

18 May 03:44
Compare
Choose a tag to compare
  • Requires Java 8+. Note: Android apps using this version must target API 24 or higher.
  • core, javase modules declare a Java 9+ module
  • HtmlAssetTranslator and StringsResourceTranslator legacy utilities are moved to a .client.j2se subpackage
  • No more releases of the Barcode Scanner app
  • Minor bug fixes to Code93Writer
  • Minor improvements to QR code detection

Barcode Scanner 4.7.8

11 Sep 14:03
Compare
Choose a tag to compare

A simple bug fix release. This may be the last release of the app, as Play will soon require APKs to target API level 26, and this would require some modifications to the app to handle the new permissions model.

ZXing 3.3.3

29 May 15:28
Compare
Choose a tag to compare
  • Minor fixes and improvements
  • Java 9+ support

https://github.com/zxing/zxing/milestone/11?closed=1

ZXing 3.3.2

31 Jan 04:15
Compare
Choose a tag to compare
  • Add workaround for Gradle + Android build issues
  • Minor DataMatrix bug fixes
  • Improve WPA2 wi-fi configuration support in Barcode Scanner
  • Various translation updates and minor improvements

https://github.com/zxing/zxing/milestone/10?closed=1

ZXing 3.3.1

25 Oct 17:36
Compare
Choose a tag to compare
  • Various fixes to Code 128, 39 encoding; DataMatrix decoding
  • Improvements to speed and robustness of zxing.org decoder
  • Java 9 support
  • Various translation updates for Barcode Scanner
  • Removed Google Glass, ZXing Test apps
  • Barcode Scanner 4.7.7
  • Note: core library will require Android SDK 19+ when used in an Android app

https://github.com/zxing/zxing/issues?q=is%3Aclosed+milestone%3A3.3.1