Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 9, 2024
1 parent aa1f110 commit 3693d0e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
15 changes: 15 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# Thumb-Key 3.1.5 (2024-05-09)

## What's Changed in 3.1.5

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

## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.4...3.1.5

# Thumb-Key 3.1.4 (2024-05-03)

## What's Changed in 3.1.4

- Upping version. by @dessalines
- Don't show animations for password fields. Fixes #800 by @dessalines in [#879](https://github.com/dessalines/thumb-key/pull/879)
- Simplify key width code. Fixes #643 by @dessalines in [#878](https://github.com/dessalines/thumb-key/pull/878)
- Cleaning up imports. by @dessalines in [#877](https://github.com/dessalines/thumb-key/pull/877)
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 81
versionName "3.1.4"
versionCode 82
versionName "3.1.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
16 changes: 10 additions & 6 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Thumb-Key 3.1.4 (2024-05-03)
# Thumb-Key 3.1.5 (2024-05-09)

## What's Changed in 3.1.4
## What's Changed in 3.1.5

- Don't show animations for password fields. Fixes #800 by @dessalines in [#879](https://github.com/dessalines/thumb-key/pull/879)
- Simplify key width code. Fixes #643 by @dessalines in [#878](https://github.com/dessalines/thumb-key/pull/878)
- Cleaning up imports. by @dessalines in [#877](https://github.com/dessalines/thumb-key/pull/877)
- 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)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.3...3.1.4
## New Contributors

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

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.4...3.1.5

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

0 comments on commit 3693d0e

Please sign in to comment.