File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
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 )
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments