Upping version.

This commit is contained in:
Dessalines 2024-07-11 09:25:34 -04:00
parent c18230ed92
commit 4ff8f61920
3 changed files with 26 additions and 9 deletions

View File

@ -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)

View File

@ -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 {

View File

@ -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
<!-- generated by git-cliff -->