Skip to content

Commit 80d3169

Browse files
committed
Upping version.
1 parent 0bb55b0 commit 80d3169

File tree

3 files changed

+24
-7
lines changed

3 files changed

+24
-7
lines changed

RELEASES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## What's Changed in 5.0.14
2+
3+
- Update FRENFrappeFluideV1: move voice to avoid misentering delete word by @jiquiame in [#1730](https://github.com/dessalines/thumb-key/pull/1730)
4+
- Update FRENFrappeFluideV1: add left handed and left control variants by @jiquiame in [#1728](https://github.com/dessalines/thumb-key/pull/1728)
5+
- Add Haptic Feedback to Cursor Slide Gestures by @emallery in [#1727](https://github.com/dessalines/thumb-key/pull/1727)
6+
- Fix some spelling in the German fastlane metadata by @JSchmerling in [#1724](https://github.com/dessalines/thumb-key/pull/1724)
7+
8+
## New Contributors
9+
10+
- @emallery made their first contribution in [#1727](https://github.com/dessalines/thumb-key/pull/1727)
11+
- @JSchmerling made their first contribution in [#1724](https://github.com/dessalines/thumb-key/pull/1724)
12+
13+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.13...5.0.14
14+
115
## What's Changed in 5.0.13
216

317
- Add MessagEase "German + ÅØÆ" layout as "scandinavian" by @RolKau in [#1721](https://github.com/dessalines/thumb-key/pull/1721)

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId = "com.dessalines.thumbkey"
2323
minSdk = 24
2424
targetSdk = 36
25-
versionCode = 168
26-
versionName = "5.0.13"
25+
versionCode = 169
26+
versionName = "5.0.14"
2727

2828
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2929
vectorDrawables {

app/src/main/assets/RELEASES.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
## What's Changed in 5.0.13
1+
## What's Changed in 5.0.14
22

3-
- Add MessagEase "German + ÅØÆ" layout as "scandinavian" by @RolKau in [#1721](https://github.com/dessalines/thumb-key/pull/1721)
4-
- Changed Korean thumb-key layout with optimization. by @neXyon in [#1717](https://github.com/dessalines/thumb-key/pull/1717)
3+
- Update FRENFrappeFluideV1: move voice to avoid misentering delete word by @jiquiame in [#1730](https://github.com/dessalines/thumb-key/pull/1730)
4+
- Update FRENFrappeFluideV1: add left handed and left control variants by @jiquiame in [#1728](https://github.com/dessalines/thumb-key/pull/1728)
5+
- Add Haptic Feedback to Cursor Slide Gestures by @emallery in [#1727](https://github.com/dessalines/thumb-key/pull/1727)
6+
- Fix some spelling in the German fastlane metadata by @JSchmerling in [#1724](https://github.com/dessalines/thumb-key/pull/1724)
57

68
## New Contributors
79

8-
- @neXyon made their first contribution in [#1717](https://github.com/dessalines/thumb-key/pull/1717)
10+
- @emallery made their first contribution in [#1727](https://github.com/dessalines/thumb-key/pull/1727)
11+
- @JSchmerling made their first contribution in [#1724](https://github.com/dessalines/thumb-key/pull/1724)
912

10-
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.12...5.0.13
13+
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/5.0.13...5.0.14
1114

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

0 commit comments

Comments
 (0)