Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jun 4, 2024
1 parent 98bb92a commit 7969f64
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
18 changes: 18 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Thumb-Key 3.2.2 (2024-06-04)

## What's Changed in 3.2.2

- Force LTR KeyboardScreen by @pxeemo in [#940](https://github.com/dessalines/thumb-key/pull/940)
- add DEThumbkeySymbols by @Ingegneus in [#939](https://github.com/dessalines/thumb-key/pull/939)
- Add letter K to "Italiano type-split" keyboard by @DvCCC66 in [#938](https://github.com/dessalines/thumb-key/pull/938)
- Fix "latest version" links in issue forms by @StevenH237 in [#936](https://github.com/dessalines/thumb-key/pull/936)

## New Contributors

- @Ingegneus made their first contribution in [#939](https://github.com/dessalines/thumb-key/pull/939)
- @DvCCC66 made their first contribution in [#938](https://github.com/dessalines/thumb-key/pull/938)
- @StevenH237 made their first contribution in [#936](https://github.com/dessalines/thumb-key/pull/936)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.1...3.2.2

# Thumb-Key 3.2.1 (2024-06-01)

## What's Changed in 3.2.1

- Upping version. by @dessalines
- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934)
- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933)
- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932)
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 88
versionName "3.2.1"
versionCode 89
versionName "3.2.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
21 changes: 13 additions & 8 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Thumb-Key 3.2.1 (2024-06-01)
# Thumb-Key 3.2.2 (2024-06-04)

## What's Changed in 3.2.1
## What's Changed in 3.2.2

- Adding a few more compose-boms. by @dessalines in [#934](https://github.com/dessalines/thumb-key/pull/934)
- Update dependency gradle to v8.8 by @renovate[bot] in [#933](https://github.com/dessalines/thumb-key/pull/933)
- Fix errors in CZProgrammerMessagEase by @ondrachwiedziuk in [#932](https://github.com/dessalines/thumb-key/pull/932)
- Update dependency androidx.appcompat:appcompat to v1.7.0 - autoclosed by @renovate[bot] in [#931](https://github.com/dessalines/thumb-key/pull/931)
- Update dependency androidx.lifecycle:lifecycle-runtime-compose to v2.8.1 by @renovate[bot] in [#930](https://github.com/dessalines/thumb-key/pull/930)
- Force LTR KeyboardScreen by @pxeemo in [#940](https://github.com/dessalines/thumb-key/pull/940)
- add DEThumbkeySymbols by @Ingegneus in [#939](https://github.com/dessalines/thumb-key/pull/939)
- Add letter K to "Italiano type-split" keyboard by @DvCCC66 in [#938](https://github.com/dessalines/thumb-key/pull/938)
- Fix "latest version" links in issue forms by @StevenH237 in [#936](https://github.com/dessalines/thumb-key/pull/936)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.0...3.2.1
## New Contributors

- @Ingegneus made their first contribution in [#939](https://github.com/dessalines/thumb-key/pull/939)
- @DvCCC66 made their first contribution in [#938](https://github.com/dessalines/thumb-key/pull/938)
- @StevenH237 made their first contribution in [#936](https://github.com/dessalines/thumb-key/pull/936)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.1...3.2.2

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

0 comments on commit 7969f64

Please sign in to comment.