Releases: ftylitak/qzxing
Releases · ftylitak/qzxing
v3.3.0
v3.2.1
v3.2.0
Pull requests merged:
- #193 apply fix for macOS: fix QZXingFilter image reading for macOS (@spompelio)
- #194 fix(CMakeLists.txt): fix path to stdint.h (@BetsyMcPhail)
- #197 Integration of code parts from #177 provided by @KangLin to fix CI
- #198 Added slashes to .pro file (@Ilya-Songrov)
- #201 Properly exported the defines for CMake users (@vpicaver)
- #205 Refactor all code to use QSharePointer and std::vector instead of Ref, Counted, Array and ArrayRef
New features:
- BarcodeEncoder: support
explicitSize
tag to explicitly set the size of the Qr rectangle instead of relying to the QML element size
v3.1.0
Support of Qt 6.
fixes:
- changed QTimer to QElapsedTimer.
- Used QStringDecoder instead of QTextCodec when building for Qt 6
- in BarcodeEncoder example, import Qt.labs.platform instead of QtQuick.Dialogs to use ColorDialog
changes:
- QML import version from 2.3 to 3.1.
v3.0.0
An aggregated release to wrap all changes made during the past 5 years.
(main goal is to start proper versioning and change monitoring for the future edits)
Mains points:
- Support of additional barcode types for decoding
- Support Qr Code encoding
- Custom Video filters for frame processing through video.
- multiple fixes
This version does not support Qt 6. It is supported by v3.1.0
Release v2.4
A light zxing code base of the project with the zxing cpp code base of zxing v2.4 (initial release date 2016-01-08)