Skip to content

Commit d5cf53e

Browse files
committed
Upping version.
1 parent 782a0ae commit d5cf53e

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

RELEASES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Thumb-Key 2.6.17 (2024-02-19)
2+
3+
## What's Changed in 2.6.17
4+
5+
- Fixing animations. Fixes #732 by @dessalines in [#735](https://github.com/dessalines/thumb-key/pull/735)
6+
- Fixing layout names. Fixes #733 by @dessalines in [#734](https://github.com/dessalines/thumb-key/pull/734)
7+
- Update Ukrainian translation by @Sestowner in [#730](https://github.com/dessalines/thumb-key/pull/730)
8+
- MessagEase Hebrew: use MessagEase numeric by @yehoshuapw in [#731](https://github.com/dessalines/thumb-key/pull/731)
9+
110
# Thumb-Key 2.6.16 (2024-02-17)
211

312
## What's Changed in 2.6.16

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.dessalines.thumbkey"
1313
minSdk 21
1414
targetSdkVersion 34
15-
versionCode 59
16-
versionName "2.6.16"
15+
versionCode 60
16+
versionName "2.6.17"
1717

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

app/src/main/assets/RELEASES.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
# Thumb-Key 2.6.16 (2024-02-17)
1+
# Thumb-Key 2.6.17 (2024-02-19)
22

3-
## What's Changed in 2.6.16
3+
## What's Changed in 2.6.17
44

5-
- better swipe to delete word by @pxeemo in [#725](https://github.com/dessalines/thumb-key/pull/725)
6-
- Implement non-square keys by @Zwyx in [#692](https://github.com/dessalines/thumb-key/pull/692)
7-
- Use combine characters for dakuten/handakuten by @K0baU in [#721](https://github.com/dessalines/thumb-key/pull/721)
8-
- Upgrading git cliff init. by @dessalines in [#729](https://github.com/dessalines/thumb-key/pull/729)
9-
- Add accented e's to NLThumbKey.kt by @GuyKlaassen in [#727](https://github.com/dessalines/thumb-key/pull/727)
10-
- MessagEase ES Numeric: add ¨, fix placing of < and > by @asdkant in [#722](https://github.com/dessalines/thumb-key/pull/722)
11-
12-
## New Contributors
13-
14-
- @GuyKlaassen made their first contribution in [#727](https://github.com/dessalines/thumb-key/pull/727)
5+
- Fixing animations. Fixes #732 by @dessalines in [#735](https://github.com/dessalines/thumb-key/pull/735)
6+
- Fixing layout names. Fixes #733 by @dessalines in [#734](https://github.com/dessalines/thumb-key/pull/734)
7+
- Update Ukrainian translation by @Sestowner in [#730](https://github.com/dessalines/thumb-key/pull/730)
8+
- MessagEase Hebrew: use MessagEase numeric by @yehoshuapw in [#731](https://github.com/dessalines/thumb-key/pull/731)
159

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

0 commit comments

Comments
 (0)