diff options
| author | Jules Aguillon | 2024-02-04 23:24:34 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-02-04 23:24:34 +0100 |
| commit | 5d1a5032106a0fa36cd87a166e3a39ef8ada0f51 (patch) | |
| tree | 97bfe3b38f24c6a7c1f45b327df0eb7fe1dfe23b | |
| parent | d1aa59768d0ba0e0f8519bc17bbdd079d42175bc (diff) | |
| download | unexpected-keyboard-5d1a5032106a0fa36cd87a166e3a39ef8ada0f51.tar.gz unexpected-keyboard-5d1a5032106a0fa36cd87a166e3a39ef8ada0f51.zip | |
Release 1.26.0 (38)
| -rw-r--r-- | build.gradle | 4 | ||||
| -rw-r--r-- | metadata/android/en-US/changelogs/38.txt | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 1f12e56..ab76584 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ android { applicationId "juloo.keyboard2" minSdk 4 targetSdkVersion 33 - versionCode 37 - versionName "1.25.0" + versionCode 38 + versionName "1.26.0" } sourceSets { diff --git a/metadata/android/en-US/changelogs/38.txt b/metadata/android/en-US/changelogs/38.txt new file mode 100644 index 0000000..7dec7e2 --- /dev/null +++ b/metadata/android/en-US/changelogs/38.txt @@ -0,0 +1,7 @@ +The custom vibration setting is back. +Allow to hide the keyboard switching key. +Fixed modifier keys in some development apps. +Updated translations. +Bug fixes and general improvements. + +Many thanks to the contributors: @abb128, @marciozomb13, @RetrogisusDEV, @Sestowner, @vedamanavi, @krtsgnr7230 |
