v2.2.0 #683
axxel
announced in
Announcements
v2.2.0
#683
Replies: 1 comment 1 reply
-
Please see my added WARNING regarding c++ ABI backward compatibility in the release notes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Major Changes
This release is mostly about the Python, Android and iOS wrappers. The latter 2 have changed considerably to have an API that is more in line with each other and with the core c++ library. The changes will most likely break existing app code but set a proper foundation for the future.
Python:
Android:
close()
theImageProxy
insideread()
anymore, need to do that outside now (this breaks existing code)com.zxingcpp
to simplyzxingcpp
(breaking change)iOS/macOS:
ZXIDecodingHints
toZXIReaderOptions
General:
DecodeHints
toReaderOptions
. The old name is still available for backward API compatibility but deprecated. Since the C-API and the Qt wrapper code are not officially part of the library, they changed without backward compatibility.ReadResult
by @Sec-ant in WASM: bytes inReadResult
#588Minor Changes and Fixes
DecodeHints.setMaxNumberOfSymbols()
to C API by @siiky in AddDecodeHints.setMaxNumberOfSymbols()
to C API #665New Contributors
ReadResult
#588Full Changelog: v2.1.0...v2.2.0
This discussion was created from the release v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions