Upping version.

This commit is contained in:
Dessalines 2024-04-23 23:37:03 -04:00
parent 7ca13e3036
commit 1abe5ce59d
4 changed files with 40 additions and 9 deletions

View File

@ -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.

View File

@ -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

View File

@ -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 {

View File

@ -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
<!-- generated by git-cliff -->