From 4775ef85e905579596efcf8d4cfef895e53e47e3 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 18 Sep 2023 15:47:33 +0200 Subject: [PATCH] chore: Prepare release 1.1 (versionCode 2) (#59) --- CHANGELOG.md | 12 ++++++++++++ app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/2.txt | 11 +++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/2.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2359f82..7a902359d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Pachli changelog +## v1.1 + +### Significant bug fixes + +- Use the correct contrast colour on hashtag tab chips (#[47](https://github.com/pachli/pachli-android/pull/47)) +- Scale the monochrome icon to fit (#[46](https://github.com/pachli/pachli-android/pull/46)) +- Restore the user's home timeline position (#[44](https://github.com/pachli/pachli-android/pull/44)) +- Ensure refreshing does not create a gap in the timeline (#[43](https://github.com/pachli/pachli-android/pull/43)) +- Show the FAB according to the user's preferences (#[29](https://github.com/pachli/pachli-android/pull/29)) +- Fix toolbar flickering when scrolling lists (#[26](https://github.com/pachli/pachli-android/pull/26)) +- Fix crash on entering MainActivity on Pixel C devices (#[25](https://github.com/pachli/pachli-android/pull/25)) + ## v1.0 Pachli 1.0 is a fork of [Tusky 23.0](https://github.com/tuskyapp/Tusky/releases/tag/v23.0). The changes listed here are relative to that version. diff --git a/app/build.gradle b/app/build.gradle index 1d8e03604..db5acdd51 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { namespace "app.pachli" minSdk 23 targetSdk 33 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/2.txt b/fastlane/metadata/android/en-US/changelogs/2.txt new file mode 100644 index 000000000..4a398fde1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/2.txt @@ -0,0 +1,11 @@ +Pachli 1.1 + +Fixes: + +- Use the correct contrast colour on hashtag tab chips +- Scale the monochrome icon to fit +- Restore the user's home timeline position +- Ensure refreshing does not create a gap in the timeline +- Show the FAB according to the user's preferences +- Fix toolbar flickering when scrolling lists +- Fix crash on entering MainActivity on Pixel C devices