Skip to content

Commit 0483fdc

Browse files
chore(release): v1.8.0 (12) (#359)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 78128fa commit 0483fdc

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.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.7.0
2+
1.8.0

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.8.0] - 2025-12-29
810
### Added
911
- Option to play sound on keypress ([#79])
1012
- Optional key to quickly switch keyboard language ([#62])
@@ -14,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1416
- The space bar now shows the currently selected language ([#62])
1517
- Space bar cursor control now activates immediately on swipe ([#129])
1618
- Reorganized options on the settings screen
19+
- Updated translations
1720

1821
## [1.7.0] - 2025-12-16
1922
### Added
@@ -148,7 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148151
[#335]: https://github.com/FossifyOrg/Keyboard/issues/335
149152
[#356]: https://github.com/FossifyOrg/Keyboard/issues/356
150153

151-
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.7.0...HEAD
154+
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.8.0...HEAD
155+
[1.8.0]: https://github.com/FossifyOrg/Keyboard/compare/1.7.0...1.8.0
152156
[1.7.0]: https://github.com/FossifyOrg/Keyboard/compare/1.6.0...1.7.0
153157
[1.6.0]: https://github.com/FossifyOrg/Keyboard/compare/1.5.0...1.6.0
154158
[1.5.0]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...1.5.0
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Added:
2+
3+
• Option to play sound on keypress
4+
• Optional key to quickly switch keyboard language
5+
• Added apostrophe as a pop-up character on the dot key
6+
7+
Changed:
8+
9+
• The space bar now shows the currently selected language
10+
• Space bar cursor control now activates immediately on swipe
11+
• Reorganized options on the settings screen
12+
• Updated translations
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.7.0
8-
VERSION_CODE=11
7+
VERSION_NAME=1.8.0
8+
VERSION_CODE=12
99
APP_ID=org.fossify.keyboard

0 commit comments

Comments
 (0)