Skip to content

Commit eb2a35d

Browse files
chore(release): v1.4.0 (8) (#221)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 414a9e9 commit eb2a35d

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-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.3.0
2+
1.4.0

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +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.4.0] - 2025-08-22
810
### Added
911
- Italian layout ([#78])
1012
- Czech QWERTZ layout ([#230])
1113
- Haptic feedback on supported devices when using spacebar to move the cursor ([#222])
1214

15+
### Changed
16+
- Updated translations
17+
1318
## [1.3.0] - 2025-07-27
1419
### Added
1520
- Czech layout ([#157])
@@ -71,7 +76,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7176
[#222]: https://github.com/FossifyOrg/Keyboard/issues/222
7277
[#230]: https://github.com/FossifyOrg/Keyboard/issues/230
7378

74-
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.3.0...HEAD
79+
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...HEAD
80+
[1.4.0]: https://github.com/FossifyOrg/Keyboard/compare/1.3.0...1.4.0
7581
[1.3.0]: https://github.com/FossifyOrg/Keyboard/compare/1.2.2...1.3.0
7682
[1.2.2]: https://github.com/FossifyOrg/Keyboard/compare/1.2.1...1.2.2
7783
[1.2.1]: https://github.com/FossifyOrg/Keyboard/compare/1.2.0...1.2.1
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Added:
2+
3+
• Italian layout
4+
• Czech QWERTZ layout
5+
• Haptic feedback on supported devices when using spacebar to move the cursor
6+
7+
Changed:
8+
9+
• Updated translations
10+

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.3.0
8-
VERSION_CODE=7
7+
VERSION_NAME=1.4.0
8+
VERSION_CODE=8
99
APP_ID=org.fossify.keyboard

0 commit comments

Comments
 (0)