diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index cc27b19a..5516c596 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 6e0b57e2..0b25c90c 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-10-29 ### Added - Added Colemak, Colemak-DH, Workman, Asset, Niro, Soul layouts ### Changed - Compatibility updates for Android 15 & 16 +- Updated translations ### Fixed - Fixed invisible numbers in the top row ([#100]) @@ -120,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#265]: https://github.com/FossifyOrg/Keyboard/issues/265 [#274]: https://github.com/FossifyOrg/Keyboard/issues/274 -[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.5.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.6.0...HEAD +[1.6.0]: https://github.com/FossifyOrg/Keyboard/compare/1.5.0...1.6.0 [1.5.0]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/FossifyOrg/Keyboard/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/FossifyOrg/Keyboard/compare/1.2.2...1.3.0 diff --git a/fastlane/metadata/android/en-US/changelogs/10.txt b/fastlane/metadata/android/en-US/changelogs/10.txt new file mode 100644 index 00000000..ec0ca10a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/10.txt @@ -0,0 +1,14 @@ +Added: + +• Added Colemak, Colemak-DH, Workman, Asset, Niro, Soul layouts + +Changed: + +• Compatibility updates for Android 15 & 16 +• Updated translations + +Fixed: + +• Fixed invisible numbers in the top row +• Fixed overlap between keyboard and navigation bar + diff --git a/gradle.properties b/gradle.properties index 9ddc26d9..4a6a91ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=false org.gradle.jvmargs=-Xmx4g # Versioning -VERSION_NAME=1.5.0 -VERSION_CODE=9 +VERSION_NAME=1.6.0 +VERSION_CODE=10 APP_ID=org.fossify.keyboard