-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathReleaseNotes.txt
More file actions
34 lines (26 loc) · 816 Bytes
/
ReleaseNotes.txt
File metadata and controls
34 lines (26 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
1.8
- Add support for nullable reference types.
- Add support for .NET MAUI 10.
1.7
- Update to .NET 9.
- Maintenance updates and cleanup.
- Play sound on barcode detection.
1.6
- Build and release pipeline updates
1.5
- CameraEnabled property is now 'false' by default (see GitHub issue #45).
- Fixed an issue with camera facing on Android.
- Fixed a zoom issue on Android.
1.4
- Optimize camera device selection on iOS.
- Optimize default zoom selection on iOS.
- Improve automatic disconnection from handler.
1.3
- Cleanup ICameraPermissions interface, add static Current to ICameraPermissions.
- Add support for AppShell apps.
1.2
- Automatically call DisconnectHandler if CameraView is no longer used on a ContentPage.
1.1
- Internal refactorings and stability improvements.
1.0
- Initial release.