Skip to content

Commit bcfb6d2

Browse files
chore(release): v1.9.0 (13) (#374)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 7a0a8f4 commit bcfb6d2

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

.fossify/release-marker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Auto-generated file. DO NOT EDIT.
2-
1.8.0
2+
1.9.0

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.9.0] - 2026-01-30
810
### Added
911
- Added support for custom fonts
1012

1113
### Changed
1214
- Space bar language label is now hidden for single-language users
15+
- Updated translations
1316

1417
### Fixed
1518
- Fixed an issue where sound/vibration preferences were ignored after reboot ([#372])
@@ -160,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
160163
[#356]: https://github.com/FossifyOrg/Keyboard/issues/356
161164
[#372]: https://github.com/FossifyOrg/Keyboard/issues/372
162165

163-
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.8.0...HEAD
166+
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.9.0...HEAD
167+
[1.9.0]: https://github.com/FossifyOrg/Keyboard/compare/1.8.0...1.9.0
164168
[1.8.0]: https://github.com/FossifyOrg/Keyboard/compare/1.7.0...1.8.0
165169
[1.7.0]: https://github.com/FossifyOrg/Keyboard/compare/1.6.0...1.7.0
166170
[1.6.0]: https://github.com/FossifyOrg/Keyboard/compare/1.5.0...1.6.0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Added:
2+
3+
• Added support for custom fonts
4+
5+
Changed:
6+
7+
• Space bar language label is now hidden for single-language users
8+
• Updated translations
9+
10+
Fixed:
11+
12+
• Fixed an issue where sound/vibration preferences were ignored after reboot
13+

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=false
44
org.gradle.jvmargs=-Xmx4g
55

66
# Versioning
7-
VERSION_NAME=1.8.0
8-
VERSION_CODE=12
7+
VERSION_NAME=1.9.0
8+
VERSION_CODE=13
99
APP_ID=org.fossify.keyboard

0 commit comments

Comments
 (0)