Skip to content

Commit 212b354

Browse files
committed
Upping version.
1 parent 80a5922 commit 212b354

3 files changed

Lines changed: 25 additions & 7 deletions

File tree

RELEASES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## What's Changed in 3.4.16
2+
3+
- reset multi-tap state after one second delay by @iliazeus in [#1106](https://github.com/dessalines/thumb-key/pull/1106)
4+
- Re-add leading space before composed opening double quote by @shtrom in [#1108](https://github.com/dessalines/thumb-key/pull/1108)
5+
- Tweak nederlands type-split by @harmtemolder in [#1107](https://github.com/dessalines/thumb-key/pull/1107)
6+
7+
## New Contributors
8+
9+
- @iliazeus made their first contribution in [#1106](https://github.com/dessalines/thumb-key/pull/1106)
10+
- @harmtemolder made their first contribution in [#1107](https://github.com/dessalines/thumb-key/pull/1107)
11+
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.15...3.4.16
13+
114
## What's Changed in 3.4.15
215

316
- Re-organizing backup and restore into its own screen. by @dessalines in [#1100](https://github.com/dessalines/thumb-key/pull/1100)
@@ -513,7 +526,6 @@
513526

514527
## New Contributors
515528

516-
- @shtrom made their first contribution in [#786](https://github.com/dessalines/thumb-key/pull/786)
517529
- @LortalHost made their first contribution in [#782](https://github.com/dessalines/thumb-key/pull/782)
518530
- @orhun made their first contribution in [#781](https://github.com/dessalines/thumb-key/pull/781)
519531
- @zworek made their first contribution in [#778](https://github.com/dessalines/thumb-key/pull/778)

app/build.gradle

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
targetSdkVersion 34
16-
versionCode 116
17-
versionName "3.4.15"
16+
versionCode 117
17+
versionName "3.4.16"
1818

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

app/src/main/assets/RELEASES.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
## What's Changed in 3.4.15
1+
## What's Changed in 3.4.16
22

3-
- Re-organizing backup and restore into its own screen. by @dessalines in [#1100](https://github.com/dessalines/thumb-key/pull/1100)
4-
- Adding portuguese + english thumbkey layout. by @dessalines in [#1096](https://github.com/dessalines/thumb-key/pull/1096)
3+
- reset multi-tap state after one second delay by @iliazeus in [#1106](https://github.com/dessalines/thumb-key/pull/1106)
4+
- Re-add leading space before composed opening double quote by @shtrom in [#1108](https://github.com/dessalines/thumb-key/pull/1108)
5+
- Tweak nederlands type-split by @harmtemolder in [#1107](https://github.com/dessalines/thumb-key/pull/1107)
56

6-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.14...3.4.15
7+
## New Contributors
8+
9+
- @iliazeus made their first contribution in [#1106](https://github.com/dessalines/thumb-key/pull/1106)
10+
- @harmtemolder made their first contribution in [#1107](https://github.com/dessalines/thumb-key/pull/1107)
11+
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.15...3.4.16
713

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

0 commit comments

Comments
 (0)