Releases: afriscic/BarcodeScanning.Native.Maui
Releases · afriscic/BarcodeScanning.Native.Maui
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.0
1.4.3
1.4.2
1.4.1
BREAKING CHANGE: renamed ScanFromImage
to ScanFromImageAsync
Added ability to control camera zoom factor. Added accompanying bindable properties: RequestZoomFactor
, CurrentZoomFactor
, MinZoomFactor
, MaxZoomFactor
and DeviceSwitchZoomFactor
More info in CameraView.cs
1.4.0
BREAKING CHANGE: OnDetectionFinished
event and OnDetectionFinishedCommand
return BarcodeResult[]
instead of HashSet<BarcodeResult>
A lot of code restructuring to improve memory footprint, prevent memory leaks and increase overall stability.
No additional functional changes.