Upping version.

This commit is contained in:
Dessalines 2024-05-14 09:51:59 -04:00
parent 7fe8190c24
commit 18f42ab9b0
3 changed files with 22 additions and 10 deletions

View File

@ -1,7 +1,21 @@
# Thumb-Key 3.1.6 (2024-05-14)
## What's Changed in 3.1.6
- Fix #304: Improve Utils.autoCapitalizeCheck by @mpsijm in [#890](https://github.com/dessalines/thumb-key/pull/890)
- Wide version of ThumbKey by @randomguy3 in [#889](https://github.com/dessalines/thumb-key/pull/889)
## New Contributors
- @randomguy3 made their first contribution in [#889](https://github.com/dessalines/thumb-key/pull/889)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.5...3.1.6
# Thumb-Key 3.1.5 (2024-05-09)
## What's Changed in 3.1.5
- Upping version. by @dessalines
- Revert compose in DEMessagEaseSymbols layout by @Crandel in [#888](https://github.com/dessalines/thumb-key/pull/888)
- German thumbkey symbols `:` and `"` (Closes #882 #883) by @sphh in [#886](https://github.com/dessalines/thumb-key/pull/886)
- Add RLM character to FAThumbKey by @pxeemo in [#880](https://github.com/dessalines/thumb-key/pull/880)
@ -352,7 +366,6 @@
## New Contributors
- @mpsijm made their first contribution in [#720](https://github.com/dessalines/thumb-key/pull/720)
- @ShortCircuit908 made their first contribution in [#711](https://github.com/dessalines/thumb-key/pull/711)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/2.6.14...2.6.15

View File

@ -12,8 +12,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 82
versionName "3.1.5"
versionCode 83
versionName "3.1.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -1,15 +1,14 @@
# Thumb-Key 3.1.5 (2024-05-09)
# Thumb-Key 3.1.6 (2024-05-14)
## What's Changed in 3.1.5
## What's Changed in 3.1.6
- Revert compose in DEMessagEaseSymbols layout by @Crandel in [#888](https://github.com/dessalines/thumb-key/pull/888)
- German thumbkey symbols `:` and `"` (Closes #882 #883) by @sphh in [#886](https://github.com/dessalines/thumb-key/pull/886)
- Add RLM character to FAThumbKey by @pxeemo in [#880](https://github.com/dessalines/thumb-key/pull/880)
- Fix #304: Improve Utils.autoCapitalizeCheck by @mpsijm in [#890](https://github.com/dessalines/thumb-key/pull/890)
- Wide version of ThumbKey by @randomguy3 in [#889](https://github.com/dessalines/thumb-key/pull/889)
## New Contributors
- @sphh made their first contribution in [#886](https://github.com/dessalines/thumb-key/pull/886)
- @randomguy3 made their first contribution in [#889](https://github.com/dessalines/thumb-key/pull/889)
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.4...3.1.5
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.5...3.1.6
<!-- generated by git-cliff -->