From 5866a72129993e6c3741124ece71e27d92dabbad Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 1 Jan 2025 14:18:24 -0500 Subject: [PATCH] Upping version. --- RELEASES.md | 9 +++++++++ app/build.gradle.kts | 4 ++-- app/src/main/assets/RELEASES.md | 15 ++++++--------- .../metadata/android/en-US/changelogs/130.txt | 10 ++++++++++ 4 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/130.txt diff --git a/RELEASES.md b/RELEASES.md index 583d82cbc..97f84aa58 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,12 @@ +## What's Changed in 4.0.12 + +- 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) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.11...4.0.12 + ## 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) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f6acacc46..faa715117 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 = 129 - versionName = "4.0.11" + versionCode = 130 + versionName = "4.0.12" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/assets/RELEASES.md b/app/src/main/assets/RELEASES.md index d95134a87..743a420cb 100644 --- a/app/src/main/assets/RELEASES.md +++ b/app/src/main/assets/RELEASES.md @@ -1,13 +1,10 @@ -## What's Changed in 4.0.11 +## What's Changed in 4.0.12 -- 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) +- 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) -## 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 +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.11...4.0.12 diff --git a/fastlane/metadata/android/en-US/changelogs/130.txt b/fastlane/metadata/android/en-US/changelogs/130.txt new file mode 100644 index 000000000..743a420cb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/130.txt @@ -0,0 +1,10 @@ +## What's Changed in 4.0.12 + +- 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) + +**Full Changelog**: https://github.com/dessalines/thumb-key/compare/4.0.11...4.0.12 + +