diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index cc27b19..5516c59 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.5.0 +1.6.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bd375..b0b7777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +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.6.0] - 2025-11-30 ### Changed - Search now ignores accents and diacritics ([#282]) +- Updated translations ### Fixed -- Fixed overlap between app drawer and status bar ([#277]) +- Fixed overlap between app drawer and status bar ([#277]) ## [1.5.0] - 2025-10-29 ### Changed @@ -97,7 +100,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.5.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Launcher/compare/1.6.0...HEAD +[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 [1.3.0]: https://github.com/FossifyOrg/Launcher/compare/1.2.0...1.3.0 diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..20427e5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,9 @@ +Changed: + +• Search now ignores accents and diacritics +• Updated translations + +Fixed: + +• Fixed overlap between app drawer and status bar + diff --git a/gradle.properties b/gradle.properties index de7df4f..80bf822 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ android.nonTransitiveRClass=true org.gradle.jvmargs=-Xmx4096M # Versioning -VERSION_NAME=1.5.0 -VERSION_CODE=11 +VERSION_NAME=1.6.0 +VERSION_CODE=12 APP_ID=org.fossify.home