Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Oct 15, 2024
1 parent 80a5922 commit 212b354
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
14 changes: 13 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## What's Changed in 3.4.16

- reset multi-tap state after one second delay by @iliazeus in [#1106](https://github.com/dessalines/thumb-key/pull/1106)
- Re-add leading space before composed opening double quote by @shtrom in [#1108](https://github.com/dessalines/thumb-key/pull/1108)
- Tweak nederlands type-split by @harmtemolder in [#1107](https://github.com/dessalines/thumb-key/pull/1107)

## New Contributors

- @iliazeus made their first contribution in [#1106](https://github.com/dessalines/thumb-key/pull/1106)
- @harmtemolder made their first contribution in [#1107](https://github.com/dessalines/thumb-key/pull/1107)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.15...3.4.16

## What's Changed in 3.4.15

- Re-organizing backup and restore into its own screen. by @dessalines in [#1100](https://github.com/dessalines/thumb-key/pull/1100)
Expand Down Expand Up @@ -513,7 +526,6 @@

## New Contributors

- @shtrom made their first contribution in [#786](https://github.com/dessalines/thumb-key/pull/786)
- @LortalHost made their first contribution in [#782](https://github.com/dessalines/thumb-key/pull/782)
- @orhun made their first contribution in [#781](https://github.com/dessalines/thumb-key/pull/781)
- @zworek made their first contribution in [#778](https://github.com/dessalines/thumb-key/pull/778)
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 116
versionName "3.4.15"
versionCode 117
versionName "3.4.16"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
14 changes: 10 additions & 4 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## What's Changed in 3.4.15
## What's Changed in 3.4.16

- Re-organizing backup and restore into its own screen. by @dessalines in [#1100](https://github.com/dessalines/thumb-key/pull/1100)
- Adding portuguese + english thumbkey layout. by @dessalines in [#1096](https://github.com/dessalines/thumb-key/pull/1096)
- reset multi-tap state after one second delay by @iliazeus in [#1106](https://github.com/dessalines/thumb-key/pull/1106)
- Re-add leading space before composed opening double quote by @shtrom in [#1108](https://github.com/dessalines/thumb-key/pull/1108)
- Tweak nederlands type-split by @harmtemolder in [#1107](https://github.com/dessalines/thumb-key/pull/1107)

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

- @iliazeus made their first contribution in [#1106](https://github.com/dessalines/thumb-key/pull/1106)
- @harmtemolder made their first contribution in [#1107](https://github.com/dessalines/thumb-key/pull/1107)

**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.15...3.4.16

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

0 comments on commit 212b354

Please sign in to comment.