Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed May 1, 2024
1 parent 7ac51ac commit 661fc09
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
18 changes: 18 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Thumb-Key 3.1.2 (2024-05-01)

## What's Changed in 3.1.2

- Two-hands QwertEase by @Lysalana in [#871](https://github.com/dessalines/thumb-key/pull/871)
- Create ENQwertEase.kt by @Lysalana in [#870](https://github.com/dessalines/thumb-key/pull/870)
- Updated numeric keyboard for "italiano messagease" by @DrOliver94 in [#864](https://github.com/dessalines/thumb-key/pull/864)
- Adding IT messagease symbols by @DrOliver94 in [#866](https://github.com/dessalines/thumb-key/pull/866)
- Move qu in spanish split keyboard by @Eloitor in [#860](https://github.com/dessalines/thumb-key/pull/860)

## New Contributors

- @DrOliver94 made their first contribution in [#864](https://github.com/dessalines/thumb-key/pull/864)
- @Eloitor made their first contribution in [#860](https://github.com/dessalines/thumb-key/pull/860)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.1...3.1.2

# Thumb-Key 3.1.1 (2024-04-25)

## What's Changed in 3.1.1

- Upping version. by @dessalines
- Making haptic feedback use KEYBOARD_TAP constant. Fixes #862 by @dessalines in [#863](https://github.com/dessalines/thumb-key/pull/863)
- Fix crash when using Japanese thumb-key (fixes #858) by @glm4610 in [#861](https://github.com/dessalines/thumb-key/pull/861)

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 78
versionName "3.1.1"
versionCode 79
versionName "3.1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
18 changes: 13 additions & 5 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Thumb-Key 3.1.1 (2024-04-25)
# Thumb-Key 3.1.2 (2024-05-01)

## What's Changed in 3.1.1
## What's Changed in 3.1.2

- Making haptic feedback use KEYBOARD_TAP constant. Fixes #862 by @dessalines in [#863](https://github.com/dessalines/thumb-key/pull/863)
- Fix crash when using Japanese thumb-key (fixes #858) by @glm4610 in [#861](https://github.com/dessalines/thumb-key/pull/861)
- Two-hands QwertEase by @Lysalana in [#871](https://github.com/dessalines/thumb-key/pull/871)
- Create ENQwertEase.kt by @Lysalana in [#870](https://github.com/dessalines/thumb-key/pull/870)
- Updated numeric keyboard for "italiano messagease" by @DrOliver94 in [#864](https://github.com/dessalines/thumb-key/pull/864)
- Adding IT messagease symbols by @DrOliver94 in [#866](https://github.com/dessalines/thumb-key/pull/866)
- Move qu in spanish split keyboard by @Eloitor in [#860](https://github.com/dessalines/thumb-key/pull/860)

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

- @DrOliver94 made their first contribution in [#864](https://github.com/dessalines/thumb-key/pull/864)
- @Eloitor made their first contribution in [#860](https://github.com/dessalines/thumb-key/pull/860)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.1...3.1.2

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

0 comments on commit 661fc09

Please sign in to comment.