Skip to content

Commit fed1fef

Browse files
committed
Upping version.
1 parent c22e92a commit fed1fef

File tree

4 files changed

+39
-8
lines changed

4 files changed

+39
-8
lines changed

RELEASES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## What's Changed in 4.0.24
2+
3+
- Toki Pona keyboard improvments by @nfd9001 in [#1308](https://github.com/dessalines/thumb-key/pull/1308)
4+
- Smart Quotes „“ Tested by @mruncreative in [#1309](https://github.com/dessalines/thumb-key/pull/1309)
5+
- Add ENESCATwoHands layout by @josereyesjrz in [#1301](https://github.com/dessalines/thumb-key/pull/1301)
6+
7+
## New Contributors
8+
9+
- @nfd9001 made their first contribution in [#1308](https://github.com/dessalines/thumb-key/pull/1308)
10+
- @mruncreative made their first contribution in [#1309](https://github.com/dessalines/thumb-key/pull/1309)
11+
- @josereyesjrz made their first contribution in [#1301](https://github.com/dessalines/thumb-key/pull/1301)
12+
13+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.23...4.0.24
14+
115
## What's Changed in 4.0.23
216

317
- Update Hyper symbol layer and punctuation by @luminespire in [#1293](https://github.com/dessalines/thumb-key/pull/1293)

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

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

app/src/main/assets/RELEASES.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
## What's Changed in 4.0.23
1+
## What's Changed in 4.0.24
22

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)
3+
- Toki Pona keyboard improvments by @nfd9001 in [#1308](https://github.com/dessalines/thumb-key/pull/1308)
4+
- Smart Quotes „“ Tested by @mruncreative in [#1309](https://github.com/dessalines/thumb-key/pull/1309)
5+
- Add ENESCATwoHands layout by @josereyesjrz in [#1301](https://github.com/dessalines/thumb-key/pull/1301)
66

77
## New Contributors
88

9-
- @stfstf123 made their first contribution in [#1244](https://github.com/dessalines/thumb-key/pull/1244)
9+
- @nfd9001 made their first contribution in [#1308](https://github.com/dessalines/thumb-key/pull/1308)
10+
- @mruncreative made their first contribution in [#1309](https://github.com/dessalines/thumb-key/pull/1309)
11+
- @josereyesjrz made their first contribution in [#1301](https://github.com/dessalines/thumb-key/pull/1301)
1012

11-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.22...4.0.23
13+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.23...4.0.24
1214

1315
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## What's Changed in 4.0.24
2+
3+
- Toki Pona keyboard improvments by @nfd9001 in [#1308](https://github.com/dessalines/thumb-key/pull/1308)
4+
- Smart Quotes „“ Tested by @mruncreative in [#1309](https://github.com/dessalines/thumb-key/pull/1309)
5+
- Add ENESCATwoHands layout by @josereyesjrz in [#1301](https://github.com/dessalines/thumb-key/pull/1301)
6+
7+
## New Contributors
8+
9+
- @nfd9001 made their first contribution in [#1308](https://github.com/dessalines/thumb-key/pull/1308)
10+
- @mruncreative made their first contribution in [#1309](https://github.com/dessalines/thumb-key/pull/1309)
11+
- @josereyesjrz made their first contribution in [#1301](https://github.com/dessalines/thumb-key/pull/1301)
12+
13+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.23...4.0.24
14+
15+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)