Skip to content

Commit 347d8c7

Browse files
committed
Upping version
1 parent bd8c3e9 commit 347d8c7

4 files changed

Lines changed: 18 additions & 11 deletions

File tree

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.0.6
2+
3+
- add top bottom key actions (closes #1418) by @pohmelie in [#1512](https://github.com/dessalines/thumb-key/pull/1512)
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.5...5.0.6
6+
17
## What's Changed in 5.0.5
28

39
- adds new layout: english twohands symbols numbers arrows compact. by @bklaase in [#1507](https://github.com/dessalines/thumb-key/pull/1507)

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 = 24
1515
targetSdk = 35
16-
versionCode = 160
17-
versionName = "5.0.5"
16+
versionCode = 161
17+
versionName = "5.0.6"
1818

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

app/src/main/assets/RELEASES.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
## What's Changed in 5.0.5
1+
## What's Changed in 5.0.6
22

3-
- adds new layout: english twohands symbols numbers arrows compact. by @bklaase in [#1507](https://github.com/dessalines/thumb-key/pull/1507)
4-
- Remove mention of the deprecated moving cursor up or down lines from the README by @JulienVig in [#1506](https://github.com/dessalines/thumb-key/pull/1506)
5-
- Add option to disable fullscreen editor by @jm355 in [#1499](https://github.com/dessalines/thumb-key/pull/1499)
3+
- add top bottom key actions (closes #1418) by @pohmelie in [#1512](https://github.com/dessalines/thumb-key/pull/1512)
64

7-
## New Contributors
8-
9-
- @JulienVig made their first contribution in [#1506](https://github.com/dessalines/thumb-key/pull/1506)
10-
11-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.4...5.0.5
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.5...5.0.6
126

137
<!-- generated by git-cliff -->
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## What's Changed in 5.0.6
2+
3+
- add top bottom key actions (closes #1418) by @pohmelie in [#1512](https://github.com/dessalines/thumb-key/pull/1512)
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.5...5.0.6
6+
7+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)