diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 1639ece3..43710869 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.9.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d84d1f..9e56bd9a 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.9.1] - 2026-02-02 +### Changed +- Updated translations + ### Fixed - Fixed keyboard crash on lock screen after device reboot ([#59]) @@ -166,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#356]: https://github.com/FossifyOrg/Keyboard/issues/356 [#372]: https://github.com/FossifyOrg/Keyboard/issues/372 -[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.9.0...HEAD +[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.9.1...HEAD +[1.9.1]: https://github.com/FossifyOrg/Keyboard/compare/1.9.0...1.9.1 [1.9.0]: https://github.com/FossifyOrg/Keyboard/compare/1.8.0...1.9.0 [1.8.0]: https://github.com/FossifyOrg/Keyboard/compare/1.7.0...1.8.0 [1.7.0]: https://github.com/FossifyOrg/Keyboard/compare/1.6.0...1.7.0 diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt new file mode 100644 index 00000000..b44243be --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed keyboard crash on lock screen after device reboot + diff --git a/gradle.properties b/gradle.properties index fd22d7be..4befc400 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=false org.gradle.jvmargs=-Xmx4g # Versioning -VERSION_NAME=1.9.0 -VERSION_CODE=13 +VERSION_NAME=1.9.1 +VERSION_CODE=14 APP_ID=org.fossify.keyboard