From 3ac911f1e82f8ebf7197469eeaa1c064213fdbc3 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 06:56:24 +0000 Subject: [PATCH 1/3] chore(release): v1.3.0 (8) --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 6 +++++- fastlane/metadata/android/en-US/changelogs/8.txt | 6 ++++++ gradle.properties | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/8.txt 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..b7d49f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ 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 +- Updated translations ## [1.2.0] - 2025-09-09 ### Added @@ -53,7 +56,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..7b9ca84f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,6 @@ +Changed: + +• Swapped positions of camera switch and image preview buttons +• Updated and animated the switch camera button +• Updated translations + 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 From f92f47a3057544823e5c657e276b9b67368b8bd5 Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Wed, 17 Sep 2025 12:28:41 +0530 Subject: [PATCH 2/3] docs: remove translations entry --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d49f8f..c1320635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Swapped positions of camera switch and image preview buttons ([#157]) - Updated and animated the switch camera button -- Updated translations ## [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 From b5a993de7fbae064af1698e88355a036c81bc9df Mon Sep 17 00:00:00 2001 From: Naveen Singh <36371707+naveensingh@users.noreply.github.com> Date: Wed, 17 Sep 2025 12:28:58 +0530 Subject: [PATCH 3/3] docs: remove translations entry --- fastlane/metadata/android/en-US/changelogs/8.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt index 7b9ca84f..86a5e157 100644 --- a/fastlane/metadata/android/en-US/changelogs/8.txt +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -2,5 +2,3 @@ Changed: • Swapped positions of camera switch and image preview buttons • Updated and animated the switch camera button -• Updated translations -