Skip to content

Commit

Permalink
adjust changelog with newer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
navaronbracke committed Oct 20, 2023
1 parent ce4ba75 commit 0551063
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0551063

Please sign in to comment.