From 78a1fa6ef6850f84edd4d964c112e62a3b343a60 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 29 Dec 2024 10:40:42 -0500 Subject: [PATCH] Upping version. --- RELEASES.md | 12 ++++++++++++ app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 15 ++++++--------- 3 files changed, 20 insertions(+), 11 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 7080dfa8..583d82cb 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,15 @@ +## What's Changed in 4.0.11 + +- Moving undo/redo to bottom left and bottom right swipes. by @dessalines in [#1210](https://github.com/dessalines/thumb-key/pull/1210) +- Update NumericWide by @lyluqo in [#1211](https://github.com/dessalines/thumb-key/pull/1211) +- Add some missing keys on the shifted layout and ! on numeric ? swipeReturn by @Raghnarok in [#1207](https://github.com/dessalines/thumb-key/pull/1207) + +## New Contributors + +- @lyluqo made their first contribution in [#1211](https://github.com/dessalines/thumb-key/pull/1211) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.10...4.0.11 + ## What's Changed in 4.0.10 - Added Dvorak style wide keyboard by @iacobo in [#1201](https://github.com/dessalines/thumb-key/pull/1201) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c101dfb5..adda482c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "com.dessalines.thumbkey" minSdk = 21 targetSdk = 35 - versionCode = 128 - versionName = "4.0.10" + versionCode = 129 + versionName = "4.0.11" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 5b108236..d95134a8 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,16 +1,13 @@ -## What's Changed in 4.0.10 +## What's Changed in 4.0.11 -- Added Dvorak style wide keyboard by @iacobo in [#1201](https://github.com/dessalines/thumb-key/pull/1201) -- TR spit fix by @ganyuss in [#1205](https://github.com/dessalines/thumb-key/pull/1205) -- Add RLM and LRM control characters to Hebrew keyboard by @roihershberg in [#1202](https://github.com/dessalines/thumb-key/pull/1202) -- Add TR split layout by @ganyuss in [#1197](https://github.com/dessalines/thumb-key/pull/1197) -- Add ShiftAndCapsLock by @K0baU in [#1188](https://github.com/dessalines/thumb-key/pull/1188) +- Moving undo/redo to bottom left and bottom right swipes. by @dessalines in [#1210](https://github.com/dessalines/thumb-key/pull/1210) +- Update NumericWide by @lyluqo in [#1211](https://github.com/dessalines/thumb-key/pull/1211) +- Add some missing keys on the shifted layout and ! on numeric ? swipeReturn by @Raghnarok in [#1207](https://github.com/dessalines/thumb-key/pull/1207) ## New Contributors -- @iacobo made their first contribution in [#1201](https://github.com/dessalines/thumb-key/pull/1201) -- @ganyuss made their first contribution in [#1205](https://github.com/dessalines/thumb-key/pull/1205) +- @lyluqo made their first contribution in [#1211](https://github.com/dessalines/thumb-key/pull/1211) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.9...4.0.10 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.10...4.0.11