Skip to content

Commit

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

- 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)

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

## What's Changed in 4.0.7

- Upgrading compile sdk. by @dessalines in [#1175](https://github.com/dessalines/thumb-key/pull/1175)
- 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)
- Revert "Update kotlin monorepo to v2.1.0" by @dessalines in [#1166](https://github.com/dessalines/thumb-key/pull/1166)

## New Contributors

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 = 125
versionName = "4.0.7"
versionCode = 126
versionName = "4.0.8"

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

- 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)
- 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)

## 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
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.7...4.0.8

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

0 comments on commit e7e8be9

Please sign in to comment.