Skip to content

Commit 7178735

Browse files
committed
Upping version.
1 parent 6942ffa commit 7178735

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

RELEASES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## What's Changed in 4.0.21
2+
3+
- adds variant layout: English Twohanded with symbols, numbers, and arrows by @bklaase in [#1278](https://github.com/dessalines/thumb-key/pull/1278)
4+
- Add "I'll" autocapitalizer for word layout by @jm355 in [#1275](https://github.com/dessalines/thumb-key/pull/1275)
5+
- neon theme make purple slightly brighter. by @bklaase in [#1276](https://github.com/dessalines/thumb-key/pull/1276)
6+
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.20...4.0.21
8+
19
## What's Changed in 4.0.20
210

311
- Slight tweaks to en typesplit programming layout by @bklaase in [#1274](https://github.com/dessalines/thumb-key/pull/1274)

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.dessalines.thumbkey"
1414
minSdk = 21
1515
targetSdk = 35
16-
versionCode = 138
17-
versionName = "4.0.20"
16+
versionCode = 139
17+
versionName = "4.0.21"
1818

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

app/src/main/assets/RELEASES.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
## What's Changed in 4.0.20
1+
## What's Changed in 4.0.21
22

3-
- Slight tweaks to en typesplit programming layout by @bklaase in [#1274](https://github.com/dessalines/thumb-key/pull/1274)
4-
- add English Typesplit layout, optimized for programming by @bklaase in [#1272](https://github.com/dessalines/thumb-key/pull/1272)
5-
- add hyper space and minor fixes to hyper by @luminespire in [#1268](https://github.com/dessalines/thumb-key/pull/1268)
6-
- Add layout with words and common symbols by @jm355 in [#1262](https://github.com/dessalines/thumb-key/pull/1262)
7-
- Update README.md to include other voice input option (transcribro) by @jm355 in [#1263](https://github.com/dessalines/thumb-key/pull/1263)
3+
- adds variant layout: English Twohanded with symbols, numbers, and arrows by @bklaase in [#1278](https://github.com/dessalines/thumb-key/pull/1278)
4+
- Add "I'll" autocapitalizer for word layout by @jm355 in [#1275](https://github.com/dessalines/thumb-key/pull/1275)
5+
- neon theme make purple slightly brighter. by @bklaase in [#1276](https://github.com/dessalines/thumb-key/pull/1276)
86

9-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.19...4.0.20
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.20...4.0.21
108

119
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## What's Changed in 4.0.21
2+
3+
- adds variant layout: English Twohanded with symbols, numbers, and arrows by @bklaase in [#1278](https://github.com/dessalines/thumb-key/pull/1278)
4+
- Add "I'll" autocapitalizer for word layout by @jm355 in [#1275](https://github.com/dessalines/thumb-key/pull/1275)
5+
- neon theme make purple slightly brighter. by @bklaase in [#1276](https://github.com/dessalines/thumb-key/pull/1276)
6+
7+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.20...4.0.21
8+
9+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)