Upping version.

This commit is contained in:
Dessalines 2024-02-17 11:39:41 -05:00
parent aef51ae89a
commit 922f00d0c1
3 changed files with 26 additions and 13 deletions

View File

@ -1,3 +1,18 @@
# Thumb-Key 2.6.16 (2024-02-17)
## What's Changed in 2.6.16
- better swipe to delete word by @pxeemo in [#725](https://github.com/dessalines/thumb-key/pull/725)
- Implement non-square keys by @Zwyx in [#692](https://github.com/dessalines/thumb-key/pull/692)
- Use combine characters for dakuten/handakuten by @K0baU in [#721](https://github.com/dessalines/thumb-key/pull/721)
- Upgrading git cliff init. by @dessalines in [#729](https://github.com/dessalines/thumb-key/pull/729)
- Add accented e's to NLThumbKey.kt by @GuyKlaassen in [#727](https://github.com/dessalines/thumb-key/pull/727)
- MessagEase ES Numeric: add ¨, fix placing of < and > by @asdkant in [#722](https://github.com/dessalines/thumb-key/pull/722)
## New Contributors
- @GuyKlaassen made their first contribution in [#727](https://github.com/dessalines/thumb-key/pull/727)
# Thumb-Key 2.6.15 (2024-02-13)
## What's Changed

View File

@ -12,8 +12,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 58
versionName "2.6.15"
versionCode 59
versionName "2.6.16"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -1,18 +1,16 @@
# Thumb-Key 2.6.15 (2024-02-13)
# Thumb-Key 2.6.16 (2024-02-17)
## What's Changed
## What's Changed in 2.6.16
- CommonKeys.kt: Show swipes on NUMERIC_KEY_ITEM also on ABC_KEY_ITEM by @mpsijm in #720
- Add long-press actions to keys by @ShortCircuit908 in #711
- Fixes for English MessagEase keyboard by @mpsijm in #719
- Enhancements on issue forms by @asdkant in #717
- Adding RELEASES.md in assets folder. #400 by @dessalines in #716
- Add left handed EN messagease by @BlueDrink9 in #696
- Add Matrix-AMOLED theme by @BlueDrink9 in #699
- better swipe to delete word by @pxeemo in [#725](https://github.com/dessalines/thumb-key/pull/725)
- Implement non-square keys by @Zwyx in [#692](https://github.com/dessalines/thumb-key/pull/692)
- Use combine characters for dakuten/handakuten by @K0baU in [#721](https://github.com/dessalines/thumb-key/pull/721)
- Upgrading git cliff init. by @dessalines in [#729](https://github.com/dessalines/thumb-key/pull/729)
- Add accented e's to NLThumbKey.kt by @GuyKlaassen in [#727](https://github.com/dessalines/thumb-key/pull/727)
- MessagEase ES Numeric: add ¨, fix placing of < and > by @asdkant in [#722](https://github.com/dessalines/thumb-key/pull/722)
## New Contributors
- @mpsijm made their first contribution in #720
- @ShortCircuit908 made their first contribution in #711
- @GuyKlaassen made their first contribution in [#727](https://github.com/dessalines/thumb-key/pull/727)
<!-- generated by git-cliff -->