Skip to content

Commit d5c88aa

Browse files
committed
Upping version.
1 parent e7ea537 commit d5c88aa

File tree

4 files changed

+30
-9
lines changed

4 files changed

+30
-9
lines changed

RELEASES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## What's Changed in 4.0.20
2+
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)
8+
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.19...4.0.20
10+
111
## What's Changed in 4.0.19
212

313
- add hyper layout by @luminespire in [#1260](https://github.com/dessalines/thumb-key/pull/1260)

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 = 137
17-
versionName = "4.0.19"
16+
versionCode = 138
17+
versionName = "4.0.20"
1818

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

app/src/main/assets/RELEASES.md

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

3-
- add hyper layout by @luminespire in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
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)
48

5-
## New Contributors
6-
7-
- @luminespire made their first contribution in [#1260](https://github.com/dessalines/thumb-key/pull/1260)
8-
9-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.18...4.0.19
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.19...4.0.20
1010

1111
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## What's Changed in 4.0.20
2+
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)
8+
9+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.19...4.0.20
10+
11+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)