diff --git a/RELEASES.md b/RELEASES.md index a70b96b..bc0957d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,21 @@ +# Thumb-Key 3.2.6 (2024-07-02) + +## What's Changed in 3.2.6 + +- MessageEase layouts: use numerics from MessageEase too by @gmelikov in [#960](https://github.com/dessalines/thumb-key/pull/960) +- RUMessagEaseSymbols: use messagease numerics by @gmelikov in [#959](https://github.com/dessalines/thumb-key/pull/959) + +## New Contributors + +- @gmelikov made their first contribution in [#960](https://github.com/dessalines/thumb-key/pull/960) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.5...3.2.6 + # Thumb-Key 3.2.5 (2024-06-29) ## What's Changed in 3.2.5 +- Upping version. by @dessalines - Ignoring build.sh by @dessalines - Revert "Hebrew: added shifted layer using final letters" by @dessalines in [#958](https://github.com/dessalines/thumb-key/pull/958) - Removing renovate from git cliff by @dessalines in [#954](https://github.com/dessalines/thumb-key/pull/954) diff --git a/app/build.gradle b/app/build.gradle index 607892b..03c457e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 92 - versionName "3.2.5" + versionCode 93 + versionName "3.2.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index d35df93..1c1ac9a 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,16 +1,14 @@ -# Thumb-Key 3.2.5 (2024-06-29) +# Thumb-Key 3.2.6 (2024-07-02) -## What's Changed in 3.2.5 +## What's Changed in 3.2.6 -- Ignoring build.sh by @dessalines -- Revert "Hebrew: added shifted layer using final letters" by @dessalines in [#958](https://github.com/dessalines/thumb-key/pull/958) -- Removing renovate from git cliff by @dessalines in [#954](https://github.com/dessalines/thumb-key/pull/954) -- Update layout english deutsch thumb-key v2 to fix #868 by @roomfullofcommits in [#955](https://github.com/dessalines/thumb-key/pull/955) +- MessageEase layouts: use numerics from MessageEase too by @gmelikov in [#960](https://github.com/dessalines/thumb-key/pull/960) +- RUMessagEaseSymbols: use messagease numerics by @gmelikov in [#959](https://github.com/dessalines/thumb-key/pull/959) ## New Contributors -- @roomfullofcommits made their first contribution in [#955](https://github.com/dessalines/thumb-key/pull/955) +- @gmelikov made their first contribution in [#960](https://github.com/dessalines/thumb-key/pull/960) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.4...3.2.5 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.5...3.2.6