Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Apr 25, 2024
1 parent c51d770 commit 80fd38f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
14 changes: 10 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
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 77
versionName "3.1.0"
versionCode 78
versionName "3.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
19 changes: 5 additions & 14 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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 -->

0 comments on commit 80fd38f

Please sign in to comment.