Upping version.

This commit is contained in:
Dessalines 2024-04-25 13:03:19 -04:00
parent c51d770cfd
commit 80fd38f9c8
3 changed files with 17 additions and 20 deletions

View File

@ -1,7 +1,17 @@
# Thumb-Key 3.1.1 (2024-04-25)
## What's Changed in 3.1.1
- Making haptic feedback use KEYBOARD_TAP constant. Fixes #862 by @dessalines in [#863](https://github.com/dessalines/thumb-key/pull/863)
- Fix crash when using Japanese thumb-key (fixes #858) by @glm4610 in [#861](https://github.com/dessalines/thumb-key/pull/861)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.0...3.1.1
# Thumb-Key 3.1.0 (2024-04-24)
## What's Changed in 3.1.0
- Upping version. by @dessalines
- 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)
@ -38,10 +48,6 @@
- Correct default French MessagEase layout (#830) by @glm4610 in [#840](https://github.com/dessalines/thumb-key/pull/840)
- Fixing vietnamese keyboard name. by @dessalines in [#842](https://github.com/dessalines/thumb-key/pull/842)
## New Contributors
- @glm4610 made their first contribution in [#840](https://github.com/dessalines/thumb-key/pull/840)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.5...2.7.6
# Thumb-Key 2.7.5 (2024-04-09)

View File

@ -12,8 +12,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 77
versionName "3.1.0"
versionCode 78
versionName "3.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -1,19 +1,10 @@
# Thumb-Key 3.1.0 (2024-04-24)
# Thumb-Key 3.1.1 (2024-04-25)
## What's Changed in 3.1.0
## What's Changed in 3.1.1
- 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)
- Making haptic feedback use KEYBOARD_TAP constant. Fixes #862 by @dessalines in [#863](https://github.com/dessalines/thumb-key/pull/863)
- Fix crash when using Japanese thumb-key (fixes #858) by @glm4610 in [#861](https://github.com/dessalines/thumb-key/pull/861)
## 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
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.0...3.1.1
<!-- generated by git-cliff -->