diff --git a/RELEASES.md b/RELEASES.md index ebad26879..6611c4cd9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,14 +1,20 @@ +# Thumb-Key 3.4.8 (2024-09-14) + +## What's Changed in 3.4.8 + +- Change duplicate : to tab in ENNOMessagEaseSymbols by @afreakk in [#1066](https://github.com/dessalines/thumb-key/pull/1066) +- update to new best layout by @lrvideckis in [#1063](https://github.com/dessalines/thumb-key/pull/1063) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.7...3.4.8 + # Thumb-Key 3.4.7 (2024-09-12) ## What's Changed in 3.4.7 +- Upping version. by @dessalines - Rsinoa layout by @lrvideckis in [#1057](https://github.com/dessalines/thumb-key/pull/1057) - Adding CONTRIBUTING.md by @dessalines in [#1062](https://github.com/dessalines/thumb-key/pull/1062) -## New Contributors - -- @lrvideckis made their first contribution in [#1057](https://github.com/dessalines/thumb-key/pull/1057) - **Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.6...3.4.7 # Thumb-Key 3.4.6 (2024-09-10) diff --git a/app/build.gradle b/app/build.gradle index 06aab776a..3927719be 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 108 - versionName "3.4.7" + versionCode 109 + versionName "3.4.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 0c38979e8..5f9a665e4 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,14 +1,10 @@ -# Thumb-Key 3.4.7 (2024-09-12) +# Thumb-Key 3.4.8 (2024-09-14) -## What's Changed in 3.4.7 +## What's Changed in 3.4.8 -- Rsinoa layout by @lrvideckis in [#1057](https://github.com/dessalines/thumb-key/pull/1057) -- Adding CONTRIBUTING.md by @dessalines in [#1062](https://github.com/dessalines/thumb-key/pull/1062) +- Change duplicate : to tab in ENNOMessagEaseSymbols by @afreakk in [#1066](https://github.com/dessalines/thumb-key/pull/1066) +- update to new best layout by @lrvideckis in [#1063](https://github.com/dessalines/thumb-key/pull/1063) -## New Contributors - -- @lrvideckis made their first contribution in [#1057](https://github.com/dessalines/thumb-key/pull/1057) - -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.6...3.4.7 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.7...3.4.8