Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jul 11, 2024
1 parent c18230e commit 4ff8f61
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
16 changes: 16 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# Thumb-Key 3.3.1 (2024-07-11)

## What's Changed in 3.3.1

- Added ENThumbKeyWriter layout by @locrianz in [#970](https://github.com/dessalines/thumb-key/pull/970)
- Added swipe-and-return gesture to capitalize words (#964) by @gitterrost4 in [#966](https://github.com/dessalines/thumb-key/pull/966)
- Adding dependenciesInfo for f-droid builds by @dessalines in [#965](https://github.com/dessalines/thumb-key/pull/965)

## New Contributors

- @locrianz made their first contribution in [#970](https://github.com/dessalines/thumb-key/pull/970)
- @gitterrost4 made their first contribution in [#966](https://github.com/dessalines/thumb-key/pull/966)

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

# Thumb-Key 3.3.0 (2024-07-07)

## What's Changed in 3.3.0

- Upping version. by @dessalines
- 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)

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 94
versionName "3.3.0"
versionCode 95
versionName "3.3.1"

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

## What's Changed in 3.3.0
## What's Changed in 3.3.1

- 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)
- Added ENThumbKeyWriter layout by @locrianz in [#970](https://github.com/dessalines/thumb-key/pull/970)
- Added swipe-and-return gesture to capitalize words (#964) by @gitterrost4 in [#966](https://github.com/dessalines/thumb-key/pull/966)
- Adding dependenciesInfo for f-droid builds by @dessalines in [#965](https://github.com/dessalines/thumb-key/pull/965)

## 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)
- @locrianz made their first contribution in [#970](https://github.com/dessalines/thumb-key/pull/970)
- @gitterrost4 made their first contribution in [#966](https://github.com/dessalines/thumb-key/pull/966)

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

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

0 comments on commit 4ff8f61

Please sign in to comment.