diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7d5af..aea941c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.0.0 + +* Updated zxing-cpp to v2.0.0 +* Added support for macOS, Linux, and Windows +* Added support for micro QR codes +* Added the following properties to Code: + * isInverted + * isMirrored + * duration +* Implemented image resizing before decoding +* Implemented multi result drawing + ## 1.0.0-beta.9 * Corrected code position in Android when in portrait mode. diff --git a/pubspec.yaml b/pubspec.yaml index fb93057..77f8a87 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_zxing description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. -version: 1.0.0-beta.9 +version: 1.0.0 repository: https://github.com/khoren93/flutter_zxing environment: