Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Dec 5, 2024
1 parent 266f05f commit 6bc5d9a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## What's Changed in 4.0.7

- Update FRThumbKeyV1 to add dots, quotation marks and some letters by @terrylaire in [#1174](https://github.com/dessalines/thumb-key/pull/1174)
- Handle emoji correctly when deleting text by @gitterrost4 in [#1169](https://github.com/dessalines/thumb-key/pull/1169)

## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.6...4.0.7

## What's Changed in 4.0.6

- Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
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 = 124
versionName = "4.0.6"
versionCode = 125
versionName = "4.0.7"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
10 changes: 5 additions & 5 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## What's Changed in 4.0.6
## What's Changed in 4.0.7

- Improvements for French language by @salsifis in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
- Make the backspace key remove text directly instead of sending a DEL keycode by @gitterrost4 in [#1162](https://github.com/dessalines/thumb-key/pull/1162)
- Update FRThumbKeyV1 to add dots, quotation marks and some letters by @terrylaire in [#1174](https://github.com/dessalines/thumb-key/pull/1174)
- Handle emoji correctly when deleting text by @gitterrost4 in [#1169](https://github.com/dessalines/thumb-key/pull/1169)

## New Contributors

- @salsifis made their first contribution in [#1161](https://github.com/dessalines/thumb-key/pull/1161)
- @terrylaire made their first contribution in [#1174](https://github.com/dessalines/thumb-key/pull/1174)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.5...4.0.6
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.6...4.0.7

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

0 comments on commit 6bc5d9a

Please sign in to comment.