diff --git a/RELEASES.md b/RELEASES.md index 4643c10b..d40189ea 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,10 +1,20 @@ -## What's Changed in 4.0.2 +## What's Changed in 4.0.3 -- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129) +- Hindi layout 2 by @dessalines in [#1142](https://github.com/dessalines/thumb-key/pull/1142) +- Keep spacebar consistent when shifted by @harmtemolder in [#1141](https://github.com/dessalines/thumb-key/pull/1141) +- add english nederlands typesplit layout by @renboe in [#1139](https://github.com/dessalines/thumb-key/pull/1139) +- Switches number keys in expanded developer layout to all use secondary color by @Hate9 in [#1138](https://github.com/dessalines/thumb-key/pull/1138) +- Adding Hindi Layout. by @dessalines in [#1131](https://github.com/dessalines/thumb-key/pull/1131) ## New Contributors -- @Hate9 made their first contribution in [#1129](https://github.com/dessalines/thumb-key/pull/1129) +- @renboe made their first contribution in [#1139](https://github.com/dessalines/thumb-key/pull/1139) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.2...4.0.3 + +## What's Changed in 4.0.2 + +- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129) **Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.1...4.0.2 @@ -29,10 +39,6 @@ - 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 - -- @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 @@ -340,11 +346,11 @@ - Make cursor movement detection index-based (fixes #881) by @glm4610 in [#917](https://github.com/dessalines/thumb-key/pull/917) - Fix #304 (take two): In Utils.autoCapitalizeCheck, use input type of current editor by @mpsijm in [#909](https://github.com/dessalines/thumb-key/pull/909) - Fixing donation line. by @dessalines in [#906](https://github.com/dessalines/thumb-key/pull/906) -- Add QBased a qwerty based keyboard by @AWillfulMemory in [#905](https://github.com/dessalines/thumb-key/pull/905) +- Add QBased a qwerty based keyboard by @WrenIsWitty in [#905](https://github.com/dessalines/thumb-key/pull/905) ## New Contributors -- @AWillfulMemory made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905) +- @WrenIsWitty made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905) **Full Changelog**: https://github.com/dessalines/thumb-key/compare/3.1.7...3.1.8 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6559d0fd..1440ba16 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.dessalines.thumbkey" minSdk = 21 targetSdk = 34 - versionCode = 120 - versionName = "4.0.2" + versionCode = 121 + versionName = "4.0.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index e315ff9f..1c9a4b32 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,11 +1,15 @@ -## What's Changed in 4.0.2 +## What's Changed in 4.0.3 -- Adds "english thumb-key programming expanded" layout by @Hate9 in [#1129](https://github.com/dessalines/thumb-key/pull/1129) +- Hindi layout 2 by @dessalines in [#1142](https://github.com/dessalines/thumb-key/pull/1142) +- Keep spacebar consistent when shifted by @harmtemolder in [#1141](https://github.com/dessalines/thumb-key/pull/1141) +- add english nederlands typesplit layout by @renboe in [#1139](https://github.com/dessalines/thumb-key/pull/1139) +- Switches number keys in expanded developer layout to all use secondary color by @Hate9 in [#1138](https://github.com/dessalines/thumb-key/pull/1138) +- Adding Hindi Layout. by @dessalines in [#1131](https://github.com/dessalines/thumb-key/pull/1131) ## New Contributors -- @Hate9 made their first contribution in [#1129](https://github.com/dessalines/thumb-key/pull/1129) +- @renboe made their first contribution in [#1139](https://github.com/dessalines/thumb-key/pull/1139) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.1...4.0.2 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.2...4.0.3