diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 306099b9..4e4ee147 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.1.0 +1.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index d4284973..bb4495d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ 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.2.0] - 2025-09-09 ### Added - Support high resolution output modes if the config preference is set to maximize quality. ([#20]) +### Changed +- Updated translations + ## [1.1.0] - 2025-07-21 ### Changed - Preference category labels now use sentence case @@ -44,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#20]: https://github.com/FossifyOrg/Camera/issues/20 [#97]: https://github.com/FossifyOrg/Camera/issues/97 -[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.1.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.2.0...HEAD +[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 [1.0.3]: https://github.com/FossifyOrg/Camera/compare/1.0.2...1.0.3 diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 00000000..52dbeedb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1,8 @@ +Added: + +• Support high resolution output modes if the config preference is set to maximize quality. + +Changed: + +• Updated translations + diff --git a/gradle.properties b/gradle.properties index 660964ce..a56f9175 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.1.0 -VERSION_CODE=6 +VERSION_NAME=1.2.0 +VERSION_CODE=7 APP_ID=org.fossify.camera