From 36c436d462bd3c4d8b8e2c85864e0e9cba126199 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 10 Jun 2024 23:14:29 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 13 +++++++++++++ app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 21 ++++++++------------- 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 5d309c354..955bb523a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,20 @@ +# Thumb-Key 3.2.3 (2024-06-11) + +## What's Changed in 3.2.3 + +- Update plugin com.android.application to v8.4.2 by @renovate[bot] in [#945](https://github.com/dessalines/thumb-key/pull/945) +- Update plugin com.android.library to v8.4.2 by @renovate[bot] in [#946](https://github.com/dessalines/thumb-key/pull/946) +- Hebrew: added shifted layer using final letters by @yehoshuapw in [#944](https://github.com/dessalines/thumb-key/pull/944) +- Update plugin com.google.devtools.ksp to v2.0.0-1.0.22 by @renovate[bot] in [#942](https://github.com/dessalines/thumb-key/pull/942) +- DEThumbKey keyboard: Fixes exclamation mark. by @sphh in [#941](https://github.com/dessalines/thumb-key/pull/941) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.2...3.2.3 + # Thumb-Key 3.2.2 (2024-06-04) ## What's Changed in 3.2.2 +- Upping version. by @dessalines - Force LTR KeyboardScreen by @pxeemo in [#940](https://github.com/dessalines/thumb-key/pull/940) - add DEThumbkeySymbols by @Ingegneus in [#939](https://github.com/dessalines/thumb-key/pull/939) - Add letter K to "Italiano type-split" keyboard by @DvCCC66 in [#938](https://github.com/dessalines/thumb-key/pull/938) diff --git a/app/build.gradle b/app/build.gradle index 914b4f77c..994995d36 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 89 - versionName "3.2.2" + versionCode 90 + versionName "3.2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 1d929cf59..54db223e0 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,18 +1,13 @@ -# Thumb-Key 3.2.2 (2024-06-04) +# Thumb-Key 3.2.3 (2024-06-11) -## What's Changed in 3.2.2 +## What's Changed in 3.2.3 -- Force LTR KeyboardScreen by @pxeemo in [#940](https://github.com/dessalines/thumb-key/pull/940) -- add DEThumbkeySymbols by @Ingegneus in [#939](https://github.com/dessalines/thumb-key/pull/939) -- Add letter K to "Italiano type-split" keyboard by @DvCCC66 in [#938](https://github.com/dessalines/thumb-key/pull/938) -- Fix "latest version" links in issue forms by @StevenH237 in [#936](https://github.com/dessalines/thumb-key/pull/936) +- Update plugin com.android.application to v8.4.2 by @renovate[bot] in [#945](https://github.com/dessalines/thumb-key/pull/945) +- Update plugin com.android.library to v8.4.2 by @renovate[bot] in [#946](https://github.com/dessalines/thumb-key/pull/946) +- Hebrew: added shifted layer using final letters by @yehoshuapw in [#944](https://github.com/dessalines/thumb-key/pull/944) +- Update plugin com.google.devtools.ksp to v2.0.0-1.0.22 by @renovate[bot] in [#942](https://github.com/dessalines/thumb-key/pull/942) +- DEThumbKey keyboard: Fixes exclamation mark. by @sphh in [#941](https://github.com/dessalines/thumb-key/pull/941) -## New Contributors - -- @Ingegneus made their first contribution in [#939](https://github.com/dessalines/thumb-key/pull/939) -- @DvCCC66 made their first contribution in [#938](https://github.com/dessalines/thumb-key/pull/938) -- @StevenH237 made their first contribution in [#936](https://github.com/dessalines/thumb-key/pull/936) - -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.1...3.2.2 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.2...3.2.3