Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jul 7, 2024
1 parent eb252a5 commit 9e4abd7
Show file tree
Hide file tree
Showing 3 changed files with 24 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.3.0 (2024-07-07)

## What's Changed in 3.3.0

- Added ghost key functionality. by @matthew-sirman in [#961](https://github.com/dessalines/thumb-key/pull/961)
- Add composed qwertyfour layout by @sirlan-ff00ff in [#962](https://github.com/dessalines/thumb-key/pull/962)

## New Contributors

- @matthew-sirman made their first contribution in [#961](https://github.com/dessalines/thumb-key/pull/961)
- @sirlan-ff00ff made their first contribution in [#962](https://github.com/dessalines/thumb-key/pull/962)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.6...3.3.0

# Thumb-Key 3.2.6 (2024-07-02)

## What's Changed in 3.2.6

- Upping version. by @dessalines
- MessageEase layouts: use numerics from MessageEase too by @gmelikov in [#960](https://github.com/dessalines/thumb-key/pull/960)
- RUMessagEaseSymbols: use messagease numerics by @gmelikov in [#959](https://github.com/dessalines/thumb-key/pull/959)

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.thumbkey"
minSdk 21
targetSdkVersion 34
versionCode 93
versionName "3.2.6"
versionCode 94
versionName "3.3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
13 changes: 7 additions & 6 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Thumb-Key 3.2.6 (2024-07-02)
# Thumb-Key 3.3.0 (2024-07-07)

## What's Changed in 3.2.6
## What's Changed in 3.3.0

- MessageEase layouts: use numerics from MessageEase too by @gmelikov in [#960](https://github.com/dessalines/thumb-key/pull/960)
- RUMessagEaseSymbols: use messagease numerics by @gmelikov in [#959](https://github.com/dessalines/thumb-key/pull/959)
- Added ghost key functionality. by @matthew-sirman in [#961](https://github.com/dessalines/thumb-key/pull/961)
- Add composed qwertyfour layout by @sirlan-ff00ff in [#962](https://github.com/dessalines/thumb-key/pull/962)

## New Contributors

- @gmelikov made their first contribution in [#960](https://github.com/dessalines/thumb-key/pull/960)
- @matthew-sirman made their first contribution in [#961](https://github.com/dessalines/thumb-key/pull/961)
- @sirlan-ff00ff made their first contribution in [#962](https://github.com/dessalines/thumb-key/pull/962)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.5...3.2.6
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.2.6...3.3.0

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

0 comments on commit 9e4abd7

Please sign in to comment.