Skip to content

Commit d19f591

Browse files
committed
Upping version.
1 parent 75178c5 commit d19f591

File tree

4 files changed

+36
-7
lines changed

4 files changed

+36
-7
lines changed

RELEASES.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## What's Changed in 4.0.23
2+
3+
- Update Hyper symbol layer and punctuation by @luminespire in [#1293](https://github.com/dessalines/thumb-key/pull/1293)
4+
- Update old br-fr keyboards and create a new BRFRThumbKeyV3 by @zeecho in [#1290](https://github.com/dessalines/thumb-key/pull/1290)
5+
- Draft: use minSwipeLength setting for DragReturn and Circular detection by @stfstf123 in [#1244](https://github.com/dessalines/thumb-key/pull/1244)
6+
7+
## New Contributors
8+
9+
- @stfstf123 made their first contribution in [#1244](https://github.com/dessalines/thumb-key/pull/1244)
10+
11+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.22...4.0.23
12+
113
## What's Changed in 4.0.22
214

315
- Add voice input option to README.md by @jm355 in [#1286](https://github.com/dessalines/thumb-key/pull/1286)

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 = 140
17-
versionName = "4.0.22"
16+
versionCode = 141
17+
versionName = "4.0.23"
1818

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

app/src/main/assets/RELEASES.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
## What's Changed in 4.0.22
1+
## What's Changed in 4.0.23
22

3-
- Add voice input option to README.md by @jm355 in [#1286](https://github.com/dessalines/thumb-key/pull/1286)
4-
- Update ENThumbKeyWordsSymbols.kt by @jm355 in [#1282](https://github.com/dessalines/thumb-key/pull/1282)
5-
- Slightly loosen password field definition for disabling animations by @bklaase in [#1280](https://github.com/dessalines/thumb-key/pull/1280)
3+
- Update Hyper symbol layer and punctuation by @luminespire in [#1293](https://github.com/dessalines/thumb-key/pull/1293)
4+
- Update old br-fr keyboards and create a new BRFRThumbKeyV3 by @zeecho in [#1290](https://github.com/dessalines/thumb-key/pull/1290)
5+
- Draft: use minSwipeLength setting for DragReturn and Circular detection by @stfstf123 in [#1244](https://github.com/dessalines/thumb-key/pull/1244)
66

7-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.21...4.0.22
7+
## New Contributors
8+
9+
- @stfstf123 made their first contribution in [#1244](https://github.com/dessalines/thumb-key/pull/1244)
10+
11+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.22...4.0.23
812

913
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## What's Changed in 4.0.23
2+
3+
- Update Hyper symbol layer and punctuation by @luminespire in [#1293](https://github.com/dessalines/thumb-key/pull/1293)
4+
- Update old br-fr keyboards and create a new BRFRThumbKeyV3 by @zeecho in [#1290](https://github.com/dessalines/thumb-key/pull/1290)
5+
- Draft: use minSwipeLength setting for DragReturn and Circular detection by @stfstf123 in [#1244](https://github.com/dessalines/thumb-key/pull/1244)
6+
7+
## New Contributors
8+
9+
- @stfstf123 made their first contribution in [#1244](https://github.com/dessalines/thumb-key/pull/1244)
10+
11+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.22...4.0.23
12+
13+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)