mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 21:59:11 +00:00
1.4.5 release
This commit is contained in:
parent
9da38ca9e4
commit
6c7582aae8
4 changed files with 18 additions and 4 deletions
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "org.dslul.openboard.inputmethod.latin"
|
applicationId "org.dslul.openboard.inputmethod.latin"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 18
|
versionCode 19
|
||||||
versionName '1.4.4'
|
versionName '1.4.5'
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
14
fastlane/metadata/android/en-US/changelogs/19.txt
Normal file
14
fastlane/metadata/android/en-US/changelogs/19.txt
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Features
|
||||||
|
- Added clipboard history feature
|
||||||
|
- Added one-handed mode feature
|
||||||
|
- Added auto-space after punctuation feature
|
||||||
|
Improvements
|
||||||
|
- Reworked settings navigation
|
||||||
|
- Added split layout for azerty keyboards
|
||||||
|
- Added number row support to more languages
|
||||||
|
- Added number row support to tablets
|
||||||
|
- Added new translations
|
||||||
|
Bug fixes
|
||||||
|
- Fixed suggestions showing for not many input types
|
||||||
|
- Fixed space bar swipe direction for RTL languages
|
||||||
|
- Fixed voice input key shown when no voice input is installed
|
|
@ -5,4 +5,4 @@ Features:
|
||||||
- Themes
|
- Themes
|
||||||
- Emojis
|
- Emojis
|
||||||
|
|
||||||
This app is opensource, the code is available here: https://github.com/dslul/openboard
|
This app is opensource, the code is available here: https://github.com/openboard-team/openboard
|
|
@ -5,4 +5,4 @@ Ha le seguenti funzionalità:
|
||||||
- temi
|
- temi
|
||||||
- emoji
|
- emoji
|
||||||
|
|
||||||
È possibile trovare il codice sorgente al seguente indirizzo: https://github.com/dslul/openboard
|
È possibile trovare il codice sorgente al seguente indirizzo: https://github.com/openboard-team/openboard
|
Loading…
Add table
Reference in a new issue