Skip to content

Commit 8b5f89a

Browse files
committed
Upping version.
1 parent 6c5c434 commit 8b5f89a

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## What's Changed in 5.1.7
2+
3+
- Adding freedroidwarn by @dessalines in [#1840](https://github.com/dessalines/thumb-key/pull/1840)
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.6...5.1.7
6+
17
## What's Changed in 5.1.6
28

39
- feat: add "show on-screen keyboard" setting by @Toldry in [#1834](https://github.com/dessalines/thumb-key/pull/1834)

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 = 176
25-
versionName = "5.1.6"
24+
versionCode = 177
25+
versionName = "5.1.7"
2626

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

app/src/main/assets/RELEASES.md

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

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)
3+
- Adding freedroidwarn by @dessalines in [#1840](https://github.com/dessalines/thumb-key/pull/1840)
64

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
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.1.6...5.1.7
136

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

0 commit comments

Comments
 (0)