Skip to content

Commit 145026b

Browse files
committed
Upping version.
1 parent a78d8e5 commit 145026b

3 files changed

Lines changed: 39 additions & 13 deletions

File tree

RELEASES.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## What's Changed in 5.0.12
2+
3+
- Adding a fast toggle for hiding letters. by @dessalines in [#1706](https://github.com/dessalines/thumb-key/pull/1706)
4+
- Adding norsk data driven layout. by @dessalines in [#1705](https://github.com/dessalines/thumb-key/pull/1705)
5+
- add keyboard name comments by @Toldry in [#1693](https://github.com/dessalines/thumb-key/pull/1693)
6+
- Add Thai language by @sarchar in [#1700](https://github.com/dessalines/thumb-key/pull/1700)
7+
- add more key actions by @Toldry in [#1692](https://github.com/dessalines/thumb-key/pull/1692)
8+
- Add kannada language. by @dessalines in [#1691](https://github.com/dessalines/thumb-key/pull/1691)
9+
- fix numeric wide underscore by @Toldry in [#1690](https://github.com/dessalines/thumb-key/pull/1690)
10+
- Add instructions on spacebar word swiping to readme. by @dessalines in [#1689](https://github.com/dessalines/thumb-key/pull/1689)
11+
- Using resources.getString by @dessalines in [#1688](https://github.com/dessalines/thumb-key/pull/1688)
12+
- add ToggleABCMode key action by @Toldry in [#1677](https://github.com/dessalines/thumb-key/pull/1677)
13+
14+
## New Contributors
15+
16+
- @sarchar made their first contribution in [#1700](https://github.com/dessalines/thumb-key/pull/1700)
17+
18+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.11...5.0.12
19+
120
## What's Changed in 5.0.11
221

322
- Use jauderho prettier image. by @dessalines in [#1672](https://github.com/dessalines/thumb-key/pull/1672)
@@ -451,12 +470,12 @@
451470
## What's Changed in 4.0.9
452471

453472
- Fix keyboard overlapping navigation bar on Android 15 by @juschmitt in [#1190](https://github.com/dessalines/thumb-key/pull/1190)
454-
- Fix Layout deutsch english + Æ (#1064) by @jackie-jackie in [#1189](https://github.com/dessalines/thumb-key/pull/1189)
473+
- Fix Layout deutsch english + Æ (#1064) by @havky in [#1189](https://github.com/dessalines/thumb-key/pull/1189)
455474

456475
## New Contributors
457476

458477
- @juschmitt made their first contribution in [#1190](https://github.com/dessalines/thumb-key/pull/1190)
459-
- @jackie-jackie made their first contribution in [#1189](https://github.com/dessalines/thumb-key/pull/1189)
478+
- @havky made their first contribution in [#1189](https://github.com/dessalines/thumb-key/pull/1189)
460479

461480
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.8...4.0.9
462481

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.dessalines.thumbkey"
1414
minSdk = 24
1515
targetSdk = 36
16-
versionCode = 166
17-
versionName = "5.0.11"
16+
versionCode = 167
17+
versionName = "5.0.12"
1818

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

app/src/main/assets/RELEASES.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
## What's Changed in 5.0.11
1+
## What's Changed in 5.0.12
22

3-
- Use jauderho prettier image. by @dessalines in [#1672](https://github.com/dessalines/thumb-key/pull/1672)
4-
- Add spacebar bottom left and right swipes for previous and next word. by @dessalines in [#1670](https://github.com/dessalines/thumb-key/pull/1670)
5-
- Fixing autocapitalize after multi-tap bug. by @dessalines in [#1671](https://github.com/dessalines/thumb-key/pull/1671)
6-
- Don't bother writing fastlane changelog. by @dessalines in [#1669](https://github.com/dessalines/thumb-key/pull/1669)
7-
- fix: follow title format for FAThumbKey.kt by @pxeemo in [#1667](https://github.com/dessalines/thumb-key/pull/1667)
8-
- Fix fastlane changelog by @dessalines in [#1664](https://github.com/dessalines/thumb-key/pull/1664)
9-
- Update RUHyper.kt by @bjarjfff in [#1646](https://github.com/dessalines/thumb-key/pull/1646)
3+
- Adding a fast toggle for hiding letters. by @dessalines in [#1706](https://github.com/dessalines/thumb-key/pull/1706)
4+
- Adding norsk data driven layout. by @dessalines in [#1705](https://github.com/dessalines/thumb-key/pull/1705)
5+
- add keyboard name comments by @Toldry in [#1693](https://github.com/dessalines/thumb-key/pull/1693)
6+
- Add Thai language by @sarchar in [#1700](https://github.com/dessalines/thumb-key/pull/1700)
7+
- add more key actions by @Toldry in [#1692](https://github.com/dessalines/thumb-key/pull/1692)
8+
- Add kannada language. by @dessalines in [#1691](https://github.com/dessalines/thumb-key/pull/1691)
9+
- fix numeric wide underscore by @Toldry in [#1690](https://github.com/dessalines/thumb-key/pull/1690)
10+
- Add instructions on spacebar word swiping to readme. by @dessalines in [#1689](https://github.com/dessalines/thumb-key/pull/1689)
11+
- Using resources.getString by @dessalines in [#1688](https://github.com/dessalines/thumb-key/pull/1688)
12+
- add ToggleABCMode key action by @Toldry in [#1677](https://github.com/dessalines/thumb-key/pull/1677)
1013

11-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.10...5.0.11
14+
## New Contributors
15+
16+
- @sarchar made their first contribution in [#1700](https://github.com/dessalines/thumb-key/pull/1700)
17+
18+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.11...5.0.12
1219

1320
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)