Upping version.

This commit is contained in:
Dessalines 2024-05-28 11:59:58 -04:00
parent 6249ea8bd3
commit 0c982b3d2b
3 changed files with 17 additions and 9 deletions

View File

@ -1,7 +1,17 @@
# Thumb-Key 3.2.0 (2024-05-28)
## What's Changed in 3.2.0
- 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)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.9...3.2.0
# Thumb-Key 3.1.9 (2024-05-23)
## What's Changed in 3.1.9
- Upping version. by @dessalines
- Enable strong skipping. by @dessalines in [#925](https://github.com/dessalines/thumb-key/pull/925)
- Update plugin org.jetbrains.kotlin.android to v2 by @renovate[bot] in [#924](https://github.com/dessalines/thumb-key/pull/924)
- Removing renovate schedule. by @dessalines in [#923](https://github.com/dessalines/thumb-key/pull/923)

View File

@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 86
versionName "3.1.9"
versionCode 87
versionName "3.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -1,12 +1,10 @@
# Thumb-Key 3.1.9 (2024-05-23)
# Thumb-Key 3.2.0 (2024-05-28)
## What's Changed in 3.1.9
## What's Changed in 3.2.0
- Enable strong skipping. by @dessalines in [#925](https://github.com/dessalines/thumb-key/pull/925)
- Update plugin org.jetbrains.kotlin.android to v2 by @renovate[bot] in [#924](https://github.com/dessalines/thumb-key/pull/924)
- Removing renovate schedule. by @dessalines in [#923](https://github.com/dessalines/thumb-key/pull/923)
- Upgrading to 2.0.0 compiler. by @dessalines in [#922](https://github.com/dessalines/thumb-key/pull/922)
- 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)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.8...3.1.9
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.9...3.2.0
<!-- generated by git-cliff -->