Skip to content

Commit b9a989d

Browse files
committed
Upping version.
1 parent db53dff commit b9a989d

4 files changed

Lines changed: 56 additions & 12 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.10
2+
3+
- Fixed kana cycle: tsu -> sokuon -> zu by @DeBestTrap in [#1640](https://github.com/dessalines/thumb-key/pull/1640)
4+
- fix: korean composition breaking when switching layouts by @uranium-boy in [#1636](https://github.com/dessalines/thumb-key/pull/1636)
5+
- Add back `gh` to français frappefluide by @jiquiame in [#1639](https://github.com/dessalines/thumb-key/pull/1639)
6+
- Updates English Thumb-Key Programmer Expanded to use default special keys; adds custom numeric layout by @Hate9 in [#1634](https://github.com/dessalines/thumb-key/pull/1634)
7+
- Standard japanese keyboard by @K0baU in [#1630](https://github.com/dessalines/thumb-key/pull/1630)
8+
- add Wurstfinger as related project by @cl445 in [#1632](https://github.com/dessalines/thumb-key/pull/1632)
9+
- Fixed incorrect swipetype in center key on KRThumbKey by @Hate9 in [#1621](https://github.com/dessalines/thumb-key/pull/1621)
10+
- Update RUHyper.kt by @bjarjfff in [#1616](https://github.com/dessalines/thumb-key/pull/1616)
11+
12+
## New Contributors
13+
14+
- @DeBestTrap made their first contribution in [#1640](https://github.com/dessalines/thumb-key/pull/1640)
15+
- @cl445 made their first contribution in [#1632](https://github.com/dessalines/thumb-key/pull/1632)
16+
- @bjarjfff made their first contribution in [#1616](https://github.com/dessalines/thumb-key/pull/1616)
17+
18+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.9...5.0.10
19+
120
## What's Changed in 5.0.9
221

322
- Adding a few keyboards. by @dessalines in [#1611](https://github.com/dessalines/thumb-key/pull/1611)
@@ -31,7 +50,7 @@
3150
## What's Changed in 5.0.7
3251

3352
- Add Korean layout and custom input processor implementation by @uranium-boy in [#1534](https://github.com/dessalines/thumb-key/pull/1534)
34-
- Update README.md by @jwkwshjsjsj in [#1531](https://github.com/dessalines/thumb-key/pull/1531)
53+
- Update README.md by @jwkwshjsjsj
3554
- Verify apk fingerprint. by @dessalines in [#1528](https://github.com/dessalines/thumb-key/pull/1528)
3655
- English based Latvian keyboard by @HX3A in [#1522](https://github.com/dessalines/thumb-key/pull/1522)
3756
- downgrade agp version (closes #1514) by @pohmelie in [#1521](https://github.com/dessalines/thumb-key/pull/1521)
@@ -40,7 +59,7 @@
4059
## New Contributors
4160

4261
- @uranium-boy made their first contribution in [#1534](https://github.com/dessalines/thumb-key/pull/1534)
43-
- @jwkwshjsjsj made their first contribution in [#1531](https://github.com/dessalines/thumb-key/pull/1531)
62+
- @jwkwshjsjsj made their first contribution
4463
- @HX3A made their first contribution in [#1522](https://github.com/dessalines/thumb-key/pull/1522)
4564

4665
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.6...5.0.7

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 = 164
17-
versionName = "5.0.9"
16+
versionCode = 165
17+
versionName = "5.0.10"
1818

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

app/src/main/assets/RELEASES.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
## What's Changed in 5.0.9
1+
## What's Changed in 5.0.10
22

3-
- Adding a few keyboards. by @dessalines in [#1611](https://github.com/dessalines/thumb-key/pull/1611)
4-
- Update FRENFrappeFluideV1: Better spot for backtick, on main layer by @jiquiame in [#1598](https://github.com/dessalines/thumb-key/pull/1598)
5-
- Update FRENFrappeFluideV1: Add ff and gh by @jiquiame in [#1594](https://github.com/dessalines/thumb-key/pull/1594)
6-
- Update FRENFrappeFluideV1: Add # to principal layer in [#1590](https://github.com/dessalines/thumb-key/pull/1590)
7-
- switch language resets to main by @Toldry in [#1586](https://github.com/dessalines/thumb-key/pull/1586)
3+
- Fixed kana cycle: tsu -> sokuon -> zu by @DeBestTrap in [#1640](https://github.com/dessalines/thumb-key/pull/1640)
4+
- fix: korean composition breaking when switching layouts by @uranium-boy in [#1636](https://github.com/dessalines/thumb-key/pull/1636)
5+
- Add back `gh` to français frappefluide by @jiquiame in [#1639](https://github.com/dessalines/thumb-key/pull/1639)
6+
- Updates English Thumb-Key Programmer Expanded to use default special keys; adds custom numeric layout by @Hate9 in [#1634](https://github.com/dessalines/thumb-key/pull/1634)
7+
- Standard japanese keyboard by @K0baU in [#1630](https://github.com/dessalines/thumb-key/pull/1630)
8+
- add Wurstfinger as related project by @cl445 in [#1632](https://github.com/dessalines/thumb-key/pull/1632)
9+
- Fixed incorrect swipetype in center key on KRThumbKey by @Hate9 in [#1621](https://github.com/dessalines/thumb-key/pull/1621)
10+
- Update RUHyper.kt by @bjarjfff in [#1616](https://github.com/dessalines/thumb-key/pull/1616)
811

912
## New Contributors
1013

11-
- @jiquiame made their first contribution in [#1598](https://github.com/dessalines/thumb-key/pull/1598)
14+
- @DeBestTrap made their first contribution in [#1640](https://github.com/dessalines/thumb-key/pull/1640)
15+
- @cl445 made their first contribution in [#1632](https://github.com/dessalines/thumb-key/pull/1632)
16+
- @bjarjfff made their first contribution in [#1616](https://github.com/dessalines/thumb-key/pull/1616)
1217

13-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.8...5.0.9
18+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.9...5.0.10
1419

1520
<!-- generated by git-cliff -->
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## What's Changed in 5.0.10
2+
3+
- Fixed kana cycle: tsu -> sokuon -> zu by @DeBestTrap in [#1640](https://github.com/dessalines/thumb-key/pull/1640)
4+
- fix: korean composition breaking when switching layouts by @uranium-boy in [#1636](https://github.com/dessalines/thumb-key/pull/1636)
5+
- Add back `gh` to français frappefluide by @jiquiame in [#1639](https://github.com/dessalines/thumb-key/pull/1639)
6+
- Updates English Thumb-Key Programmer Expanded to use default special keys; adds custom numeric layout by @Hate9 in [#1634](https://github.com/dessalines/thumb-key/pull/1634)
7+
- Standard japanese keyboard by @K0baU in [#1630](https://github.com/dessalines/thumb-key/pull/1630)
8+
- add Wurstfinger as related project by @cl445 in [#1632](https://github.com/dessalines/thumb-key/pull/1632)
9+
- Fixed incorrect swipetype in center key on KRThumbKey by @Hate9 in [#1621](https://github.com/dessalines/thumb-key/pull/1621)
10+
- Update RUHyper.kt by @bjarjfff in [#1616](https://github.com/dessalines/thumb-key/pull/1616)
11+
12+
## New Contributors
13+
14+
- @DeBestTrap made their first contribution in [#1640](https://github.com/dessalines/thumb-key/pull/1640)
15+
- @cl445 made their first contribution in [#1632](https://github.com/dessalines/thumb-key/pull/1632)
16+
- @bjarjfff made their first contribution in [#1616](https://github.com/dessalines/thumb-key/pull/1616)
17+
18+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.9...5.0.10
19+
20+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)