diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 1639ece3..14042284 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.9.0 +1.10.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d430044..2bc53d11 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.10.0] - 2026-02-09 ### Added - Pressing enter in app drawer launches the first app in search results ([#331]) +### Changed +- Updated translations + ## [1.9.0] - 2026-02-02 ### Added - Option to hide app labels ([#55]) @@ -130,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#282]: https://github.com/FossifyOrg/Launcher/issues/282 [#331]: https://github.com/FossifyOrg/Launcher/issues/331 -[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.9.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.10.0...HEAD +[1.10.0]: https://github.com/FossifyOrg/Launcher/compare/1.9.0...1.10.0 [1.9.0]: https://github.com/FossifyOrg/Launcher/compare/1.8.0...1.9.0 [1.8.0]: https://github.com/FossifyOrg/Launcher/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/FossifyOrg/Launcher/compare/1.6.0...1.7.0 diff --git a/fastlane/metadata/android/en-US/changelogs/16.txt b/fastlane/metadata/android/en-US/changelogs/16.txt new file mode 100644 index 00000000..86078576 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/16.txt @@ -0,0 +1,8 @@ +Added: + +• Pressing enter in app drawer launches the first app in search results + +Changed: + +• Updated translations + diff --git a/gradle.properties b/gradle.properties index 6c1ccab3..f35b7879 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx4096M # Versioning -VERSION_NAME=1.9.0 -VERSION_CODE=15 +VERSION_NAME=1.10.0 +VERSION_CODE=16 APP_ID=org.fossify.home