Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 17, 2024
1 parent b4a9246 commit 28b048b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 12 deletions.
26 changes: 22 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# Thumb-Key 3.1.7 (2024-05-17)

## What's Changed in 3.1.7

- Tweak circular drag detection algorithm (fixes #894) by @glm4610 in [#904](https://github.com/dessalines/thumb-key/pull/904)
- Update plugin com.google.devtools.ksp to v1.9.24-1.0.20 by @renovate[bot] in [#897](https://github.com/dessalines/thumb-key/pull/897)
- Update dependency composeOptions to v1.5.14 by @renovate[bot] in [#896](https://github.com/dessalines/thumb-key/pull/896)
- Update plugin org.jetbrains.kotlin.android to v1.9.24 by @renovate[bot] in [#898](https://github.com/dessalines/thumb-key/pull/898)
- Update cimg/android Docker tag to v2024 by @renovate[bot] in [#903](https://github.com/dessalines/thumb-key/pull/903)
- Update plugin com.android.application to v8.4.0 by @renovate[bot] in [#901](https://github.com/dessalines/thumb-key/pull/901)
- Update plugin com.android.library to v8.4.0 by @renovate[bot] in [#902](https://github.com/dessalines/thumb-key/pull/902)
- Update dependency com.github.jeziellago:compose-markdown to v0.5.0 by @renovate[bot] in [#900](https://github.com/dessalines/thumb-key/pull/900)
- Adding renovate. by @dessalines
- Improves symbols in main DEThumbKey keyboard. by @sphh in [#892](https://github.com/dessalines/thumb-key/pull/892)

## New Contributors

- @renovate[bot] made their first contribution in [#897](https://github.com/dessalines/thumb-key/pull/897)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.6...3.1.7

# Thumb-Key 3.1.6 (2024-05-14)

## What's Changed in 3.1.6

- Upping version. by @dessalines
- Fix #304: Improve Utils.autoCapitalizeCheck by @mpsijm in [#890](https://github.com/dessalines/thumb-key/pull/890)
- Wide version of ThumbKey by @randomguy3 in [#889](https://github.com/dessalines/thumb-key/pull/889)

Expand All @@ -20,10 +42,6 @@
- German thumbkey symbols `:` and `"` (Closes #882 #883) by @sphh in [#886](https://github.com/dessalines/thumb-key/pull/886)
- Add RLM character to FAThumbKey by @pxeemo in [#880](https://github.com/dessalines/thumb-key/pull/880)

## New Contributors

- @sphh made their first contribution in [#886](https://github.com/dessalines/thumb-key/pull/886)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.4...3.1.5

# Thumb-Key 3.1.4 (2024-05-03)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 83
versionName "3.1.6"
versionCode 84
versionName "3.1.7"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
20 changes: 14 additions & 6 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Thumb-Key 3.1.6 (2024-05-14)
# Thumb-Key 3.1.7 (2024-05-17)

## What's Changed in 3.1.6
## What's Changed in 3.1.7

- Fix #304: Improve Utils.autoCapitalizeCheck by @mpsijm in [#890](https://github.com/dessalines/thumb-key/pull/890)
- Wide version of ThumbKey by @randomguy3 in [#889](https://github.com/dessalines/thumb-key/pull/889)
- Tweak circular drag detection algorithm (fixes #894) by @glm4610 in [#904](https://github.com/dessalines/thumb-key/pull/904)
- Update plugin com.google.devtools.ksp to v1.9.24-1.0.20 by @renovate[bot] in [#897](https://github.com/dessalines/thumb-key/pull/897)
- Update dependency composeOptions to v1.5.14 by @renovate[bot] in [#896](https://github.com/dessalines/thumb-key/pull/896)
- Update plugin org.jetbrains.kotlin.android to v1.9.24 by @renovate[bot] in [#898](https://github.com/dessalines/thumb-key/pull/898)
- Update cimg/android Docker tag to v2024 by @renovate[bot] in [#903](https://github.com/dessalines/thumb-key/pull/903)
- Update plugin com.android.application to v8.4.0 by @renovate[bot] in [#901](https://github.com/dessalines/thumb-key/pull/901)
- Update plugin com.android.library to v8.4.0 by @renovate[bot] in [#902](https://github.com/dessalines/thumb-key/pull/902)
- Update dependency com.github.jeziellago:compose-markdown to v0.5.0 by @renovate[bot] in [#900](https://github.com/dessalines/thumb-key/pull/900)
- Adding renovate. by @dessalines
- Improves symbols in main DEThumbKey keyboard. by @sphh in [#892](https://github.com/dessalines/thumb-key/pull/892)

## New Contributors

- @randomguy3 made their first contribution in [#889](https://github.com/dessalines/thumb-key/pull/889)
- @renovate[bot] made their first contribution in [#897](https://github.com/dessalines/thumb-key/pull/897)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.5...3.1.6
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.6...3.1.7

<!-- generated by git-cliff -->

0 comments on commit 28b048b

Please sign in to comment.