diff options
| author | Jules Aguillon | 2024-05-29 14:08:27 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-05-29 14:08:27 +0200 |
| commit | f7f1d85f80c9112192385b4b5294a5544ca009f3 (patch) | |
| tree | a15908c2da0f3d58ba1cf7699d3edc9edef4e454 | |
| parent | 5d2eb35574e74f01c725c4b6a4fc4c63d3c66a3a (diff) | |
| download | unexpected-keyboard-f7f1d85f80c9112192385b4b5294a5544ca009f3.tar.gz unexpected-keyboard-f7f1d85f80c9112192385b4b5294a5544ca009f3.zip | |
Release 1.28.0
| -rw-r--r-- | build.gradle | 4 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/changelogs/40.txt | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 254bfe3..1d0165f 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ android { applicationId "juloo.keyboard2" minSdk 11 targetSdkVersion 34 - versionCode 39 - versionName "1.27.0" + versionCode 40 + versionName "1.28.0" } sourceSets { diff --git a/fastlane/metadata/android/en-US/changelogs/40.txt b/fastlane/metadata/android/en-US/changelogs/40.txt new file mode 100644 index 0000000..2588a3c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40.txt @@ -0,0 +1,11 @@ +MessagEase and Thumb-Key inspired gestures with the anti-clockwise circle being +completely configurable. + +Updated emojis. +Improved Hangul (Korean) support. +Added Danish support. +Improved spacebar slider. +Updated translations. +Various improvements and fixes to the app and layouts. + +Many thanks to the contributors: @alotbsol555 @bkmgit @Cheesebaron @CloneWith @eandersons @JapanYoshi @Julow @la-ninpre @m15a @marciozomb13 @polyctena @solokot @Spike-from-NH @tmqCypher @Validbit |
