diff --git a/RELEASES.md b/RELEASES.md index 399e7d5c0..cd302ca65 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,17 @@ +# Thumb-Key 3.1.1 (2024-04-25) + +## What's Changed in 3.1.1 + +- Making haptic feedback use KEYBOARD_TAP constant. Fixes #862 by @dessalines in [#863](https://github.com/dessalines/thumb-key/pull/863) +- Fix crash when using Japanese thumb-key (fixes #858) by @glm4610 in [#861](https://github.com/dessalines/thumb-key/pull/861) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.0...3.1.1 + # Thumb-Key 3.1.0 (2024-04-24) ## What's Changed in 3.1.0 +- Upping version. by @dessalines - Upgrading deps. by @dessalines in [#857](https://github.com/dessalines/thumb-key/pull/857) - Adding slovak v2 keyboard. Fixes #151 by @dessalines in [#856](https://github.com/dessalines/thumb-key/pull/856) - Implement Drag-and-return & Circular drag by @feathecutie in [#854](https://github.com/dessalines/thumb-key/pull/854) @@ -38,10 +48,6 @@ - Correct default French MessagEase layout (#830) by @glm4610 in [#840](https://github.com/dessalines/thumb-key/pull/840) - Fixing vietnamese keyboard name. by @dessalines in [#842](https://github.com/dessalines/thumb-key/pull/842) -## New Contributors - -- @glm4610 made their first contribution in [#840](https://github.com/dessalines/thumb-key/pull/840) - **Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.7.5...2.7.6 # Thumb-Key 2.7.5 (2024-04-09) diff --git a/app/build.gradle b/app/build.gradle index 4d268ac6e..7ad685766 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 77 - versionName "3.1.0" + versionCode 78 + versionName "3.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 4240057a0..da4ed4cab 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,19 +1,10 @@ -# Thumb-Key 3.1.0 (2024-04-24) +# Thumb-Key 3.1.1 (2024-04-25) -## What's Changed in 3.1.0 +## What's Changed in 3.1.1 -- Upgrading deps. by @dessalines in [#857](https://github.com/dessalines/thumb-key/pull/857) -- Adding slovak v2 keyboard. Fixes #151 by @dessalines in [#856](https://github.com/dessalines/thumb-key/pull/856) -- Implement Drag-and-return & Circular drag by @feathecutie in [#854](https://github.com/dessalines/thumb-key/pull/854) -- Fix swipe direction and update Capital keyboard for EN_HR by @ssaric in [#853](https://github.com/dessalines/thumb-key/pull/853) -- Fixing bottom offset slider. by @dessalines in [#852](https://github.com/dessalines/thumb-key/pull/852) -- Add PLTypeSplitSymbols by @kkard2 in [#851](https://github.com/dessalines/thumb-key/pull/851) +- Making haptic feedback use KEYBOARD_TAP constant. Fixes #862 by @dessalines in [#863](https://github.com/dessalines/thumb-key/pull/863) +- Fix crash when using Japanese thumb-key (fixes #858) by @glm4610 in [#861](https://github.com/dessalines/thumb-key/pull/861) -## New Contributors - -- @feathecutie made their first contribution in [#854](https://github.com/dessalines/thumb-key/pull/854) -- @kkard2 made their first contribution in [#851](https://github.com/dessalines/thumb-key/pull/851) - -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.0.0...3.1.0 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.0...3.1.1