diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 5516c596..7747df62 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.6.0 +1.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index b317ef87..4c122c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.7.0] - 2025-12-16 +### Changed +- Updated translations + ### Fixed - Fixed invalid search results after opening and closing apps ([#100]) @@ -103,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#277]: https://github.com/FossifyOrg/Launcher/issues/277 [#282]: https://github.com/FossifyOrg/Launcher/issues/282 -[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.6.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.7.0...HEAD +[1.7.0]: https://github.com/FossifyOrg/Launcher/compare/1.6.0...1.7.0 [1.6.0]: https://github.com/FossifyOrg/Launcher/compare/1.5.0...1.6.0 [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 diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 00000000..3e6a9eba --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed invalid search results after opening and closing apps + diff --git a/gradle.properties b/gradle.properties index 80bf822f..882e85b8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx4096M # Versioning -VERSION_NAME=1.6.0 -VERSION_CODE=12 +VERSION_NAME=1.7.0 +VERSION_CODE=13 APP_ID=org.fossify.home