Skip to content

Commit 8086ca6

Browse files
chore(release): v1.8.0 (12)
1 parent 5dce3da commit 8086ca6

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-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,13 +5,16 @@ 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-26
810
### Added
911
- Optional key to quickly switch keyboard language ([#62])
1012
- Added apostrophe as a pop-up character on the dot key ([#356])
1113

1214
### Changed
1315
- The space bar now shows the currently selected language ([#62])
1416
- Space bar cursor control now activates immediately on swipe ([#129])
17+
- Updated translations
1518

1619
## [1.7.0] - 2025-12-16
1720
### Added
@@ -145,7 +148,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
145148
[#335]: https://github.com/FossifyOrg/Keyboard/issues/335
146149
[#356]: https://github.com/FossifyOrg/Keyboard/issues/356
147150

148-
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.7.0...HEAD
151+
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.8.0...HEAD
152+
[1.8.0]: https://github.com/FossifyOrg/Keyboard/compare/1.7.0...1.8.0
149153
[1.7.0]: https://github.com/FossifyOrg/Keyboard/compare/1.6.0...1.7.0
150154
[1.6.0]: https://github.com/FossifyOrg/Keyboard/compare/1.5.0...1.6.0
151155
[1.5.0]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...1.5.0
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Added:
2+
3+
• Optional key to quickly switch keyboard language
4+
• Added apostrophe as a pop-up character on the dot key
5+
6+
Changed:
7+
8+
• The space bar now shows the currently selected language
9+
• Space bar cursor control now activates immediately on swipe
10+
• Updated translations
11+

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)