Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jul 16, 2024
1 parent 95266b8 commit 6ef2c14
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
11 changes: 10 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# Thumb-Key 3.3.2 (2024-07-16)

## What's Changed in 3.3.2

- Fixed swipetype on EN Writer keyboard by @locrianz in [#977](https://github.com/dessalines/thumb-key/pull/977)
- Fixed EN Writer keyboard by @locrianz in [#975](https://github.com/dessalines/thumb-key/pull/975)

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

# Thumb-Key 3.3.1 (2024-07-11)

## What's Changed in 3.3.1

- Upping version. by @dessalines
- 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
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 95
versionName "3.3.1"
versionCode 96
versionName "3.3.2"

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

## What's Changed in 3.3.1
## What's Changed in 3.3.2

- 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)
- Fixed swipetype on EN Writer keyboard by @locrianz in [#977](https://github.com/dessalines/thumb-key/pull/977)
- Fixed EN Writer keyboard by @locrianz in [#975](https://github.com/dessalines/thumb-key/pull/975)

## 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
**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.3.1...3.3.2

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

0 comments on commit 6ef2c14

Please sign in to comment.