diff --git a/RELEASES.md b/RELEASES.md index 94aef8f41..b2769363f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,8 +1,21 @@ +# Thumb-Key 3.2.1 (2024-06-01) + +## What's Changed in 3.2.1 + +- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934) +- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933) +- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932) +- Update dependency androidx.appcompat:appcompat to v1.7.0 - autoclosed by @renovate[bot] in [#931](https://github.com/dessalines/thumb-key/pull/931) +- Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.1 by @renovate[bot] in [#930](https://github.com/dessalines/thumb-key/pull/930) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.0...3.2.1 + # Thumb-Key 3.2.0 (2024-05-28) ## What's Changed in 3.2.0 -- Removing unused strings. +- Forgot another change. by @dessalines +- Removing unused strings. by @dessalines - Upping version. by @dessalines - Tweak circular drag and drag-and-return gestures (fixes #926) by @glm4610 in [#928](https://github.com/dessalines/thumb-key/pull/928) - Removing some unused strings. by @dessalines in [#929](https://github.com/dessalines/thumb-key/pull/929) diff --git a/app/build.gradle b/app/build.gradle index 9284dfb80..532b2c23f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 87 - versionName "3.2.0" + versionCode 88 + versionName "3.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 946617ec5..c7c0f2ccf 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,12 +1,13 @@ -# Thumb-Key 3.2.0 (2024-05-28) +# Thumb-Key 3.2.1 (2024-06-01) -## What's Changed in 3.2.0 +## What's Changed in 3.2.1 -- Removing unused strings. -- Upping version. by @dessalines -- Tweak circular drag and drag-and-return gestures (fixes #926) by @glm4610 in [#928](https://github.com/dessalines/thumb-key/pull/928) -- Removing some unused strings. by @dessalines in [#929](https://github.com/dessalines/thumb-key/pull/929) +- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934) +- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933) +- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932) +- Update dependency androidx.appcompat:appcompat to v1.7.0 - autoclosed by @renovate[bot] in [#931](https://github.com/dessalines/thumb-key/pull/931) +- Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.1 by @renovate[bot] in [#930](https://github.com/dessalines/thumb-key/pull/930) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.9...3.2.0 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.0...3.2.1