From 79aea51d4e6a11f1ffe56e70453688e524658b64 Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Fri, 11 Oct 2024 09:26:11 +0200 Subject: [PATCH] update changelog & version --- CHANGELOG.md | 9 +++++++++ ios/mobile_scanner.podspec | 2 +- macos/mobile_scanner.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6064cbbae..128e29fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 6.0.1 + +Bugs fixed: +* Fixed a bug that would cause onDetect to not handle errors. + +Improvements: +* [iOS] Excluded the `armv7` architecture, which is unsupported by MLKit 7.0.0. +* Added a new `onDetectError` error handler to the `MobileScanner` widget, for use with `onDetect`. + ## 6.0.0 **BREAKING CHANGES:** diff --git a/ios/mobile_scanner.podspec b/ios/mobile_scanner.podspec index c62007249..832f6c652 100644 --- a/ios/mobile_scanner.podspec +++ b/ios/mobile_scanner.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mobile_scanner' - s.version = '6.0.0' + s.version = '6.0.1' s.summary = 'An universal scanner for Flutter based on MLKit.' s.description = <<-DESC An universal scanner for Flutter based on MLKit. diff --git a/macos/mobile_scanner.podspec b/macos/mobile_scanner.podspec index 44174bc42..2fbf0360e 100644 --- a/macos/mobile_scanner.podspec +++ b/macos/mobile_scanner.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mobile_scanner' - s.version = '6.0.0' + s.version = '6.0.1' s.summary = 'An universal scanner for Flutter based on MLKit.' s.description = <<-DESC An universal scanner for Flutter based on MLKit. diff --git a/pubspec.yaml b/pubspec.yaml index 83542032d..1255535e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mobile_scanner description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. -version: 6.0.0 +version: 6.0.1 repository: https://github.com/juliansteenbakker/mobile_scanner screenshots: