Skip to content

Commit cc016c0

Browse files
authored
chore(release): v1.2.0 (4) (#162)
1 parent 454c4b7 commit cc016c0

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.0] - 2025-06-03
11+
12+
### Added
13+
14+
- Kabyle layout
15+
16+
### Changed
17+
18+
- Improved Lithuanian layout
19+
- Improved Romanian layout
20+
- Improved Slovenian layout
21+
- Updated translations
22+
23+
### Fixed
24+
25+
- Fixed missing popup characters in Belarusian layout
26+
1027
## [1.1.1] - 2024-10-28
1128

1229
### Changed
30+
1331
- Added more translations
1432

1533
### Fixed
34+
1635
- Fixed keyboard crash on lock screen
1736

1837
## [1.1.0] - 2024-10-25
1938

2039
### Changed
40+
2141
- Replaced checkboxes with switches
2242
- Added more translations
2343

2444
### Fixed
45+
2546
- Fixed keyboard crash on lock screen
2647
- Fixed sticky keys
2748

2849
### Removed
50+
2951
- Removed support for Android 7 and below versions
3052

3153
## [1.0.0] - 2024-07-18
3254

3355
### Added
56+
3457
- Initial release
3558

36-
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.1.1...HEAD
59+
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.2.0...HEAD
60+
[1.2.0]: https://github.com/FossifyOrg/Keyboard/compare/1.1.1...1.2.0
3761
[1.1.1]: https://github.com/FossifyOrg/Keyboard/compare/1.1.0...1.1.1
3862
[1.1.0]: https://github.com/FossifyOrg/Keyboard/compare/1.0.0...1.1.0
3963
[1.0.0]: https://github.com/FossifyOrg/Keyboard/releases/tag/1.0.0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Added:
2+
3+
• Kabyle layout
4+
5+
Changed:
6+
7+
• Improved Lithuanian layout
8+
• Improved Romanian layout
9+
• Improved Slovenian layout
10+
• Updated translations
11+
12+
Fixed:
13+
14+
• Fixed missing popup characters in Belarusian layout

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.1.1
8-
VERSION_CODE=3
7+
VERSION_NAME=1.2.0
8+
VERSION_CODE=4
99
APP_ID=org.fossify.keyboard

0 commit comments

Comments
 (0)