From 212b354d3ed8cb61779104b7374a088dafa3d24c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 14 Oct 2024 21:21:46 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 14 +++++++++++++- app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 14 ++++++++++---- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 7fb07cd69..379558d12 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) @@ -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) diff --git a/app/build.gradle b/app/build.gradle index e2074dca1..99dea5ff2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 1a311b778..9e01425c3 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -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