From 18f42ab9b0d1003a58cf2ac82932172b72ec9cdf Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 14 May 2024 09:51:59 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 15 ++++++++++++++- app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 13 ++++++------- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 9f54ce273..fc7008968 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,21 @@ +# Thumb-Key 3.1.6 (2024-05-14) + +## What's Changed in 3.1.6 + +- Fix #304: Improve Utils.autoCapitalizeCheck by @mpsijm in [#890](https://github.com/dessalines/thumb-key/pull/890) +- Wide version of ThumbKey by @randomguy3 in [#889](https://github.com/dessalines/thumb-key/pull/889) + +## New Contributors + +- @randomguy3 made their first contribution in [#889](https://github.com/dessalines/thumb-key/pull/889) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.5...3.1.6 + # Thumb-Key 3.1.5 (2024-05-09) ## What's Changed in 3.1.5 +- Upping version. by @dessalines - Revert compose in DEMessagEaseSymbols layout by @Crandel in [#888](https://github.com/dessalines/thumb-key/pull/888) - German thumbkey symbols `:` and `"` (Closes #882 #883) by @sphh in [#886](https://github.com/dessalines/thumb-key/pull/886) - Add RLM character to FAThumbKey by @pxeemo in [#880](https://github.com/dessalines/thumb-key/pull/880) @@ -352,7 +366,6 @@ ## New Contributors -- @mpsijm made their first contribution in [#720](https://github.com/dessalines/thumb-key/pull/720) - @ShortCircuit908 made their first contribution in [#711](https://github.com/dessalines/thumb-key/pull/711) **Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.14...2.6.15 diff --git a/app/build.gradle b/app/build.gradle index c011fdd26..90839eb30 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 82 - versionName "3.1.5" + versionCode 83 + versionName "3.1.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index ced563f19..5f61f878c 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,15 +1,14 @@ -# Thumb-Key 3.1.5 (2024-05-09) +# Thumb-Key 3.1.6 (2024-05-14) -## What's Changed in 3.1.5 +## What's Changed in 3.1.6 -- Revert compose in DEMessagEaseSymbols layout by @Crandel in [#888](https://github.com/dessalines/thumb-key/pull/888) -- German thumbkey symbols `:` and `"` (Closes #882 #883) by @sphh in [#886](https://github.com/dessalines/thumb-key/pull/886) -- Add RLM character to FAThumbKey by @pxeemo in [#880](https://github.com/dessalines/thumb-key/pull/880) +- Fix #304: Improve Utils.autoCapitalizeCheck by @mpsijm in [#890](https://github.com/dessalines/thumb-key/pull/890) +- Wide version of ThumbKey by @randomguy3 in [#889](https://github.com/dessalines/thumb-key/pull/889) ## New Contributors -- @sphh made their first contribution in [#886](https://github.com/dessalines/thumb-key/pull/886) +- @randomguy3 made their first contribution in [#889](https://github.com/dessalines/thumb-key/pull/889) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.4...3.1.5 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.5...3.1.6