From cbb592f263dc29f871e3394ca466d5763a53078c Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 1 Sep 2024 21:44:09 -0400 Subject: [PATCH] Upping version. --- RELEASES.md | 14 ++++++++++++++ app/build.gradle | 4 ++-- app/src/main/assets/RELEASES.md | 12 ++++++------ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index b76db3bb0..9afbbf447 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,21 @@ +# Thumb-Key 3.4.5 (2024-09-02) + +## What's Changed in 3.4.5 + +- Adding EN Thumbkey Words. by @dessalines in [#1039](https://github.com/dessalines/thumb-key/pull/1039) +- Added ES thumb-key symbols layout by @DiegoLpVn in [#1035](https://github.com/dessalines/thumb-key/pull/1035) + +## New Contributors + +- @DiegoLpVn made their first contribution in [#1035](https://github.com/dessalines/thumb-key/pull/1035) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.4...3.4.5 + # Thumb-Key 3.4.4 (2024-08-30) ## What's Changed in 3.4.4 +- Upping version. by @dessalines - add hyphen `-` to the first layer of FRThumbKeyV2.kt by @foldfree in [#1031](https://github.com/dessalines/thumb-key/pull/1031) - Adding en + sv + programmer layout. by @dessalines in [#1030](https://github.com/dessalines/thumb-key/pull/1030) diff --git a/app/build.gradle b/app/build.gradle index e9d20b5b9..7242b1925 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 105 - versionName "3.4.4" + versionCode 106 + versionName "3.4.5" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index b605cead2..a121f6cd0 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,14 +1,14 @@ -# Thumb-Key 3.4.4 (2024-08-30) +# Thumb-Key 3.4.5 (2024-09-02) -## What's Changed in 3.4.4 +## What's Changed in 3.4.5 -- add hyphen `-` to the first layer of FRThumbKeyV2.kt by @foldfree in [#1031](https://github.com/dessalines/thumb-key/pull/1031) -- Adding en + sv + programmer layout. by @dessalines in [#1030](https://github.com/dessalines/thumb-key/pull/1030) +- Adding EN Thumbkey Words. by @dessalines in [#1039](https://github.com/dessalines/thumb-key/pull/1039) +- Added ES thumb-key symbols layout by @DiegoLpVn in [#1035](https://github.com/dessalines/thumb-key/pull/1035) ## New Contributors -- @foldfree made their first contribution in [#1031](https://github.com/dessalines/thumb-key/pull/1031) +- @DiegoLpVn made their first contribution in [#1035](https://github.com/dessalines/thumb-key/pull/1035) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.3...3.4.4 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.4...3.4.5