mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-06-11 23:24:39 -04:00
chore(release): v1.2.0 (4) (#162)
This commit is contained in:
26
CHANGELOG.md
26
CHANGELOG.md
@@ -7,33 +7,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.0] - 2025-06-03
|
||||
|
||||
### Added
|
||||
|
||||
- Kabyle layout
|
||||
|
||||
### Changed
|
||||
|
||||
- Improved Lithuanian layout
|
||||
- Improved Romanian layout
|
||||
- Improved Slovenian layout
|
||||
- Updated translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed missing popup characters in Belarusian layout
|
||||
|
||||
## [1.1.1] - 2024-10-28
|
||||
|
||||
### Changed
|
||||
|
||||
- Added more translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed keyboard crash on lock screen
|
||||
|
||||
## [1.1.0] - 2024-10-25
|
||||
|
||||
### Changed
|
||||
|
||||
- Replaced checkboxes with switches
|
||||
- Added more translations
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed keyboard crash on lock screen
|
||||
- Fixed sticky keys
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed support for Android 7 and below versions
|
||||
|
||||
## [1.0.0] - 2024-07-18
|
||||
|
||||
### Added
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.1.1...HEAD
|
||||
[Unreleased]: https://github.com/FossifyOrg/Keyboard/compare/1.2.0...HEAD
|
||||
[1.2.0]: https://github.com/FossifyOrg/Keyboard/compare/1.1.1...1.2.0
|
||||
[1.1.1]: https://github.com/FossifyOrg/Keyboard/compare/1.1.0...1.1.1
|
||||
[1.1.0]: https://github.com/FossifyOrg/Keyboard/compare/1.0.0...1.1.0
|
||||
[1.0.0]: https://github.com/FossifyOrg/Keyboard/releases/tag/1.0.0
|
||||
|
||||
14
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
14
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Added:
|
||||
|
||||
• Kabyle layout
|
||||
|
||||
Changed:
|
||||
|
||||
• Improved Lithuanian layout
|
||||
• Improved Romanian layout
|
||||
• Improved Slovenian layout
|
||||
• Updated translations
|
||||
|
||||
Fixed:
|
||||
|
||||
• Fixed missing popup characters in Belarusian layout
|
||||
@@ -4,6 +4,6 @@ android.nonTransitiveRClass=false
|
||||
org.gradle.jvmargs=-Xmx4g
|
||||
|
||||
# Versioning
|
||||
VERSION_NAME=1.1.1
|
||||
VERSION_CODE=3
|
||||
VERSION_NAME=1.2.0
|
||||
VERSION_CODE=4
|
||||
APP_ID=org.fossify.keyboard
|
||||
|
||||
Reference in New Issue
Block a user