Skip to content

Commit c64670d

Browse files
committed
Upping version.
1 parent a2324a0 commit c64670d

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

RELEASES.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## What's Changed in 5.1.6
2+
3+
- feat: add "show on-screen keyboard" setting by @Toldry in [#1834](https://github.com/dessalines/thumb-key/pull/1834)
4+
- feat: Add DeleteViaTextManipulation key action for apps that ignore KEYCODE_DEL by @brendanlong in [#1833](https://github.com/dessalines/thumb-key/pull/1833)
5+
- Update README examples to set `swipeType` by @mjkelly in [#1824](https://github.com/dessalines/thumb-key/pull/1824)
6+
7+
## New Contributors
8+
9+
- @brendanlong made their first contribution in [#1833](https://github.com/dessalines/thumb-key/pull/1833)
10+
- @mjkelly made their first contribution in [#1824](https://github.com/dessalines/thumb-key/pull/1824)
11+
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.5...5.1.6
13+
114
## What's Changed in 5.1.5
215

316
- Revert "Spellcheck locale fix" by @dessalines in [#1819](https://github.com/dessalines/thumb-key/pull/1819)
@@ -1430,11 +1443,15 @@
14301443
- Scaling down uppercase letters. Fixes #109 by @dessalines in [#611](https://github.com/dessalines/thumb-key/pull/611)
14311444
- Added Italian translation by @flauta in [#610](https://github.com/dessalines/thumb-key/pull/610)
14321445
- Upgrading compose to 1.5.7 by @dessalines in [#609](https://github.com/dessalines/thumb-key/pull/609)
1433-
- double symbols prototype in [#608](https://github.com/dessalines/thumb-key/pull/608)
1446+
- double symbols prototype by @alensiljak in [#608](https://github.com/dessalines/thumb-key/pull/608)
14341447
- Adding svenska messageease. Fixes #601 by @dessalines in [#605](https://github.com/dessalines/thumb-key/pull/605)
14351448
- Update ITThumbKey.kt by @flauta in [#603](https://github.com/dessalines/thumb-key/pull/603)
14361449
- Adding release notes. by @dessalines
14371450

1451+
## New Contributors
1452+
1453+
- @alensiljak made their first contribution in [#608](https://github.com/dessalines/thumb-key/pull/608)
1454+
14381455
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.5...2.6.6
14391456

14401457
## What's Changed in 2.6.5

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId = "com.dessalines.thumbkey"
2222
minSdk = 24
2323
targetSdk = 36
24-
versionCode = 175
25-
versionName = "5.1.5"
24+
versionCode = 176
25+
versionName = "5.1.6"
2626

2727
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2828
vectorDrawables {

app/src/main/assets/RELEASES.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
## What's Changed in 5.1.5
1+
## What's Changed in 5.1.6
22

3-
- Revert "Spellcheck locale fix" by @dessalines in [#1819](https://github.com/dessalines/thumb-key/pull/1819)
3+
- feat: add "show on-screen keyboard" setting by @Toldry in [#1834](https://github.com/dessalines/thumb-key/pull/1834)
4+
- feat: Add DeleteViaTextManipulation key action for apps that ignore KEYCODE_DEL by @brendanlong in [#1833](https://github.com/dessalines/thumb-key/pull/1833)
5+
- Update README examples to set `swipeType` by @mjkelly in [#1824](https://github.com/dessalines/thumb-key/pull/1824)
46

5-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.4...5.1.5
7+
## New Contributors
8+
9+
- @brendanlong made their first contribution in [#1833](https://github.com/dessalines/thumb-key/pull/1833)
10+
- @mjkelly made their first contribution in [#1824](https://github.com/dessalines/thumb-key/pull/1824)
11+
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.5...5.1.6
613

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

0 commit comments

Comments
 (0)