From cd169688caee08bf93d59191a004f1eb35642663 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 09:43:32 +0530 Subject: [PATCH] chore(release): v1.1.0 (6) (#128) Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 22 +++++-------------- .../metadata/android/en-US/changelogs/6.txt | 5 +++++ gradle.properties | 4 ++-- 4 files changed, 13 insertions(+), 20 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/6.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 10a86896..306099b9 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.0.4 +1.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index dd51f889..35fed9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), @@ -7,56 +6,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2025-07-21 ### Changed - - Preference category labels now use sentence case - Updated translations ## [1.0.4] - 2025-06-17 - ### Changed - - Updated translations ## [1.0.3] - 2025-06-09 - ### Changed - - Updated translations ### Fixed - - Fixed loud shutter sound on some devices ([#97]) ## [1.0.2] - 2025-05-28 - ### Changed - - Updated translations - Marked app as beta ### Fixed - - All camera buttons now rotate properly on device rotation - Buttons are now properly updated switching between photo and video modes ## [1.0.1] - 2024-10-19 - ### Fixed - - Fix app name in metadata ## [1.0.0] - 2024-10-19 - ### Added - - Initial release -[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.0.4...HEAD +[#97]: https://github.com/FossifyOrg/Camera/issues/97 + +[Unreleased]: https://github.com/FossifyOrg/Camera/compare/1.1.0...HEAD +[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 [1.0.2]: https://github.com/FossifyOrg/Camera/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/FossifyOrg/Camera/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/FossifyOrg/Camera/releases/tag/1.0.0 - -[#97]: https://github.com/FossifyOrg/Camera/issues/97 diff --git a/fastlane/metadata/android/en-US/changelogs/6.txt b/fastlane/metadata/android/en-US/changelogs/6.txt new file mode 100644 index 00000000..16510672 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/6.txt @@ -0,0 +1,5 @@ +Changed: + +• Preference category labels now use sentence case +• Updated translations + diff --git a/gradle.properties b/gradle.properties index 46df50db..660964ce 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.0.4 -VERSION_CODE=5 +VERSION_NAME=1.1.0 +VERSION_CODE=6 APP_ID=org.fossify.camera