Skip to content

Commit d55bb07

Browse files
committed
Upping version.
1 parent 51dcdf5 commit d55bb07

3 files changed

Lines changed: 25 additions & 15 deletions

File tree

RELEASES.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1-
## What's Changed in 4.0.2
1+
## What's Changed in 4.0.3
22

3-
- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
3+
- Hindi layout 2 by @dessalines in [#1142](https://github.com/dessalines/thumb-key/pull/1142)
4+
- Keep spacebar consistent when shifted by @harmtemolder in [#1141](https://github.com/dessalines/thumb-key/pull/1141)
5+
- add english nederlands typesplit layout by @renboe in [#1139](https://github.com/dessalines/thumb-key/pull/1139)
6+
- Switches number keys in expanded developer layout to all use secondary color by @Hate9 in [#1138](https://github.com/dessalines/thumb-key/pull/1138)
7+
- Adding Hindi Layout. by @dessalines in [#1131](https://github.com/dessalines/thumb-key/pull/1131)
48

59
## New Contributors
610

7-
- @Hate9 made their first contribution in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
11+
- @renboe made their first contribution in [#1139](https://github.com/dessalines/thumb-key/pull/1139)
12+
13+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.2...4.0.3
14+
15+
## What's Changed in 4.0.2
16+
17+
- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
818

919
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.1...4.0.2
1020

@@ -29,10 +39,6 @@
2939
- Re-add leading space before composed opening double quote by @shtrom in [#1108](https://github.com/dessalines/thumb-key/pull/1108)
3040
- Tweak nederlands type-split by @harmtemolder in [#1107](https://github.com/dessalines/thumb-key/pull/1107)
3141

32-
## New Contributors
33-
34-
- @harmtemolder made their first contribution in [#1107](https://github.com/dessalines/thumb-key/pull/1107)
35-
3642
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.15...3.4.16
3743

3844
## What's Changed in 3.4.15
@@ -340,11 +346,11 @@
340346
- Make cursor movement detection index-based (fixes #881) by @glm4610 in [#917](https://github.com/dessalines/thumb-key/pull/917)
341347
- Fix #304 (take two): In Utils.autoCapitalizeCheck, use input type of current editor by @mpsijm in [#909](https://github.com/dessalines/thumb-key/pull/909)
342348
- Fixing donation line. by @dessalines in [#906](https://github.com/dessalines/thumb-key/pull/906)
343-
- Add QBased a qwerty based keyboard by @AWillfulMemory in [#905](https://github.com/dessalines/thumb-key/pull/905)
349+
- Add QBased a qwerty based keyboard by @WrenIsWitty in [#905](https://github.com/dessalines/thumb-key/pull/905)
344350

345351
## New Contributors
346352

347-
- @AWillfulMemory made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905)
353+
- @WrenIsWitty made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905)
348354

349355
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.7...3.1.8
350356

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 = 21
1515
targetSdk = 34
16-
versionCode = 120
17-
versionName = "4.0.2"
16+
versionCode = 121
17+
versionName = "4.0.3"
1818

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

app/src/main/assets/RELEASES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
## What's Changed in 4.0.2
1+
## What's Changed in 4.0.3
22

3-
- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
3+
- Hindi layout 2 by @dessalines in [#1142](https://github.com/dessalines/thumb-key/pull/1142)
4+
- Keep spacebar consistent when shifted by @harmtemolder in [#1141](https://github.com/dessalines/thumb-key/pull/1141)
5+
- add english nederlands typesplit layout by @renboe in [#1139](https://github.com/dessalines/thumb-key/pull/1139)
6+
- Switches number keys in expanded developer layout to all use secondary color by @Hate9 in [#1138](https://github.com/dessalines/thumb-key/pull/1138)
7+
- Adding Hindi Layout. by @dessalines in [#1131](https://github.com/dessalines/thumb-key/pull/1131)
48

59
## New Contributors
610

7-
- @Hate9 made their first contribution in [#1129](https://github.com/dessalines/thumb-key/pull/1129)
11+
- @renboe made their first contribution in [#1139](https://github.com/dessalines/thumb-key/pull/1139)
812

9-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.1...4.0.2
13+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.2...4.0.3
1014

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

0 commit comments

Comments
 (0)