Releases: janusw/CameraMaui
Releases · janusw/CameraMaui
Release list
1.4.14
What's Changed
- Add support for Android multi-camera zoom by @jacksonjude in #75
- Use absolute zoom factors on iOS by @jacksonjude in #76
- Packages updates (ZXing, MAUI) etc by @janusw in #77
Full Changelog: 1.4.13...1.4.14
1.4.13
What's Changed
- Fix Android zoom crop region by @jacksonjude in #67
- Add exception logging to UIImage creation catch block by @Copilot in #68
- Fix several compile-time warnings on iOS by @janusw in #59
- Add .NET 10 support by @janusw in #69
- Fix CA1422: Use VideoRotationAngle on iOS 17.0+ and Mac Catalyst 17.0+ by @Copilot in #70
- Add null safety for windowScene in iOS interface orientation handling by @Copilot in #73
- Fix obsolescence warnings about interface orientation on iOS by @janusw in #72
New Contributors
- @jacksonjude made their first contribution in #67
- @Copilot made their first contribution in #68
Full Changelog: 1.4.12...1.4.13
1.4.12
What's Changed
- Camera.MAUI.Test: demonstrate EAN_13 detection by @janusw in #49
- MauiCameraView: layout subviews when starting camera on iOS by @janusw in #46
- Camera.MAUI.Test: update CommunityToolkit.Maui.MediaElement by @janusw in #54
- Make the MirroredImage property work on iOS by @janusw in #55
- Fix crash when disposing CameraView on Android 15+ by @janusw in #56
- Use fixed MAUI version and update to .NET SDK 9.0.30x by @janusw in #61
- Fix camera restart android by @jasells in #63
- Fix some typos by @janusw in #66
Breaking Changes
- Attention! Although this is only a patch release, it includes a minor API breaking (from #66):
CameraPosition.Unknow -> CameraPosition.Unknown - It is trivial to fix, therefore I did not care to release a major version just for this triviality.
New Contributors
Full Changelog: 1.4.11...1.4.12
1.4.11
What's Changed
- Direct SnapshotStream getters by @mkorzunowicz in #37
- Fix low camera resolution by @janusw in #42
- Fix Camera.MAUI.Test app crash on iOS by @janusw in #43
- Fix some warnings in Camera.MAUI.Test by @janusw in #45
New Contributors
- @mkorzunowicz made their first contribution in #37
Full Changelog: 1.4.10...1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
- hjam40#52 Fix code in readme
- hjam40#69 Fixes front facing iOS landscape orientation.
- hjam40#70 Fixes 180-flipped front facing captured pictures for android.
- hjam40#79 Provide Observer object for RemoveObserver
- hjam40#121 Set CameraInfo.HorizontalViewAngle on iOS/Mac