Skip to content

Commit 26cbdd7

Browse files
committed
Upping version.
1 parent 6ea390c commit 26cbdd7

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

RELEASES.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
## What's Changed in 4.0.26
2+
3+
- ENMessagEaseSymbolsModifiers: Enter & Tab by @W-Bosman in [#1331](https://github.com/dessalines/thumb-key/pull/1331)
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.25...4.0.26
6+
17
## What's Changed in 4.0.25
28

3-
- Add turkish locale.
9+
- Add turkish locale. by @dessalines
410
- A few code fixes. by @dessalines in [#1313](https://github.com/dessalines/thumb-key/pull/1313)
511
- Adding DE_THUMBKEY_WORDS layout. by @dessalines in [#1312](https://github.com/dessalines/thumb-key/pull/1312)
612

7-
## New Contributors
8-
9-
- @weblate made their first contribution in [#1316](https://github.com/dessalines/thumb-key/pull/1316)
10-
- @dessalines made their first contribution in [#1313](https://github.com/dessalines/thumb-key/pull/1313)
11-
1213
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.24...4.0.25
1314

1415
## What's Changed in 4.0.24

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.dessalines.thumbkey"
1313
minSdk = 21
1414
targetSdk = 35
15-
versionCode = 143
16-
versionName = "4.0.25"
15+
versionCode = 144
16+
versionName = "4.0.26"
1717

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

app/src/main/assets/RELEASES.md

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
## What's Changed in 4.0.25
1+
## What's Changed in 4.0.26
22

3-
- Add turkish locale.
4-
- A few code fixes. by @dessalines in [#1313](https://github.com/dessalines/thumb-key/pull/1313)
5-
- Adding DE_THUMBKEY_WORDS layout. by @dessalines in [#1312](https://github.com/dessalines/thumb-key/pull/1312)
3+
- ENMessagEaseSymbolsModifiers: Enter & Tab by @W-Bosman in [#1331](https://github.com/dessalines/thumb-key/pull/1331)
64

7-
## New Contributors
8-
9-
- @weblate made their first contribution in [#1316](https://github.com/dessalines/thumb-key/pull/1316)
10-
- @dessalines made their first contribution in [#1313](https://github.com/dessalines/thumb-key/pull/1313)
11-
12-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.24...4.0.25
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.25...4.0.26
136

147
<!-- generated by git-cliff -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## What's Changed in 4.0.26
2+
3+
- ENMessagEaseSymbolsModifiers: Enter & Tab by @W-Bosman in [#1331](https://github.com/dessalines/thumb-key/pull/1331)
4+
5+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.25...4.0.26
6+
7+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)