From 28b048bdfc4eff5a0c2e9e87c61d72a27322843c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 17 May 2024 12:48:06 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 26 ++++++++++++++++++++++---- app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 20 ++++++++++++++------ 3 files changed, 38 insertions(+), 12 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index fc700896..dd19c08f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,29 @@ +# Thumb-Key 3.1.7 (2024-05-17) + +## What's Changed in 3.1.7 + +- Tweak circular drag detection algorithm (fixes #894) by @glm4610 in [#904](https://github.com/dessalines/thumb-key/pull/904) +- Update plugin com.google.devtools.ksp to v1.9.24-1.0.20 by @renovate[bot] in [#897](https://github.com/dessalines/thumb-key/pull/897) +- Update dependency composeOptions to v1.5.14 by @renovate[bot] in [#896](https://github.com/dessalines/thumb-key/pull/896) +- Update plugin org.jetbrains.kotlin.android to v1.9.24 by @renovate[bot] in [#898](https://github.com/dessalines/thumb-key/pull/898) +- Update cimg/android Docker tag to v2024 by @renovate[bot] in [#903](https://github.com/dessalines/thumb-key/pull/903) +- Update plugin com.android.application to v8.4.0 by @renovate[bot] in [#901](https://github.com/dessalines/thumb-key/pull/901) +- Update plugin com.android.library to v8.4.0 by @renovate[bot] in [#902](https://github.com/dessalines/thumb-key/pull/902) +- Update dependency com.github.jeziellago:compose-markdown to v0.5.0 by @renovate[bot] in [#900](https://github.com/dessalines/thumb-key/pull/900) +- Adding renovate. by @dessalines +- Improves symbols in main DEThumbKey keyboard. by @sphh in [#892](https://github.com/dessalines/thumb-key/pull/892) + +## New Contributors + +- @renovate[bot] made their first contribution in [#897](https://github.com/dessalines/thumb-key/pull/897) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.6...3.1.7 + # Thumb-Key 3.1.6 (2024-05-14) ## What's Changed in 3.1.6 +- Upping version. by @dessalines - 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) @@ -20,10 +42,6 @@ - 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) diff --git a/app/build.gradle b/app/build.gradle index 156223b8..28d3d51c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 83 - versionName "3.1.6" + versionCode 84 + versionName "3.1.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 5f61f878..aa23ef96 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,14 +1,22 @@ -# Thumb-Key 3.1.6 (2024-05-14) +# Thumb-Key 3.1.7 (2024-05-17) -## What's Changed in 3.1.6 +## What's Changed in 3.1.7 -- 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) +- Tweak circular drag detection algorithm (fixes #894) by @glm4610 in [#904](https://github.com/dessalines/thumb-key/pull/904) +- Update plugin com.google.devtools.ksp to v1.9.24-1.0.20 by @renovate[bot] in [#897](https://github.com/dessalines/thumb-key/pull/897) +- Update dependency composeOptions to v1.5.14 by @renovate[bot] in [#896](https://github.com/dessalines/thumb-key/pull/896) +- Update plugin org.jetbrains.kotlin.android to v1.9.24 by @renovate[bot] in [#898](https://github.com/dessalines/thumb-key/pull/898) +- Update cimg/android Docker tag to v2024 by @renovate[bot] in [#903](https://github.com/dessalines/thumb-key/pull/903) +- Update plugin com.android.application to v8.4.0 by @renovate[bot] in [#901](https://github.com/dessalines/thumb-key/pull/901) +- Update plugin com.android.library to v8.4.0 by @renovate[bot] in [#902](https://github.com/dessalines/thumb-key/pull/902) +- Update dependency com.github.jeziellago:compose-markdown to v0.5.0 by @renovate[bot] in [#900](https://github.com/dessalines/thumb-key/pull/900) +- Adding renovate. by @dessalines +- Improves symbols in main DEThumbKey keyboard. by @sphh in [#892](https://github.com/dessalines/thumb-key/pull/892) ## New Contributors -- @randomguy3 made their first contribution in [#889](https://github.com/dessalines/thumb-key/pull/889) +- @renovate[bot] made their first contribution in [#897](https://github.com/dessalines/thumb-key/pull/897) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.5...3.1.6 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.6...3.1.7