Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 14, 2024
1 parent 7fe8190 commit 18f42ab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
15 changes: 14 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
13 changes: 6 additions & 7 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -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 -->

0 comments on commit 18f42ab

Please sign in to comment.