From 055106393436918bd866f8686eaad199da107355 Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Fri, 20 Oct 2023 20:06:03 +0200 Subject: [PATCH] adjust changelog with newer fixes --- CHANGELOG.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e8c577a..701692809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,23 @@ ## 3.5.0 -* Fixed the scan window calculation by reintroducing a LayoutBuilder. -* Fixed the BarcodeCapture format on MacOS. -* Fixed the timeout for scanning on MacOS. -* Improve MacOS memory footprint using a background queue. -* Added the option to switch between bundled and unbundled MLKit for Android. -* Fixed Android builds failing by downgrading from Kotlin 1.9.10 to 1.7.22. -* Fixed a crash on iOS when the device is nil. -* Added the option to specify the camera resolution for Android. +New Features: +* Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !) +* Added the option to specify the camera resolution for Android. (thanks @EArminjon !) + +Bugs fixed: +* Fixed the scan window calculation taking into account the widget coordinates, instead of the screen coordinates. (thanks @jlin5 !) +* Fixed the scan window calculation returning wrong results. (thanks @MBulli !) +* Fixed the BarcodeCapture format on MacOS. (thanks @ryanduffyne !) +* Fixed the timeout for scanning on MacOS. (thanks @ryanduffyne !) +* Fixed Android builds failing by downgrading from Kotlin 1.9.10 to 1.7.22. (thanks @vbuberen !) +* Fixed images on iOS being rotated, resulting in bad detection rates. (thanks @EArminjon !) +* Fixed scan timeout not working on iOS. (thanks @navaronbracke !) +* Fixed a crash on iOS when the device is nil. (thanks @navaronbracke !) + +Improvements: +* Improve MacOS memory footprint using a background queue. (thanks @ryanduffyne !) ## 3.4.1 -Change MediaQuery.sizeOf(context) to of(context).size for backwards compatibility +* Changed MediaQuery.sizeOf(context) to of(context).size for compatibility with older Flutter versions. ## 3.4.0 New Features: