diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 4e4ee147..d5223c93 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.2.0 +1.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2413ea..c1320635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.3.0] - 2025-09-17 ### Changed - Swapped positions of camera switch and image preview buttons ([#157]) - Updated and animated the switch camera button ## [1.2.0] - 2025-09-09 ### Added -- Support high resolution output modes if the config preference is set to maximize quality. ([#20]) +- Support high-resolution output modes if the config preference is set to maximize quality. ([#20]) ### Changed - Updated translations @@ -53,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#97]: https://github.com/FossifyOrg/Camera/issues/97 [#157]: https://github.com/FossifyOrg/Camera/issues/157 -[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.2.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.3.0...HEAD +[1.3.0]: https://github.com/FossifyOrg/Camera/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/FossifyOrg/Camera/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/FossifyOrg/Camera/compare/1.0.4...1.1.0 [1.0.4]: https://github.com/FossifyOrg/Camera/compare/1.0.3...1.0.4 diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 00000000..86a5e157 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,4 @@ +Changed: + +• Swapped positions of camera switch and image preview buttons +• Updated and animated the switch camera button diff --git a/gradle.properties b/gradle.properties index a56f9175..6e2d04f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,6 +11,6 @@ org.gradle.unsafe.configuration-cache-problems=warn android.nonTransitiveRClass=true # Versioning -VERSION_NAME=1.2.0 -VERSION_CODE=7 +VERSION_NAME=1.3.0 +VERSION_CODE=8 APP_ID=org.fossify.camera