From 6bc5d9a0b218373887be589e00da3d99375fb65d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 5 Dec 2024 08:19:54 -0500 Subject: [PATCH] Upping version. --- RELEASES.md | 11 +++++++++++ app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 10 +++++----- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d6383729..1d010b1a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,14 @@ +## What's Changed in 4.0.7 + +- Update FRThumbKeyV1 to add dots, quotation marks and some letters by @terrylaire in [#1174](https://github.com/dessalines/thumb-key/pull/1174) +- Handle emoji correctly when deleting text by @gitterrost4 in [#1169](https://github.com/dessalines/thumb-key/pull/1169) + +## New Contributors + +- @terrylaire made their first contribution in [#1174](https://github.com/dessalines/thumb-key/pull/1174) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.6...4.0.7 + ## What's Changed in 4.0.6 - Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d52df278..aa4b8892 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.dessalines.thumbkey" minSdk = 21 targetSdk = 35 - versionCode = 124 - versionName = "4.0.6" + versionCode = 125 + versionName = "4.0.7" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 25e99807..f7ff7666 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,12 +1,12 @@ -## What's Changed in 4.0.6 +## What's Changed in 4.0.7 -- 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) +- Update FRThumbKeyV1 to add dots, quotation marks and some letters by @terrylaire in [#1174](https://github.com/dessalines/thumb-key/pull/1174) +- Handle emoji correctly when deleting text by @gitterrost4 in [#1169](https://github.com/dessalines/thumb-key/pull/1169) ## New Contributors -- @salsifis made their first contribution in [#1161](https://github.com/dessalines/thumb-key/pull/1161) +- @terrylaire made their first contribution in [#1174](https://github.com/dessalines/thumb-key/pull/1174) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.5...4.0.6 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.6...4.0.7