Skip to content

Releases: zxingify/zxingify-objc

3.5.0

28 Sep 07:57
Compare
Choose a tag to compare
  • Replaced NSDecimalNumber with own implementation ZXDecimal, fixes #385

3.4.3

27 Sep 14:45
Compare
Choose a tag to compare

3.4.2

27 Sep 09:47
Compare
Choose a tag to compare
  • Fixed bug in DataMatrixWriter (could not encode strings longer than ~240 chars)

3.4.1

26 Sep 09:04
ac2dd59
Compare
Choose a tag to compare
  • Fixed crash in ZXCapture: sessionPreset could be nil.

3.4.0

26 Sep 07:00
a60b781
Compare
Choose a tag to compare

New major release 🎉

3.4.0

  • removed one potential memory leak
  • we are now even with zxing/zxing in regards to feature parity
  • ported bunch of bugfixes from the upstream
  • fixed pods

3.3.4

25 Sep 09:15
896a5cf
Compare
Choose a tag to compare

Feature parity with ZXing 3.3.3

3.3.3

24 Sep 14:43
ff28fd5
Compare
Choose a tag to compare

Feature parity with ZXing 3.3.2

3.3.2

24 Sep 10:12
b2819c2
Compare
Choose a tag to compare
  • Fixed bugs regarding Code93Writer

3.3.1

23 Sep 21:39
ebc1155
Compare
Choose a tag to compare
  • Fixed transparent PNGs could lead to failing tests
  • Fixed MaxiCode message read out

3.3.0

17 Sep 17:15
757e9c2
Compare
Choose a tag to compare
Merge pull request #382 from GrzesiekP/master

Restore data sign substitution functionality