From 53718643e0ee516e401cb7498611eae47b6f8c8e Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 20 Jan 2025 20:42:11 -0500 Subject: [PATCH] Upping version. --- RELEASES.md | 6 ++++++ app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 8 +++----- fastlane/metadata/android/en-US/changelogs/134.txt | 7 +++++++ 4 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/134.txt diff --git a/RELEASES.md b/RELEASES.md index 993c8031..d06bda8f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +## What's Changed in 4.0.16 + +- Fix ´ compose in dvorak Shifted by @lyluqo in [#1238](https://github.com/dessalines/thumb-key/pull/1238) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.15...4.0.16 + ## What's Changed in 4.0.15 - Layout portuguese dvorak wide by @lyluqo in [#1234](https://github.com/dessalines/thumb-key/pull/1234) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 56a24267..0ed24d45 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 = 133 - versionName = "4.0.15" + versionCode = 134 + versionName = "4.0.16" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index 9789fa84..a70af184 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,9 +1,7 @@ -## What's Changed in 4.0.15 +## What's Changed in 4.0.16 -- Layout portuguese dvorak wide by @lyluqo in [#1234](https://github.com/dessalines/thumb-key/pull/1234) -- Add Tab, Esc in dvorak-wide by @lyluqo in [#1232](https://github.com/dessalines/thumb-key/pull/1232) -- Add Breton French compose keyboard by @zeecho in [#1231](https://github.com/dessalines/thumb-key/pull/1231) +- Fix ´ compose in dvorak Shifted by @lyluqo in [#1238](https://github.com/dessalines/thumb-key/pull/1238) -**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.14...4.0.15 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.15...4.0.16 diff --git a/fastlane/metadata/android/en-US/changelogs/134.txt b/fastlane/metadata/android/en-US/changelogs/134.txt new file mode 100644 index 00000000..a70af184 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/134.txt @@ -0,0 +1,7 @@ +## What's Changed in 4.0.16 + +- Fix ´ compose in dvorak Shifted by @lyluqo in [#1238](https://github.com/dessalines/thumb-key/pull/1238) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.15...4.0.16 + +