Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Dec 12, 2024
1 parent 0f91bb0 commit 0fbbfaa
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## What's Changed in 4.0.9

- Fix keyboard overlapping navigation bar on Android 15 by @juschmitt in [#1190](https://github.com/dessalines/thumb-key/pull/1190)
- Fix Layout deutsch english + Æ (#1064) by @jackie-jackie in [#1189](https://github.com/dessalines/thumb-key/pull/1189)

## New Contributors

- @juschmitt made their first contribution in [#1190](https://github.com/dessalines/thumb-key/pull/1190)
- @jackie-jackie made their first contribution in [#1189](https://github.com/dessalines/thumb-key/pull/1189)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.8...4.0.9

## What's Changed in 4.0.8

- Reverting delete key hacks. by @dessalines in [#1183](https://github.com/dessalines/thumb-key/pull/1183)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dessalines.thumbkey"
minSdk = 21
targetSdk = 35
versionCode = 126
versionName = "4.0.8"
versionCode = 127
versionName = "4.0.9"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
13 changes: 9 additions & 4 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## What's Changed in 4.0.8
## What's Changed in 4.0.9

- Reverting delete key hacks. by @dessalines in [#1183](https://github.com/dessalines/thumb-key/pull/1183)
- Adding DE_THUMBKEY_SYMNUM by @dessalines in [#1182](https://github.com/dessalines/thumb-key/pull/1182)
- Fix keyboard overlapping navigation bar on Android 15 by @juschmitt in [#1190](https://github.com/dessalines/thumb-key/pull/1190)
- Fix Layout deutsch english + Æ (#1064) by @jackie-jackie in [#1189](https://github.com/dessalines/thumb-key/pull/1189)

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

- @juschmitt made their first contribution in [#1190](https://github.com/dessalines/thumb-key/pull/1190)
- @jackie-jackie made their first contribution in [#1189](https://github.com/dessalines/thumb-key/pull/1189)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.8...4.0.9

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

0 comments on commit 0fbbfaa

Please sign in to comment.