Skip to content

Commit

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

- Added Dvorak style wide keyboard by @iacobo in [#1201](https://github.com/dessalines/thumb-key/pull/1201)
- TR spit fix by @ganyuss in [#1205](https://github.com/dessalines/thumb-key/pull/1205)
- Add RLM and LRM control characters to Hebrew keyboard by @roihershberg in [#1202](https://github.com/dessalines/thumb-key/pull/1202)
- Add TR split layout by @ganyuss in [#1197](https://github.com/dessalines/thumb-key/pull/1197)
- Add ShiftAndCapsLock by @K0baU in [#1188](https://github.com/dessalines/thumb-key/pull/1188)

## New Contributors

- @iacobo made their first contribution in [#1201](https://github.com/dessalines/thumb-key/pull/1201)
- @ganyuss made their first contribution in [#1205](https://github.com/dessalines/thumb-key/pull/1205)

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

## 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)
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 = 127
versionName = "4.0.9"
versionCode = 128
versionName = "4.0.10"

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

- 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)
- Added Dvorak style wide keyboard by @iacobo in [#1201](https://github.com/dessalines/thumb-key/pull/1201)
- TR spit fix by @ganyuss in [#1205](https://github.com/dessalines/thumb-key/pull/1205)
- Add RLM and LRM control characters to Hebrew keyboard by @roihershberg in [#1202](https://github.com/dessalines/thumb-key/pull/1202)
- Add TR split layout by @ganyuss in [#1197](https://github.com/dessalines/thumb-key/pull/1197)
- Add ShiftAndCapsLock by @K0baU in [#1188](https://github.com/dessalines/thumb-key/pull/1188)

## 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)
- @iacobo made their first contribution in [#1201](https://github.com/dessalines/thumb-key/pull/1201)
- @ganyuss made their first contribution in [#1205](https://github.com/dessalines/thumb-key/pull/1205)

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

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

0 comments on commit d07e32f

Please sign in to comment.