Skip to content

Commit ac514da

Browse files
committed
Upping version.
1 parent 6158d4c commit ac514da

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## What's Changed in 4.0.5
2+
3+
- Add some swipeReturn actions to the french ThumbKey v2 layout by @Raghnarok in [#1160](https://github.com/dessalines/thumb-key/pull/1160)
4+
- 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)
5+
- Swipe improvement for drag-return and circle-drag motions by @gitterrost4 in [#1156](https://github.com/dessalines/thumb-key/pull/1156)
6+
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.4...4.0.5
8+
19
## What's Changed in 4.0.4
210

311
- Fix #1128 – Add two symbols to FRThumbKeyV2 layout by @Raghnarok in [#1153](https://github.com/dessalines/thumb-key/pull/1153)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.dessalines.thumbkey"
1414
minSdk = 21
1515
targetSdk = 34
16-
versionCode = 122
17-
versionName = "4.0.4"
16+
versionCode = 123
17+
versionName = "4.0.5"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

app/src/main/assets/RELEASES.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
## What's Changed in 4.0.4
1+
## What's Changed in 4.0.5
22

3-
- Fix #1128 – Add two symbols to FRThumbKeyV2 layout by @Raghnarok in [#1153](https://github.com/dessalines/thumb-key/pull/1153)
3+
- Add some swipeReturn actions to the french ThumbKey v2 layout by @Raghnarok in [#1160](https://github.com/dessalines/thumb-key/pull/1160)
4+
- 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)
5+
- Swipe improvement for drag-return and circle-drag motions by @gitterrost4 in [#1156](https://github.com/dessalines/thumb-key/pull/1156)
46

5-
## New Contributors
6-
7-
- @Raghnarok made their first contribution in [#1153](https://github.com/dessalines/thumb-key/pull/1153)
8-
9-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.3...4.0.4
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.4...4.0.5
108

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

0 commit comments

Comments
 (0)