Skip to content

Commit 41b8d3f

Browse files
committed
Upping version.
1 parent 770e47c commit 41b8d3f

4 files changed

Lines changed: 39 additions & 34 deletions

File tree

RELEASES.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## What's Changed in 4.0.28
2+
3+
- added flipped numpad layout for EN thumbkey by @axolotl-being in [#1363](https://github.com/dessalines/thumb-key/pull/1363)
4+
- Adding DE_TYPESPLIT_IMPROVED. by @dessalines in [#1360](https://github.com/dessalines/thumb-key/pull/1360)
5+
- fixed Hebrew final letters by @Toldry in [#1349](https://github.com/dessalines/thumb-key/pull/1349)
6+
7+
## New Contributors
8+
9+
- @axolotl-being made their first contribution in [#1363](https://github.com/dessalines/thumb-key/pull/1363)
10+
- @Toldry made their first contribution in [#1349](https://github.com/dessalines/thumb-key/pull/1349)
11+
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.27...4.0.28
13+
114
## What's Changed in 4.0.27
215

316
- Update Hyper's symbol layer with small changes by @luminespire in [#1340](https://github.com/dessalines/thumb-key/pull/1340)
@@ -1379,8 +1392,8 @@
13791392
- Adding an IME switcher button. Fixes #380 by @dessalines in [#391](https://github.com/dessalines/thumb-key/pull/391)
13801393
- Add confirmation dialog before resetting to default settings by @storvik in [#390](https://github.com/dessalines/thumb-key/pull/390)
13811394
- Adding latvian LV+LTG. Fixes #388 by @dessalines in [#389](https://github.com/dessalines/thumb-key/pull/389)
1382-
- Added german translation by @0xFOSSMan in [#387](https://github.com/dessalines/thumb-key/pull/387)
1383-
- Added Dracula Theme by @0xFOSSMan in [#376](https://github.com/dessalines/thumb-key/pull/376)
1395+
- Added german translation by @0xfossman in [#387](https://github.com/dessalines/thumb-key/pull/387)
1396+
- Added Dracula Theme by @0xfossman in [#376](https://github.com/dessalines/thumb-key/pull/376)
13841397
- Update ThumbKeyUKv1.kt - fix Ґ and Д conflict by @plugnburn in [#385](https://github.com/dessalines/thumb-key/pull/385)
13851398
- Fixed missing and overlapping keys on CZ keyboard by @Michael36500 in [#386](https://github.com/dessalines/thumb-key/pull/386)
13861399
- Update MessageEaseDE.kt by @Saturo78 in [#384](https://github.com/dessalines/thumb-key/pull/384)
@@ -1390,7 +1403,7 @@
13901403
## New Contributors
13911404

13921405
- @storvik made their first contribution in [#390](https://github.com/dessalines/thumb-key/pull/390)
1393-
- @0xFOSSMan made their first contribution in [#387](https://github.com/dessalines/thumb-key/pull/387)
1406+
- @0xfossman made their first contribution in [#387](https://github.com/dessalines/thumb-key/pull/387)
13941407
- @plugnburn made their first contribution in [#385](https://github.com/dessalines/thumb-key/pull/385)
13951408
- @Saturo78 made their first contribution in [#384](https://github.com/dessalines/thumb-key/pull/384)
13961409
- @Lastaapps made their first contribution in [#377](https://github.com/dessalines/thumb-key/pull/377)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
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 = 145
16-
versionName = "4.0.27"
15+
versionCode = 146
16+
versionName = "4.0.28"
1717

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

app/src/main/assets/RELEASES.md

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,14 @@
1-
## What's Changed in 4.0.27
1+
## What's Changed in 4.0.28
22

3-
- Update Hyper's symbol layer with small changes by @luminespire in [#1340](https://github.com/dessalines/thumb-key/pull/1340)
4-
- feat: add owl-layout by @owl-from-hogvarts in [#1337](https://github.com/dessalines/thumb-key/pull/1337)
5-
- Merge remote-tracking branch 'weblate/main' by @dessalines
6-
- Translated using Weblate (Arabic) by @weblate
7-
- Translated using Weblate (Polish) by @weblate
8-
- Translated using Weblate (Turkish) by @weblate
9-
- Translated using Weblate (Slovak) by @weblate
10-
- Translated using Weblate (Japanese) by @weblate
11-
- Translated using Weblate (Chinese (Simplified Han script)) by @weblate
12-
- Translated using Weblate (Ukrainian) by @weblate
13-
- Translated using Weblate (Russian) by @weblate
14-
- Translated using Weblate (Italian) by @weblate
15-
- Translated using Weblate (French) by @weblate
16-
- Translated using Weblate (Persian) by @weblate
17-
- Translated using Weblate (Spanish) by @weblate
18-
- Translated using Weblate (German) by @weblate
19-
- Translated using Weblate (Danish) by @weblate
20-
- Translated using Weblate (Breton) by @weblate
21-
- Translated using Weblate (Bulgarian) by @weblate
22-
- Added translation using Weblate (Arabic) by @williampiti
23-
- Translated using Weblate (Japanese) by @williampiti
24-
- Translated using Weblate (Japanese) by @williampiti
25-
- Translated using Weblate (Polish)
26-
- Translated using Weblate (Japanese) by @williampiti
27-
- Merge remote-tracking branch 'refs/remotes/origin/main' by @dessalines
3+
- added flipped numpad layout for EN thumbkey by @axolotl-being in [#1363](https://github.com/dessalines/thumb-key/pull/1363)
4+
- Adding DE_TYPESPLIT_IMPROVED. by @dessalines in [#1360](https://github.com/dessalines/thumb-key/pull/1360)
5+
- fixed Hebrew final letters by @Toldry in [#1349](https://github.com/dessalines/thumb-key/pull/1349)
286

297
## New Contributors
308

31-
- @owl-from-hogvarts made their first contribution in [#1337](https://github.com/dessalines/thumb-key/pull/1337)
32-
- @williampiti made their first contribution
9+
- @axolotl-being made their first contribution in [#1363](https://github.com/dessalines/thumb-key/pull/1363)
10+
- @Toldry made their first contribution in [#1349](https://github.com/dessalines/thumb-key/pull/1349)
3311

34-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.26...4.0.27
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.27...4.0.28
3513

3614
<!-- generated by git-cliff -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## What's Changed in 4.0.28
2+
3+
- added flipped numpad layout for EN thumbkey by @axolotl-being in [#1363](https://github.com/dessalines/thumb-key/pull/1363)
4+
- Adding DE_TYPESPLIT_IMPROVED. by @dessalines in [#1360](https://github.com/dessalines/thumb-key/pull/1360)
5+
- fixed Hebrew final letters by @Toldry in [#1349](https://github.com/dessalines/thumb-key/pull/1349)
6+
7+
## New Contributors
8+
9+
- @axolotl-being made their first contribution in [#1363](https://github.com/dessalines/thumb-key/pull/1363)
10+
- @Toldry made their first contribution in [#1349](https://github.com/dessalines/thumb-key/pull/1349)
11+
12+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.27...4.0.28
13+
14+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)