From e0aa133ff1cc9a09097c82a944e46d40de5048d0 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 7 Jan 2025 17:26:00 -0500 Subject: [PATCH] Upping version. --- RELEASES.md | 15 +++++++++++++-- app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 14 ++++++++------ .../metadata/android/en-US/changelogs/131.txt | 12 ++++++++++++ 4 files changed, 35 insertions(+), 10 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/131.txt diff --git a/RELEASES.md b/RELEASES.md index 97f84aa5..035eb821 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,14 @@ +## What's Changed in 4.0.13 + +- Adding Arabic levant thumbkey keyboard. by @dessalines in [#1224](https://github.com/dessalines/thumb-key/pull/1224) +- Support for CTRL&ALT modified keyboards. ENMessagEaseSymbolsModified. by @W-Bosman in [#1220](https://github.com/dessalines/thumb-key/pull/1220) + +## New Contributors + +- @W-Bosman made their first contribution in [#1220](https://github.com/dessalines/thumb-key/pull/1220) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.12...4.0.13 + ## What's Changed in 4.0.12 - Adding fastlane generation. by @dessalines in [#1219](https://github.com/dessalines/thumb-key/pull/1219) @@ -461,11 +472,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 @WrenIsWitty in [#905](https://github.com/dessalines/thumb-key/pull/905) +- Add QBased a qwerty based keyboard by @ScaredWhitless in [#905](https://github.com/dessalines/thumb-key/pull/905) ## New Contributors -- @WrenIsWitty made their first contribution in [#905](https://github.com/dessalines/thumb-key/pull/905) +- @ScaredWhitless 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 faa71511..302f818a 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 = 130 - versionName = "4.0.12" + versionCode = 131 + versionName = "4.0.13" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 743a420c..51f0d701 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,10 +1,12 @@ -## What's Changed in 4.0.12 +## What's Changed in 4.0.13 -- Adding fastlane generation. by @dessalines in [#1219](https://github.com/dessalines/thumb-key/pull/1219) -- Using a center-aligned app bar. by @dessalines in [#1217](https://github.com/dessalines/thumb-key/pull/1217) -- Fixing icon dep. by @dessalines in [#1214](https://github.com/dessalines/thumb-key/pull/1214) -- Add Layout english dvorak wide compose by @lyluqo in [#1213](https://github.com/dessalines/thumb-key/pull/1213) +- Adding Arabic levant thumbkey keyboard. by @dessalines in [#1224](https://github.com/dessalines/thumb-key/pull/1224) +- Support for CTRL&ALT modified keyboards. ENMessagEaseSymbolsModified. by @W-Bosman in [#1220](https://github.com/dessalines/thumb-key/pull/1220) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.11...4.0.12 +## New Contributors + +- @W-Bosman made their first contribution in [#1220](https://github.com/dessalines/thumb-key/pull/1220) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.12...4.0.13 diff --git a/fastlane/metadata/android/en-US/changelogs/131.txt b/fastlane/metadata/android/en-US/changelogs/131.txt new file mode 100644 index 00000000..51f0d701 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/131.txt @@ -0,0 +1,12 @@ +## What's Changed in 4.0.13 + +- Adding Arabic levant thumbkey keyboard. by @dessalines in [#1224](https://github.com/dessalines/thumb-key/pull/1224) +- Support for CTRL&ALT modified keyboards. ENMessagEaseSymbolsModified. by @W-Bosman in [#1220](https://github.com/dessalines/thumb-key/pull/1220) + +## New Contributors + +- @W-Bosman made their first contribution in [#1220](https://github.com/dessalines/thumb-key/pull/1220) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.12...4.0.13 + +