Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Dec 29, 2024
1 parent 594f4d9 commit 78a1fa6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 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.11

- Moving undo/redo to bottom left and bottom right swipes. by @dessalines in [#1210](https://github.com/dessalines/thumb-key/pull/1210)
- Update NumericWide by @lyluqo in [#1211](https://github.com/dessalines/thumb-key/pull/1211)
- Add some missing keys on the shifted layout and ! on numeric ? swipeReturn by @Raghnarok in [#1207](https://github.com/dessalines/thumb-key/pull/1207)

## New Contributors

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

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

## What's Changed in 4.0.10

- Added Dvorak style wide keyboard by @iacobo in [#1201](https://github.com/dessalines/thumb-key/pull/1201)
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 = 128
versionName = "4.0.10"
versionCode = 129
versionName = "4.0.11"

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

- 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)
- Moving undo/redo to bottom left and bottom right swipes. by @dessalines in [#1210](https://github.com/dessalines/thumb-key/pull/1210)
- Update NumericWide by @lyluqo in [#1211](https://github.com/dessalines/thumb-key/pull/1211)
- Add some missing keys on the shifted layout and ! on numeric ? swipeReturn by @Raghnarok in [#1207](https://github.com/dessalines/thumb-key/pull/1207)

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

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

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

0 comments on commit 78a1fa6

Please sign in to comment.