Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Apr 24, 2024
1 parent 7ca13e3 commit 1abe5ce
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 9 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
20 changes: 19 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
20 changes: 14 additions & 6 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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 -->

0 comments on commit 1abe5ce

Please sign in to comment.