Skip to content

Commit de20e6d

Browse files
committed
Upping version.
1 parent de5cf06 commit de20e6d

3 files changed

Lines changed: 21 additions & 7 deletions

File tree

RELEASES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## What's Changed in 4.0.6
2+
3+
- Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
4+
- 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)
5+
6+
## New Contributors
7+
8+
- @salsifis made their first contribution in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
9+
10+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.5...4.0.6
11+
112
## What's Changed in 4.0.5
213

314
- Add some swipeReturn actions to the french ThumbKey v2 layout by @Raghnarok in [#1160](https://github.com/dessalines/thumb-key/pull/1160)

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 = 123
17-
versionName = "4.0.5"
16+
versionCode = 124
17+
versionName = "4.0.6"
1818

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

app/src/main/assets/RELEASES.md

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

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)
3+
- Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
4+
- 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)
65

7-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.4...4.0.5
6+
## New Contributors
7+
8+
- @salsifis made their first contribution in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
9+
10+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.5...4.0.6
811

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

0 commit comments

Comments
 (0)