From de20e6da7663890b431a1d498854ba1315056ea3 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 29 Nov 2024 16:57:10 -0500 Subject: [PATCH] Upping version. --- RELEASES.md | 11 +++++++++++ app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 13 ++++++++----- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d91570ba..d6383729 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,14 @@ +## What's Changed in 4.0.6 + +- Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161) +- Make the backspace key remove text directly instead of sending a DEL keycode by @gitterrost4 in [#1162](https://github.com/dessalines/thumb-key/pull/1162) + +## New Contributors + +- @salsifis made their first contribution in [#1161](https://github.com/dessalines/thumb-key/pull/1161) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.5...4.0.6 + ## What's Changed in 4.0.5 - Add some swipeReturn actions to the french ThumbKey v2 layout by @Raghnarok in [#1160](https://github.com/dessalines/thumb-key/pull/1160) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bbb4a17e..cc36e345 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.dessalines.thumbkey" minSdk = 21 targetSdk = 34 - versionCode = 123 - versionName = "4.0.5" + versionCode = 124 + versionName = "4.0.6" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 42f7dd96..25e99807 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,9 +1,12 @@ -## What's Changed in 4.0.5 +## What's Changed in 4.0.6 -- Add some swipeReturn actions to the french ThumbKey v2 layout by @Raghnarok in [#1160](https://github.com/dessalines/thumb-key/pull/1160) -- Swipe-returning on a ghost key will now trigger the action of the ghost key by @gitterrost4 in [#1158](https://github.com/dessalines/thumb-key/pull/1158) -- Swipe improvement for drag-return and circle-drag motions by @gitterrost4 in [#1156](https://github.com/dessalines/thumb-key/pull/1156) +- Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161) +- Make the backspace key remove text directly instead of sending a DEL keycode by @gitterrost4 in [#1162](https://github.com/dessalines/thumb-key/pull/1162) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.4...4.0.5 +## New Contributors + +- @salsifis made their first contribution in [#1161](https://github.com/dessalines/thumb-key/pull/1161) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.5...4.0.6