Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Feb 19, 2024
1 parent 782a0ae commit d5cf53e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Thumb-Key 2.6.17 (2024-02-19)

## What's Changed in 2.6.17

- Fixing animations. Fixes #732 by @dessalines in [#735](https://github.com/dessalines/thumb-key/pull/735)
- Fixing layout names. Fixes #733 by @dessalines in [#734](https://github.com/dessalines/thumb-key/pull/734)
- Update Ukrainian translation by @Sestowner in [#730](https://github.com/dessalines/thumb-key/pull/730)
- MessagEase Hebrew: use MessagEase numeric by @yehoshuapw in [#731](https://github.com/dessalines/thumb-key/pull/731)

# Thumb-Key 2.6.16 (2024-02-17)

## What's Changed in 2.6.16
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 59
versionName "2.6.16"
versionCode 60
versionName "2.6.17"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
18 changes: 6 additions & 12 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# Thumb-Key 2.6.16 (2024-02-17)
# Thumb-Key 2.6.17 (2024-02-19)

## What's Changed in 2.6.16
## What's Changed in 2.6.17

- 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)
- Fixing animations. Fixes #732 by @dessalines in [#735](https://github.com/dessalines/thumb-key/pull/735)
- Fixing layout names. Fixes #733 by @dessalines in [#734](https://github.com/dessalines/thumb-key/pull/734)
- Update Ukrainian translation by @Sestowner in [#730](https://github.com/dessalines/thumb-key/pull/730)
- MessagEase Hebrew: use MessagEase numeric by @yehoshuapw in [#731](https://github.com/dessalines/thumb-key/pull/731)

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

0 comments on commit d5cf53e

Please sign in to comment.