From 1abe5ce59dfb9cd52aea5a5c5575259067efbee6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 23 Apr 2024 23:37:03 -0400 Subject: [PATCH] Upping version. --- README.md | 5 +++++ RELEASES.md | 20 +++++++++++++++++++- app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 20 ++++++++++++++------ 4 files changed, 40 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ecce84fd0..8a1c6b158 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,11 @@ Enabling `Backspace: Allow normal swipes to work with slide gestures`, in keyboa - Swipe left to delete whole words to the left of the cursor. - Swipe right to delete whole words to the right of the cursor. +### Drag-and-return + +- You can type the opposite-case letter by dragging away from, then back to the original key. +- Clockwise and counter-clockwise drags can be configured to type the opposite-case letter, or the equivalent center key on the numeric layout. + ### Coming from MessagEase Keyboard Tips - For those use to tapping on the hand key to hide the MessagEase Keyboard and make more screen real estate available, this can be done by using the Android back key or on Android 10 and higher using the guesture navigation for back. diff --git a/RELEASES.md b/RELEASES.md index 53f91c801..399e7d5c0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,26 @@ +# Thumb-Key 3.1.0 (2024-04-24) + +## What's Changed in 3.1.0 + +- Upgrading deps. by @dessalines in [#857](https://github.com/dessalines/thumb-key/pull/857) +- Adding slovak v2 keyboard. Fixes #151 by @dessalines in [#856](https://github.com/dessalines/thumb-key/pull/856) +- Implement Drag-and-return & Circular drag by @feathecutie in [#854](https://github.com/dessalines/thumb-key/pull/854) +- Fix swipe direction and update Capital keyboard for EN_HR by @ssaric in [#853](https://github.com/dessalines/thumb-key/pull/853) +- Fixing bottom offset slider. by @dessalines in [#852](https://github.com/dessalines/thumb-key/pull/852) +- Add PLTypeSplitSymbols by @kkard2 in [#851](https://github.com/dessalines/thumb-key/pull/851) + +## New Contributors + +- @feathecutie made their first contribution in [#854](https://github.com/dessalines/thumb-key/pull/854) +- @kkard2 made their first contribution in [#851](https://github.com/dessalines/thumb-key/pull/851) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.0.0...3.1.0 + # Thumb-Key 3.0.0 (2024-04-14) ## What's Changed in 3.0.0 +- Upping version. by @dessalines - Fixing black-screen on startup. by @dessalines in [#850](https://github.com/dessalines/thumb-key/pull/850) - Adding toki pona and sitelen emoji keyboards. by @dessalines in [#849](https://github.com/dessalines/thumb-key/pull/849) - Simplifying KeyC default. by @dessalines in [#848](https://github.com/dessalines/thumb-key/pull/848) @@ -70,7 +89,6 @@ ## New Contributors - @philipp8101 made their first contribution in [#818](https://github.com/dessalines/thumb-key/pull/818) -- @ssaric made their first contribution in [#823](https://github.com/dessalines/thumb-key/pull/823) **Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.2...2.7.3 diff --git a/app/build.gradle b/app/build.gradle index 2d602ebca..4d268ac6e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 76 - versionName "3.0.0" + versionCode 77 + versionName "3.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index f5d0da83a..4240057a0 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,11 +1,19 @@ -# Thumb-Key 3.0.0 (2024-04-14) +# Thumb-Key 3.1.0 (2024-04-24) -## What's Changed in 3.0.0 +## What's Changed in 3.1.0 -- Fixing black-screen on startup. by @dessalines in [#850](https://github.com/dessalines/thumb-key/pull/850) -- Adding toki pona and sitelen emoji keyboards. by @dessalines in [#849](https://github.com/dessalines/thumb-key/pull/849) -- Simplifying KeyC default. by @dessalines in [#848](https://github.com/dessalines/thumb-key/pull/848) +- Upgrading deps. by @dessalines in [#857](https://github.com/dessalines/thumb-key/pull/857) +- Adding slovak v2 keyboard. Fixes #151 by @dessalines in [#856](https://github.com/dessalines/thumb-key/pull/856) +- Implement Drag-and-return & Circular drag by @feathecutie in [#854](https://github.com/dessalines/thumb-key/pull/854) +- Fix swipe direction and update Capital keyboard for EN_HR by @ssaric in [#853](https://github.com/dessalines/thumb-key/pull/853) +- Fixing bottom offset slider. by @dessalines in [#852](https://github.com/dessalines/thumb-key/pull/852) +- Add PLTypeSplitSymbols by @kkard2 in [#851](https://github.com/dessalines/thumb-key/pull/851) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.6...3.0.0 +## New Contributors + +- @feathecutie made their first contribution in [#854](https://github.com/dessalines/thumb-key/pull/854) +- @kkard2 made their first contribution in [#851](https://github.com/dessalines/thumb-key/pull/851) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.0.0...3.1.0