From f9ca3cd700c7fd2609f0831f60da40fd944ec97e Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 30 Sep 2024 15:21:52 +0200 Subject: [PATCH] chore: Prepare release 2.8.2 (versionCode 22) (#960) --- CHANGELOG.md | 18 ++++++++++++++++++ app/build.gradle.kts | 4 ++-- .../metadata/android/en-US/changelogs/22.txt | 14 ++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/22.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 933f6a94f..2cdf2a278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Pachli changelog +## v2.8.2 + +### New features and other improvements + +- Allow the user to chose behaviour when tapping a tab (#[955](https://github.com/pachli/pachli-android/pull/955), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Add option to download media to per-sender directories (#[954](https://github.com/pachli/pachli-android/pull/954), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Add option to save attachments to per-account folders (#[945](https://github.com/pachli/pachli-android/pull/945), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) + +### Significant bug fixes + +- Show notification fetch errors instead of JSON (#[942](https://github.com/pachli/pachli-android/pull/942), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Save the reading position if no post is fully visible (#[941](https://github.com/pachli/pachli-android/pull/941), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) + +### Translations + +- Update Galician translations ([josé m](https://github.com/pachli/pachli-android/commits?author=correoxm@disroot.org)) +- Update Irish translations ([Aindriú Mac Giolla Eoin](https://github.com/pachli/pachli-android/commits?author=aindriu80@gmail.com)) + ## v2.8.1 ### Significant bug fixes diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 448f52c11..67b260b74 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,8 +32,8 @@ android { defaultConfig { applicationId = "app.pachli" - versionCode = 21 - versionName = "2.8.1" + versionCode = 22 + versionName = "2.8.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments["disableAnalytics"] = "true" diff --git a/fastlane/metadata/android/en-US/changelogs/22.txt b/fastlane/metadata/android/en-US/changelogs/22.txt new file mode 100644 index 000000000..d18c6f95a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/22.txt @@ -0,0 +1,14 @@ +Pachli 2.8.2 + +New features: + +- Allow the user to chose behaviour when tapping a tab +- Add option to download media to per-sender directories +- Add option to save attachments to per-account folders + +Fixes: + +- Show notification fetch errors instead of JSON +- Save the reading position if no post is fully visible +- Update Galician translations +- Update Irish translations