diff --git a/RELEASES.md b/RELEASES.md index 70d9240c6..fbacfbd1f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,7 +1,17 @@ +# Thumb-Key 3.4.12 (2024-09-24) + +## What's Changed in 3.4.12 + +- Add compose keys (caron, breve), quote sign toggle by @mpice-mn in [#1086](https://github.com/dessalines/thumb-key/pull/1086) +- Add renovate more often. by @dessalines in [#1084](https://github.com/dessalines/thumb-key/pull/1084) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.11...3.4.12 + # Thumb-Key 3.4.11 (2024-09-22) ## What's Changed in 3.4.11 +- Upping version. by @dessalines - Add QWERTY-Columnar layouts by @SED4906 in [#1075](https://github.com/dessalines/thumb-key/pull/1075) - Add glagolitic layout by @adiee5 in [#1074](https://github.com/dessalines/thumb-key/pull/1074) diff --git a/app/build.gradle b/app/build.gradle index e2dc326cf..cbe8e5443 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.dessalines.thumbkey" minSdk 21 targetSdkVersion 34 - versionCode 112 - versionName "3.4.11" + versionCode 113 + versionName "3.4.12" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 41ccdcd9a..fe7993192 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,15 +1,10 @@ -# Thumb-Key 3.4.11 (2024-09-22) +# Thumb-Key 3.4.12 (2024-09-24) -## What's Changed in 3.4.11 +## What's Changed in 3.4.12 -- Add QWERTY-Columnar layouts by @SED4906 in [#1075](https://github.com/dessalines/thumb-key/pull/1075) -- Add glagolitic layout by @adiee5 in [#1074](https://github.com/dessalines/thumb-key/pull/1074) +- Add compose keys (caron, breve), quote sign toggle by @mpice-mn in [#1086](https://github.com/dessalines/thumb-key/pull/1086) +- Add renovate more often. by @dessalines in [#1084](https://github.com/dessalines/thumb-key/pull/1084) -## New Contributors - -- @SED4906 made their first contribution in [#1075](https://github.com/dessalines/thumb-key/pull/1075) -- @adiee5 made their first contribution in [#1074](https://github.com/dessalines/thumb-key/pull/1074) - -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.10...3.4.11 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.4.11...3.4.12