Skip to content

Commit a9bb1fe

Browse files
chore(release): v1.5.0 (9) (#282)
* chore(release): v1.5.0 (9) * docs: shorten changelog --------- Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com> Co-authored-by: Naveen Singh <[email protected]>
1 parent e88a68d commit a9bb1fe

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-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-23
810
### Added
911
- German QWERTZ layout without dedicated umlaut keys ([#47])
1012
- Portuguese layout ([#133])
@@ -18,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
- Updated Spanish layout ([#206])
1921
- Updated Italian layout ([#251])
2022
- Updated backspace button position in number layout for better accessibility ([#274])
23+
- Updated translations
2124

2225
### Fixed
2326
- Keyboard language management dialog now respects `Use English language` preference ([#238])
@@ -95,6 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9598
[#136]: https://github.com/FossifyOrg/Keyboard/issues/136
9699
[#157]: https://github.com/FossifyOrg/Keyboard/issues/157
97100
[#202]: https://github.com/FossifyOrg/Keyboard/issues/202
101+
[#206]: https://github.com/FossifyOrg/Keyboard/issues/206
98102
[#222]: https://github.com/FossifyOrg/Keyboard/issues/222
99103
[#230]: https://github.com/FossifyOrg/Keyboard/issues/230
100104
[#238]: https://github.com/FossifyOrg/Keyboard/issues/238
@@ -105,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105109
[#265]: https://github.com/FossifyOrg/Keyboard/issues/265
106110
[#274]: https://github.com/FossifyOrg/Keyboard/issues/274
107111

108-
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...HEAD
112+
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.5.0...HEAD
113+
[1.5.0]: https://github.com/FossifyOrg/Keyboard/compare/1.4.0...1.5.0
109114
[1.4.0]: https://github.com/FossifyOrg/Keyboard/compare/1.3.0...1.4.0
110115
[1.3.0]: https://github.com/FossifyOrg/Keyboard/compare/1.2.2...1.3.0
111116
[1.2.2]: https://github.com/FossifyOrg/Keyboard/compare/1.2.1...1.2.2
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 backspace button position in number layout for better accessibility
16+
• Updated translations
17+
18+
Fixed:
19+
20+
• Fixed incorrect sorting in keyboard language selection dialog
21+
• Fixed Arabic numeral for number nine

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)