Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 23, 2024
1 parent bbf5666 commit bbe00e0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Thumb-Key 3.1.9 (2024-05-23)

## What's Changed in 3.1.9

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.8...3.1.9

# Thumb-Key 3.1.8 (2024-05-22)

## What's Changed in 3.1.8

- Upping version. by @dessalines
- Revert "Update plugin org.jetbrains.kotlin.android to v2" by @dessalines in [#921](https://github.com/dessalines/thumb-key/pull/921)
- Update plugin org.jetbrains.kotlin.android to v2 by @renovate[bot] in [#920](https://github.com/dessalines/thumb-key/pull/920)
- Update plugin com.android.application to v8.4.1 by @renovate[bot] in [#918](https://github.com/dessalines/thumb-key/pull/918)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 85
versionName "3.1.8"
versionCode 86
versionName "3.1.9"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
22 changes: 7 additions & 15 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# Thumb-Key 3.1.8 (2024-05-22)
# Thumb-Key 3.1.9 (2024-05-23)

## What's Changed in 3.1.8
## What's Changed in 3.1.9

- Revert "Update plugin org.jetbrains.kotlin.android to v2" by @dessalines in [#921](https://github.com/dessalines/thumb-key/pull/921)
- Update plugin org.jetbrains.kotlin.android to v2 by @renovate[bot] in [#920](https://github.com/dessalines/thumb-key/pull/920)
- Update plugin com.android.application to v8.4.1 by @renovate[bot] in [#918](https://github.com/dessalines/thumb-key/pull/918)
- Make cursor movement detection index-based (fixes #881) by @glm4610 in [#917](https://github.com/dessalines/thumb-key/pull/917)
- Fix #304 (take two): In Utils.autoCapitalizeCheck, use input type of current editor by @mpsijm in [#909](https://github.com/dessalines/thumb-key/pull/909)
- Update plugin com.android.library to v8.4.1 by @renovate[bot] in [#908](https://github.com/dessalines/thumb-key/pull/908)
- Fixing donation line. by @dessalines in [#906](https://github.com/dessalines/thumb-key/pull/906)
- Add QBased a qwerty based keyboard by @APainfulMemory in [#905](https://github.com/dessalines/thumb-key/pull/905)
- 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)

## New Contributors

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

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

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

0 comments on commit bbe00e0

Please sign in to comment.