Skip to content

Commit cd4a5de

Browse files
chore(release): v1.5.0 (9)
1 parent 889ef75 commit cd4a5de

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-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.4.0
2+
1.5.0

CHANGELOG.md

Lines changed: 6 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.5.0] - 2025-09-09
810
### Added
911
- German QWERTZ layout without dedicated umlaut keys ([#47])
1012
- Portuguese layout ([#133])
@@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1719
- Updated French AZERTY layout ([#134])
1820
- Updated Spanish layout ([#206])
1921
- Updated Italian layout ([#251])
22+
- Updated translations
2023

2124
### Fixed
2225
- Keyboard language management dialog now respects `Use English language` preference ([#238])
@@ -94,6 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9497
[#136]: https://github.com/FossifyOrg/Keyboard/issues/136
9598
[#157]: https://github.com/FossifyOrg/Keyboard/issues/157
9699
[#202]: https://github.com/FossifyOrg/Keyboard/issues/202
100+
[#206]: https://github.com/FossifyOrg/Keyboard/issues/206
97101
[#222]: https://github.com/FossifyOrg/Keyboard/issues/222
98102
[#230]: https://github.com/FossifyOrg/Keyboard/issues/230
99103
[#238]: https://github.com/FossifyOrg/Keyboard/issues/238
@@ -103,7 +107,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103107
[#259]: https://github.com/FossifyOrg/Keyboard/issues/259
104108
[#265]: https://github.com/FossifyOrg/Keyboard/issues/265
105109

106-
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...HEAD
110+
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.5.0...HEAD
111+
[1.5.0]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...1.5.0
107112
[1.4.0]: https://github.com/FossifyOrg/Keyboard/compare/1.3.0...1.4.0
108113
[1.3.0]: https://github.com/FossifyOrg/Keyboard/compare/1.2.2...1.3.0
109114
[1.2.2]: https://github.com/FossifyOrg/Keyboard/compare/1.2.1...1.2.2
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Added:
2+
3+
• German QWERTZ layout without dedicated umlaut keys
4+
• Portuguese layout
5+
• Portuguese HCESAR layout
6+
• Dutch layout
7+
• Latvian layout
8+
• Turkish (QWERTY) layout
9+
10+
Changed:
11+
12+
• Updated French AZERTY layout
13+
• Updated Spanish layout
14+
• Updated Italian layout
15+
• Updated translations
16+
17+
Fixed:
18+
19+
• Keyboard language management dialog now respects `Use English language` preference
20+
• Fixed incorrect sorting in keyboard language selection dialog
21+
• Fixed Arabic numeral for number nine
22+

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.4.0
8-
VERSION_CODE=8
7+
VERSION_NAME=1.5.0
8+
VERSION_CODE=9
99
APP_ID=org.fossify.keyboard

0 commit comments

Comments
 (0)