Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Nov 29, 2024
1 parent de5cf06 commit de20e6d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## What's Changed in 4.0.6

- Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
- Make the backspace key remove text directly instead of sending a DEL keycode by @gitterrost4 in [#1162](https://github.com/dessalines/thumb-key/pull/1162)

## New Contributors

- @salsifis made their first contribution in [#1161](https://github.com/dessalines/thumb-key/pull/1161)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.5...4.0.6

## What's Changed in 4.0.5

- Add some swipeReturn actions to the french ThumbKey v2 layout by @Raghnarok in [#1160](https://github.com/dessalines/thumb-key/pull/1160)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dessalines.thumbkey"
minSdk = 21
targetSdk = 34
versionCode = 123
versionName = "4.0.5"
versionCode = 124
versionName = "4.0.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
13 changes: 8 additions & 5 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## What's Changed in 4.0.5
## What's Changed in 4.0.6

- Add some swipeReturn actions to the french ThumbKey v2 layout by @Raghnarok in [#1160](https://github.com/dessalines/thumb-key/pull/1160)
- Swipe-returning on a ghost key will now trigger the action of the ghost key by @gitterrost4 in [#1158](https://github.com/dessalines/thumb-key/pull/1158)
- Swipe improvement for drag-return and circle-drag motions by @gitterrost4 in [#1156](https://github.com/dessalines/thumb-key/pull/1156)
- Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
- Make the backspace key remove text directly instead of sending a DEL keycode by @gitterrost4 in [#1162](https://github.com/dessalines/thumb-key/pull/1162)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.4...4.0.5
## New Contributors

- @salsifis made their first contribution in [#1161](https://github.com/dessalines/thumb-key/pull/1161)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.5...4.0.6

<!-- generated by git-cliff -->

0 comments on commit de20e6d

Please sign in to comment.