Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Nov 25, 2024
1 parent 6158d4c commit ac514da
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 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)
- 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)

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

## What's Changed in 4.0.4

- Fix #1128 – Add two symbols to FRThumbKeyV2 layout by @Raghnarok in [#1153](https://github.com/dessalines/thumb-key/pull/1153)
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 = 122
versionName = "4.0.4"
versionCode = 123
versionName = "4.0.5"

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

- Fix #1128 – Add two symbols to FRThumbKeyV2 layout by @Raghnarok in [#1153](https://github.com/dessalines/thumb-key/pull/1153)
- 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)

## New Contributors

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

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

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

0 comments on commit ac514da

Please sign in to comment.