Skip to content

Commit c01d340

Browse files
chore(release): v1.2.2 (6) (#197)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1 parent 18add50 commit c01d340

File tree

4 files changed

+13
-24
lines changed

4 files changed

+13
-24
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.2.1
2+
1.2.2

CHANGELOG.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,58 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

9+
## [1.2.2] - 2025-07-18
1010
### Changed
11-
1211
- Updated translations
1312

1413
## [1.2.1] - 2025-06-17
15-
1614
### Changed
17-
1815
- Marked app as beta
1916
- Updated translations
2017

2118
## [1.2.0] - 2025-06-03
22-
2319
### Added
24-
2520
- Kabyle layout
2621

2722
### Changed
28-
2923
- Improved Lithuanian layout
3024
- Improved Romanian layout
3125
- Improved Slovenian layout
3226
- Updated translations
3327

3428
### Fixed
35-
3629
- Fixed missing popup characters in Belarusian layout
3730

3831
## [1.1.1] - 2024-10-28
39-
4032
### Changed
41-
4233
- Added more translations
4334

4435
### Fixed
45-
4636
- Fixed keyboard crash on lock screen
4737

4838
## [1.1.0] - 2024-10-25
49-
5039
### Changed
51-
5240
- Replaced checkboxes with switches
5341
- Added more translations
5442

55-
### Fixed
43+
### Removed
44+
- Removed support for Android 7 and below versions
5645

46+
### Fixed
5747
- Fixed keyboard crash on lock screen
5848
- Fixed sticky keys
5949

60-
### Removed
61-
62-
- Removed support for Android 7 and below versions
63-
6450
## [1.0.0] - 2024-07-18
65-
6651
### Added
67-
6852
- Initial release
6953

70-
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.2.1...HEAD
54+
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.2.2...HEAD
55+
[1.2.2]: https://github.com/FossifyOrg/Keyboard/compare/1.2.1...1.2.2
7156
[1.2.1]: https://github.com/FossifyOrg/Keyboard/compare/1.2.0...1.2.1
7257
[1.2.0]: https://github.com/FossifyOrg/Keyboard/compare/1.1.1...1.2.0
7358
[1.1.1]: https://github.com/FossifyOrg/Keyboard/compare/1.1.0...1.1.1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Changed:
2+
3+
• Updated translations
4+

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.2.1
8-
VERSION_CODE=5
7+
VERSION_NAME=1.2.2
8+
VERSION_CODE=6
99
APP_ID=org.fossify.keyboard

0 commit comments

Comments
 (0)