From 3693d0ed914fc05783d2bcc3ec713396486f337f Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 9 May 2024 10:00:16 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 15 +++++++++++++++ app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 16 ++++++++++------ 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 368556e37..9f54ce273 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,22 @@ +# Thumb-Key 3.1.5 (2024-05-09) + +## What's Changed in 3.1.5 + +- 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) + +## New Contributors + +- @sphh made their first contribution in [#886](https://github.com/dessalines/thumb-key/pull/886) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.4...3.1.5 + # Thumb-Key 3.1.4 (2024-05-03) ## What's Changed in 3.1.4 +- Upping version. by @dessalines - Don't show animations for password fields. Fixes #800 by @dessalines in [#879](https://github.com/dessalines/thumb-key/pull/879) - Simplify key width code. Fixes #643 by @dessalines in [#878](https://github.com/dessalines/thumb-key/pull/878) - Cleaning up imports. by @dessalines in [#877](https://github.com/dessalines/thumb-key/pull/877) diff --git a/app/build.gradle b/app/build.gradle index c5e9a5ef2..c011fdd26 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 81 - versionName "3.1.4" + versionCode 82 + versionName "3.1.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index ff9113d5a..ced563f19 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,11 +1,15 @@ -# Thumb-Key 3.1.4 (2024-05-03) +# Thumb-Key 3.1.5 (2024-05-09) -## What's Changed in 3.1.4 +## What's Changed in 3.1.5 -- Don't show animations for password fields. Fixes #800 by @dessalines in [#879](https://github.com/dessalines/thumb-key/pull/879) -- Simplify key width code. Fixes #643 by @dessalines in [#878](https://github.com/dessalines/thumb-key/pull/878) -- Cleaning up imports. by @dessalines in [#877](https://github.com/dessalines/thumb-key/pull/877) +- 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) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.3...3.1.4 +## New Contributors + +- @sphh made their first contribution in [#886](https://github.com/dessalines/thumb-key/pull/886) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.4...3.1.5