Skip to content

Commit f38220b

Browse files
committed
Upping version.
1 parent 21676a3 commit f38220b

4 files changed

Lines changed: 47 additions & 15 deletions

File tree

RELEASES.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## What's Changed in 5.0.8
2+
3+
- Add `ch` to frenfrappefluidev1 by @antoinepouille in [#1584](https://github.com/dessalines/thumb-key/pull/1584)
4+
- Adds Korean Thumb-Key layout by @Hate9 in [#1575](https://github.com/dessalines/thumb-key/pull/1575)
5+
- Update fren frappefluide v1 : move delete_word by @antoinepouille in [#1570](https://github.com/dessalines/thumb-key/pull/1570)
6+
- Update FREN_frappefluide_v1 by @antoinepouille in [#1550](https://github.com/dessalines/thumb-key/pull/1550)
7+
- ENMessagEaseSymbolsModifiers: Add "up" and "down" keys by @federvieh in [#1560](https://github.com/dessalines/thumb-key/pull/1560)
8+
- CommonKeys: Add return programming key item by @federvieh in [#1561](https://github.com/dessalines/thumb-key/pull/1561)
9+
- Key modifications: Fix NPE if ctrled/alted are empty by @federvieh in [#1552](https://github.com/dessalines/thumb-key/pull/1552)
10+
11+
## New Contributors
12+
13+
- @federvieh made their first contribution in [#1560](https://github.com/dessalines/thumb-key/pull/1560)
14+
15+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.7...5.0.8
16+
117
## What's Changed in 5.0.7
218

319
- Add Korean layout and custom input processor implementation by @uranium-boy in [#1534](https://github.com/dessalines/thumb-key/pull/1534)
@@ -808,11 +824,11 @@
808824
- Make cursor movement detection index-based (fixes #881) by @glm4610 in [#917](https://github.com/dessalines/thumb-key/pull/917)
809825
- Fix #304 (take two): In Utils.autoCapitalizeCheck, use input type of current editor by @mpsijm in [#909](https://github.com/dessalines/thumb-key/pull/909)
810826
- Fixing donation line. by @dessalines in [#906](https://github.com/dessalines/thumb-key/pull/906)
811-
- Add QBased a qwerty based keyboard by @ScaredWhitless in [#905](https://github.com/dessalines/thumb-key/pull/905)
827+
- Add QBased a qwerty based keyboard by @WrennWhitlock in [#905](https://github.com/dessalines/thumb-key/pull/905)
812828

813829
## New Contributors
814830

815-
- @ScaredWhitless made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905)
831+
- @WrennWhitlock made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905)
816832

817833
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.7...3.1.8
818834

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 = 162
17-
versionName = "5.0.7"
16+
versionCode = 163
17+
versionName = "5.0.8"
1818

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

app/src/main/assets/RELEASES.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
## What's Changed in 5.0.7
1+
## What's Changed in 5.0.8
22

3-
- Add Korean layout and custom input processor implementation by @uranium-boy in [#1534](https://github.com/dessalines/thumb-key/pull/1534)
4-
- Update README.md by @jwkwshjsjsj in [#1531](https://github.com/dessalines/thumb-key/pull/1531)
5-
- Verify apk fingerprint. by @dessalines in [#1528](https://github.com/dessalines/thumb-key/pull/1528)
6-
- English based Latvian keyboard by @HX3A in [#1522](https://github.com/dessalines/thumb-key/pull/1522)
7-
- downgrade agp version (closes #1514) by @pohmelie in [#1521](https://github.com/dessalines/thumb-key/pull/1521)
8-
- add top bottom action keys to documentation by @pohmelie in [#1520](https://github.com/dessalines/thumb-key/pull/1520)
3+
- Add `ch` to frenfrappefluidev1 by @antoinepouille in [#1584](https://github.com/dessalines/thumb-key/pull/1584)
4+
- Adds Korean Thumb-Key layout by @Hate9 in [#1575](https://github.com/dessalines/thumb-key/pull/1575)
5+
- Update fren frappefluide v1 : move delete_word by @antoinepouille in [#1570](https://github.com/dessalines/thumb-key/pull/1570)
6+
- Update FREN_frappefluide_v1 by @antoinepouille in [#1550](https://github.com/dessalines/thumb-key/pull/1550)
7+
- ENMessagEaseSymbolsModifiers: Add "up" and "down" keys by @federvieh in [#1560](https://github.com/dessalines/thumb-key/pull/1560)
8+
- CommonKeys: Add return programming key item by @federvieh in [#1561](https://github.com/dessalines/thumb-key/pull/1561)
9+
- Key modifications: Fix NPE if ctrled/alted are empty by @federvieh in [#1552](https://github.com/dessalines/thumb-key/pull/1552)
910

1011
## New Contributors
1112

12-
- @uranium-boy made their first contribution in [#1534](https://github.com/dessalines/thumb-key/pull/1534)
13-
- @jwkwshjsjsj made their first contribution in [#1531](https://github.com/dessalines/thumb-key/pull/1531)
14-
- @HX3A made their first contribution in [#1522](https://github.com/dessalines/thumb-key/pull/1522)
13+
- @federvieh made their first contribution in [#1560](https://github.com/dessalines/thumb-key/pull/1560)
1514

16-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.6...5.0.7
15+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.7...5.0.8
1716

1817
<!-- generated by git-cliff -->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## What's Changed in 5.0.8
2+
3+
- Add `ch` to frenfrappefluidev1 by @antoinepouille in [#1584](https://github.com/dessalines/thumb-key/pull/1584)
4+
- Adds Korean Thumb-Key layout by @Hate9 in [#1575](https://github.com/dessalines/thumb-key/pull/1575)
5+
- Update fren frappefluide v1 : move delete_word by @antoinepouille in [#1570](https://github.com/dessalines/thumb-key/pull/1570)
6+
- Update FREN_frappefluide_v1 by @antoinepouille in [#1550](https://github.com/dessalines/thumb-key/pull/1550)
7+
- ENMessagEaseSymbolsModifiers: Add "up" and "down" keys by @federvieh in [#1560](https://github.com/dessalines/thumb-key/pull/1560)
8+
- CommonKeys: Add return programming key item by @federvieh in [#1561](https://github.com/dessalines/thumb-key/pull/1561)
9+
- Key modifications: Fix NPE if ctrled/alted are empty by @federvieh in [#1552](https://github.com/dessalines/thumb-key/pull/1552)
10+
11+
## New Contributors
12+
13+
- @federvieh made their first contribution in [#1560](https://github.com/dessalines/thumb-key/pull/1560)
14+
15+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.7...5.0.8
16+
17+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)