Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Feb 21, 2024
1 parent f02f82d commit 22177df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 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.18 (2024-02-21)

## What's Changed in 2.6.18

- [NLThumbKey] Accented letters didn't work yet and made them muted by @GuyKlaassen in [#742](https://github.com/dessalines/thumb-key/pull/742)
- Adding english tagalog messagease. Fixes #743 by @dessalines in [#747](https://github.com/dessalines/thumb-key/pull/747)
- Hebrew MessagEase symbols: remove shift by @yehoshuapw in [#738](https://github.com/dessalines/thumb-key/pull/738)
- Adding english esperanto thumb-key keyboard. Fixes #736 by @dessalines in [#739](https://github.com/dessalines/thumb-key/pull/739)

# Thumb-Key 2.6.17 (2024-02-19)

## What's Changed in 2.6.17
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 60
versionName "2.6.17"
versionCode 61
versionName "2.6.18"

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

## What's Changed in 2.6.17
## What's Changed in 2.6.18

- 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)
- [NLThumbKey] Accented letters didn't work yet and made them muted by @GuyKlaassen in [#742](https://github.com/dessalines/thumb-key/pull/742)
- Adding english tagalog messagease. Fixes #743 by @dessalines in [#747](https://github.com/dessalines/thumb-key/pull/747)
- Hebrew MessagEase symbols: remove shift by @yehoshuapw in [#738](https://github.com/dessalines/thumb-key/pull/738)
- Adding english esperanto thumb-key keyboard. Fixes #736 by @dessalines in [#739](https://github.com/dessalines/thumb-key/pull/739)

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

0 comments on commit 22177df

Please sign in to comment.