From 65307abd46227a95bd8a66e8f1c44133daf00fc5 Mon Sep 17 00:00:00 2001 From: "fossifybot[bot]" <212866877+fossifybot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 00:27:23 +0530 Subject: [PATCH] chore(release): v1.5.0 (11) (#263) Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> --- .fossify/release-marker.txt | 2 +- CHANGELOG.md | 6 ++++-- fastlane/metadata/android/en-US/changelogs/11.txt | 5 +++++ gradle.properties | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/11.txt diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 0965dbe..cc27b19 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.4.0 +1.5.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2969300..da5d12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.0] - 2025-10-29 ### Changed - - Compatibility updates for Android 15 & 16 +- Updated translations ## [1.4.0] - 2025-09-12 ### Changed @@ -89,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#230]: https://github.com/FossifyOrg/Launcher/issues/230 [#234]: https://github.com/FossifyOrg/Launcher/issues/234 -[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.4.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.5.0...HEAD +[1.5.0]: https://github.com/FossifyOrg/Launcher/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/FossifyOrg/Launcher/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/FossifyOrg/Launcher/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/FossifyOrg/Launcher/compare/1.1.4...1.2.0 diff --git a/fastlane/metadata/android/en-US/changelogs/11.txt b/fastlane/metadata/android/en-US/changelogs/11.txt new file mode 100644 index 0000000..6a92569 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11.txt @@ -0,0 +1,5 @@ +Changed: + +• Compatibility updates for Android 15 & 16 +• Updated translations + diff --git a/gradle.properties b/gradle.properties index dc4bfc7..de7df4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx4096M # Versioning -VERSION_NAME=1.4.0 -VERSION_CODE=10 +VERSION_NAME=1.5.0 +VERSION_CODE=11 APP_ID=org.fossify.home