diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 140422843..9b3c3d16c 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.10.0 +1.10.1 (17) diff --git a/CHANGELOG.md b/CHANGELOG.md index f777def08..9442deed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.10.1] - 2026-09-24 +### Changed +- Updated translations + ## [1.10.0] - 2026-02-14 ### Added - Pressing enter in app drawer launches the first app in search results ([#331]) @@ -137,7 +141,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.10.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.10.1...HEAD +[1.10.1]: https://github.com/FossifyOrg/Launcher/compare/1.10.0...1.10.1 [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 diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt new file mode 100644 index 000000000..d930db192 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.txt @@ -0,0 +1,4 @@ +Changed: + +• Updated translations + diff --git a/gradle.properties b/gradle.properties index f35b7879e..8f19295e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx4096M # Versioning -VERSION_NAME=1.10.0 -VERSION_CODE=16 +VERSION_NAME=1.10.1 +VERSION_CODE=17 APP_ID=org.fossify.home