diff options
| author | Jules Aguillon | 2024-03-03 23:19:02 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-03-03 23:19:02 +0100 |
| commit | 0739c6bd2c55c4f26735fd6fbd29f647950521a3 (patch) | |
| tree | ae5bba56bceb90d25c49ca6d5ce1f58a6a8b4506 | |
| parent | a1de69bcc4c600ccd149ce8311e726cbcea38e6e (diff) | |
| download | unexpected-keyboard-0739c6bd2c55c4f26735fd6fbd29f647950521a3.tar.gz unexpected-keyboard-0739c6bd2c55c4f26735fd6fbd29f647950521a3.zip | |
Release 1.27.0 (39)
| -rw-r--r-- | build.gradle | 4 | ||||
| -rw-r--r-- | metadata/android/en/changelogs/39.txt | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index aa5a50c..9bda832 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ android { applicationId "juloo.keyboard2" minSdk 11 targetSdkVersion 33 - versionCode 38 - versionName "1.26.0" + versionCode 39 + versionName "1.27.0" } sourceSets { diff --git a/metadata/android/en/changelogs/39.txt b/metadata/android/en/changelogs/39.txt new file mode 100644 index 0000000..d215d03 --- /dev/null +++ b/metadata/android/en/changelogs/39.txt @@ -0,0 +1,6 @@ +New layouts: QWERTY (Slovak), Gujarati phonetic +Add Linux Compose key to type a variety of characters using known combinations. +Fixed localized numpad and number row. +Many improvements and bug fixes. + +Huge thanks to the contributors: @Yogesh-B, @ChasmSolacer, @matthiakl, @Sestowner, @RyanGibb, @BogdanLata, @RetrogisusDEV, @V6lhost, @ErrrorMaxx, @sdrapha, @vedamanavi |
