File tree Expand file tree Collapse file tree 4 files changed +28
-4
lines changed
fastlane/metadata/android/en-US Expand file tree Collapse file tree 4 files changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.2] - 2025-05-28
11+
12+ ### Changed
13+
14+ - Updated translations
15+ - Marked app as beta
16+
17+ ### Fixed
18+
19+ - All camera buttons now rotate properly on device rotation
20+ - Buttons are now properly updated switching between photo and video modes
21+
1022## [ 1.0.1] - 2024-10-19
1123
1224### Fixed
25+
1326- Fix app name in metadata
1427
1528## [ 1.0.0] - 2024-10-19
1629
1730### Added
31+
1832- Initial release
1933
20- [ Unreleased ] : https://github.com/FossifyOrg/Camera/compare/1.0.1...HEAD
34+ [ Unreleased ] : https://github.com/FossifyOrg/Camera/compare/1.0.2...HEAD
35+ [ 1.0.2 ] : https://github.com/FossifyOrg/Camera/compare/1.0.1...1.0.2
2136[ 1.0.1 ] : https://github.com/FossifyOrg/Camera/compare/1.0.0...1.0.1
2237[ 1.0.0 ] : https://github.com/FossifyOrg/Camera/releases/tag/1.0.0
2338
Original file line number Diff line number Diff line change 1+ Changed:
2+
3+ • Updated translations
4+ • Marked app as beta
5+
6+ Fixed:
7+
8+ • All camera buttons now rotate properly on device rotation
9+ • Buttons are now properly updated switching between photo and video modes
Original file line number Diff line number Diff line change 1- Fossify Camera
1+ Fossify Camera Beta
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn
1111android.nonTransitiveRClass =true
1212
1313# Versioning
14- VERSION_NAME =1.0.1
15- VERSION_CODE =2
14+ VERSION_NAME =1.0.2
15+ VERSION_CODE =3
1616APP_ID =org.fossify.camera
You can’t perform that action at this time.
0 commit comments