From 3827c09165ce341596692ecf43eda994ff10da79 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Thu, 23 Nov 2023 12:53:58 +0100 Subject: [PATCH] chore: Prepare release 2.0.0 (versionCode 8) (#277) --- CHANGELOG.md | 23 +++++++++++++++++++ app/build.gradle | 4 ++-- .../metadata/android/en-US/changelogs/8.txt | 15 ++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/8.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index cc685db73..8f7f1fb15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Pachli changelog +## v2.0.0 + +### New features and other improvements + +- Translate statuses on cached timelines (#[220](https://github.com/pachli/pachli-android/pull/220), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Display compose button when viewing hashtags (#[254](https://github.com/pachli/pachli-android/pull/254), [sanao](https://github.com/pachli/pachli-android/commits?author=naosak1006@gmail.com)) +- Display compose button when viewing favorites list (#[276](https://github.com/pachli/pachli-android/pull/276), [sanao](https://github.com/pachli/pachli-android/commits?author=naosak1006@gmail.com)) +- Increase the amount of information in link previews (#[275](https://github.com/pachli/pachli-android/pull/275), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Warn the user about an Android animation bug (#[274](https://github.com/pachli/pachli-android/pull/274), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) + +### Significant bug fixes + +- Prevent a ClassCastException when handling timeline errors (#[273](https://github.com/pachli/pachli-android/pull/273), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Use transparent system bar on all Android versions (#[272](https://github.com/pachli/pachli-android/pull/272), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Ensure update-related data classes are retained (#[269](https://github.com/pachli/pachli-android/pull/269), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Update themes to correct poll/black theme issues (#[255](https://github.com/pachli/pachli-android/pull/255), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) + +### Translations + +- Update German translations ([vinz](https://github.com/pachli/pachli-android/commits?author=vinz@vinzv.de)) +- Update Japanese translations ([sanao](https://github.com/pachli/pachli-android/commits?author=jinsei@sanao.dev)) +- Update Italian translations ([chaoscalm](https://github.com/pachli/pachli-android/commits?author=g.ammazzini@gmail.com)) + ## v1.4.0 ### New features and other improvements diff --git a/app/build.gradle b/app/build.gradle index 03ef6fd17..5bdec3457 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,8 +34,8 @@ android { namespace "app.pachli" minSdk 23 targetSdk 34 - versionCode 7 - versionName "1.4.0" + versionCode 8 + versionName "2.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt new file mode 100644 index 000000000..bc096ad15 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.txt @@ -0,0 +1,15 @@ +Pachli 2.0.0 + +New features: + +- Translate statuses on cached timelines +- Display compose button when viewing hashtags and favorites +- Increase the amount of information in link previews +- Warn the user about an Android animation bug + +Fixes: + +- Prevent a ClassCastException when handling timeline errors +- Update theme colours +- Ensure update-related data classes are retained +- Update German, Italian, and Japanese translations