diff --git a/app/build.gradle b/app/build.gradle index b9ca2978..a2a5d9e8 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.dslul.openboard.inputmethod.latin" minSdkVersion 19 targetSdkVersion 31 - versionCode 18 - versionName '1.4.4' + versionCode 19 + versionName '1.4.5' } buildTypes { diff --git a/fastlane/metadata/android/en-US/changelogs/19.txt b/fastlane/metadata/android/en-US/changelogs/19.txt new file mode 100644 index 00000000..e58b354d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/19.txt @@ -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 \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 67cbe7a1..5ec48131 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -5,4 +5,4 @@ Features: - Themes - Emojis -This app is opensource, the code is available here: https://github.com/dslul/openboard \ No newline at end of file +This app is opensource, the code is available here: https://github.com/openboard-team/openboard \ No newline at end of file diff --git a/fastlane/metadata/android/it-IT/full_description.txt b/fastlane/metadata/android/it-IT/full_description.txt index 59b0ca52..a338cc06 100644 --- a/fastlane/metadata/android/it-IT/full_description.txt +++ b/fastlane/metadata/android/it-IT/full_description.txt @@ -5,4 +5,4 @@ Ha le seguenti funzionalità: - temi - emoji -È possibile trovare il codice sorgente al seguente indirizzo: https://github.com/dslul/openboard \ No newline at end of file +È possibile trovare il codice sorgente al seguente indirizzo: https://github.com/openboard-team/openboard \ No newline at end of file