File tree Expand file tree Collapse file tree 4 files changed +13
-20
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +13
-20
lines changed Original file line number Diff line number Diff line change 11# Auto-generated file. DO NOT EDIT.
2- 1.0.4
2+ 1.1.0
Original file line number Diff line number Diff line change 11# Changelog
2-
32All notable changes to this project will be documented in this file.
43
54The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
65and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
76
87## [ Unreleased]
98
9+ ## [ 1.1.0] - 2025-07-21
1010### Changed
11-
1211- Preference category labels now use sentence case
1312- Updated translations
1413
1514## [ 1.0.4] - 2025-06-17
16-
1715### Changed
18-
1916- Updated translations
2017
2118## [ 1.0.3] - 2025-06-09
22-
2319### Changed
24-
2520- Updated translations
2621
2722### Fixed
28-
2923- Fixed loud shutter sound on some devices ([ #97 ] )
3024
3125## [ 1.0.2] - 2025-05-28
32-
3326### Changed
34-
3527- Updated translations
3628- Marked app as beta
3729
3830### Fixed
39-
4031- All camera buttons now rotate properly on device rotation
4132- Buttons are now properly updated switching between photo and video modes
4233
4334## [ 1.0.1] - 2024-10-19
44-
4535### Fixed
46-
4736- Fix app name in metadata
4837
4938## [ 1.0.0] - 2024-10-19
50-
5139### Added
52-
5340- Initial release
5441
55- [ Unreleased ] : https://github.com/FossifyOrg/Camera/compare/1.0.4...HEAD
42+ [ #97 ] : https://github.com/FossifyOrg/Camera/issues/97
43+
44+ [ Unreleased ] : https://github.com/FossifyOrg/Camera/compare/1.1.0...HEAD
45+ [ 1.1.0 ] : https://github.com/FossifyOrg/Camera/compare/1.0.4...1.1.0
5646[ 1.0.4 ] : https://github.com/FossifyOrg/Camera/compare/1.0.3...1.0.4
5747[ 1.0.3 ] : https://github.com/FossifyOrg/Camera/compare/1.0.2...1.0.3
5848[ 1.0.2 ] : https://github.com/FossifyOrg/Camera/compare/1.0.1...1.0.2
5949[ 1.0.1 ] : https://github.com/FossifyOrg/Camera/compare/1.0.0...1.0.1
6050[ 1.0.0 ] : https://github.com/FossifyOrg/Camera/releases/tag/1.0.0
61-
62- [ #97 ] : https://github.com/FossifyOrg/Camera/issues/97
Original file line number Diff line number Diff line change 1+ Changed:
2+
3+ • Preference category labels now use sentence case
4+ • Updated translations
5+
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.4
15- VERSION_CODE =5
14+ VERSION_NAME =1.1.0
15+ VERSION_CODE =6
1616APP_ID =org.fossify.camera
You can’t perform that action at this time.
0 commit comments