diff --git a/RELEASES.md b/RELEASES.md index 0afa30de..8a38d0d9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,23 @@ +# Thumb-Key 3.3.1 (2024-07-11) + +## What's Changed in 3.3.1 + +- Added ENThumbKeyWriter layout by @locrianz in [#970](https://github.com/dessalines/thumb-key/pull/970) +- Added swipe-and-return gesture to capitalize words (#964) by @gitterrost4 in [#966](https://github.com/dessalines/thumb-key/pull/966) +- Adding dependenciesInfo for f-droid builds by @dessalines in [#965](https://github.com/dessalines/thumb-key/pull/965) + +## New Contributors + +- @locrianz made their first contribution in [#970](https://github.com/dessalines/thumb-key/pull/970) +- @gitterrost4 made their first contribution in [#966](https://github.com/dessalines/thumb-key/pull/966) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.3.0...3.3.1 + # Thumb-Key 3.3.0 (2024-07-07) ## What's Changed in 3.3.0 +- Upping version. by @dessalines - Added ghost key functionality. by @matthew-sirman in [#961](https://github.com/dessalines/thumb-key/pull/961) - Add composed qwertyfour layout by @sirlan-ff00ff in [#962](https://github.com/dessalines/thumb-key/pull/962) diff --git a/app/build.gradle b/app/build.gradle index 87cc656c..623151b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 94 - versionName "3.3.0" + versionCode 95 + versionName "3.3.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 239384e3..ceb8a656 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,15 +1,16 @@ -# Thumb-Key 3.3.0 (2024-07-07) +# Thumb-Key 3.3.1 (2024-07-11) -## What's Changed in 3.3.0 +## What's Changed in 3.3.1 -- Added ghost key functionality. by @matthew-sirman in [#961](https://github.com/dessalines/thumb-key/pull/961) -- Add composed qwertyfour layout by @sirlan-ff00ff in [#962](https://github.com/dessalines/thumb-key/pull/962) +- Added ENThumbKeyWriter layout by @locrianz in [#970](https://github.com/dessalines/thumb-key/pull/970) +- Added swipe-and-return gesture to capitalize words (#964) by @gitterrost4 in [#966](https://github.com/dessalines/thumb-key/pull/966) +- Adding dependenciesInfo for f-droid builds by @dessalines in [#965](https://github.com/dessalines/thumb-key/pull/965) ## New Contributors -- @matthew-sirman made their first contribution in [#961](https://github.com/dessalines/thumb-key/pull/961) -- @sirlan-ff00ff made their first contribution in [#962](https://github.com/dessalines/thumb-key/pull/962) +- @locrianz made their first contribution in [#970](https://github.com/dessalines/thumb-key/pull/970) +- @gitterrost4 made their first contribution in [#966](https://github.com/dessalines/thumb-key/pull/966) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.6...3.3.0 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.3.0...3.3.1