diff --git a/.fossify/release-marker.txt b/.fossify/release-marker.txt index 43710869..75dd5d50 100644 --- a/.fossify/release-marker.txt +++ b/.fossify/release-marker.txt @@ -1,2 +1,2 @@ # Auto-generated file. DO NOT EDIT. -1.9.1 +1.9.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca16d5b..fce612b6 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.2] - 2026-07-03 +### Changed +- Updated translations + ### Fixed - Fixed the letter ё being untypeable on the Russian keyboard; long-press the е key to type it ([#405]) @@ -174,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#372]: https://github.com/FossifyOrg/Keyboard/issues/372 [#405]: https://github.com/FossifyOrg/Keyboard/issues/405 -[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.9.1...HEAD +[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.9.2...HEAD +[1.9.2]: https://github.com/FossifyOrg/Keyboard/compare/1.9.1...1.9.2 [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 diff --git a/fastlane/metadata/android/en-US/changelogs/15.txt b/fastlane/metadata/android/en-US/changelogs/15.txt new file mode 100644 index 00000000..818e953b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15.txt @@ -0,0 +1,8 @@ +Changed: + +• Updated translations + +Fixed: + +• Fixed the letter ё being untypeable on the Russian keyboard; long-press the е key to type it + diff --git a/gradle.properties b/gradle.properties index 4befc400..61f87978 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ android.nonTransitiveRClass=false org.gradle.jvmargs=-Xmx4g # Versioning -VERSION_NAME=1.9.1 -VERSION_CODE=14 +VERSION_NAME=1.9.2 +VERSION_CODE=15 APP_ID=org.fossify.keyboard