diff options
| author | Jules Aguillon | 2024-07-15 00:21:59 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-07-15 00:21:59 +0200 |
| commit | deb611a0d2c7e75a1c276238064219fc54b4417d (patch) | |
| tree | 91fd6cbbd30c0dfcd98c76890816de6d063d5fa7 | |
| parent | 29f03d0e963426adaf498a8ddd108f9205da005e (diff) | |
| download | unexpected-keyboard-deb611a0d2c7e75a1c276238064219fc54b4417d.tar.gz unexpected-keyboard-deb611a0d2c7e75a1c276238064219fc54b4417d.zip | |
Release 1.29.0 (41)
| -rw-r--r-- | build.gradle | 4 | ||||
| -rw-r--r-- | fastlane/metadata/android/en-US/changelogs/41.txt | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 1d0165f..8b3c6fd 100644 --- a/build.gradle +++ b/build.gradle @@ -10,8 +10,8 @@ android { applicationId "juloo.keyboard2" minSdk 11 targetSdkVersion 34 - versionCode 40 - versionName "1.28.0" + versionCode 41 + versionName "1.29.0" } sourceSets { diff --git a/fastlane/metadata/android/en-US/changelogs/41.txt b/fastlane/metadata/android/en-US/changelogs/41.txt new file mode 100644 index 0000000..cd0a1ec --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/41.txt @@ -0,0 +1,8 @@ +Clipboard pane + +New Monet theme +Improvements to custom layouts +Options to disable key repeat and the circle gesture +Options to disable the Tab and Esc keys + +Many thanks to the contributors: @alotbsol555 @ChasmSolacer @eandersons @polyctena @Sestowner @solokot @Spike-from-NH @TadaCZE @V6lhost @Validbit |
