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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
22
## [ 1.0.1] - 2024-10-19
11
23
12
24
### Fixed
25
+
13
26
- Fix app name in metadata
14
27
15
28
## [ 1.0.0] - 2024-10-19
16
29
17
30
### Added
31
+
18
32
- Initial release
19
33
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
21
36
[ 1.0.1 ] : https://github.com/FossifyOrg/Camera/compare/1.0.0...1.0.1
22
37
[ 1.0.0 ] : https://github.com/FossifyOrg/Camera/releases/tag/1.0.0
23
38
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
11
11
android.nonTransitiveRClass =true
12
12
13
13
# Versioning
14
- VERSION_NAME =1.0.1
15
- VERSION_CODE =2
14
+ VERSION_NAME =1.0.2
15
+ VERSION_CODE =3
16
16
APP_ID =org.fossify.camera
You can’t perform that action at this time.
0 commit comments