From 66b94e6870b3db2292662d9502931075b6832b4f Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Thu, 30 Jan 2025 20:10:24 +0100 Subject: [PATCH] chore: Merge 2.9.2 release metadata back to main branch (#1248) --- CHANGELOG.md | 18 ++++++++++++++++++ app/build.gradle.kts | 4 ++-- .../metadata/android/en-US/changelogs/26.txt | 9 +++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/26.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5323cb1..f8a8992e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Pachli changelog +## v2.9.2 + +### New features and other improvements + +- Show lists sorted by title (#[1218](https://github.com/pachli/pachli-android/pull/1218), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Update server capabilities as Akkoma has v1 filter support (#[1238](https://github.com/pachli/pachli-android/pull/1238), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Remove "dummy.placeholder" from network error messages (#[1228](https://github.com/pachli/pachli-android/pull/1228), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) +- Show an error message if a Dao error occurs during login (#[1235](https://github.com/pachli/pachli-android/pull/1235), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk)) + +### Translations + +- Update Burmese translations ([--//--](https://github.com/pachli/pachli-android/commits?author=htetoh2006@outlook.com)) +- Update Irish translations ([Aindriú Mac Giolla Eoin](https://github.com/pachli/pachli-android/commits?author=aindriu80@gmail.com)) +- Update Norwegian Nynorsk translations ([Sunniva Løvstad](https://github.com/pachli/pachli-android/commits?author=weblate@turtle.garden)) +- Update Spanish translations ([Juan M Sevilla](https://github.com/pachli/pachli-android/commits?author=jumase@disroot.org)) +- Update Swedish translations ([jens persson](https://github.com/pachli/pachli-android/commits?author=jens@persson.cx)) +- Update Tamil translations ([தமிழ்நேரம்](https://github.com/pachli/pachli-android/commits?author=anishprabu.t@gmail.com)) + ## v2.9.1 ### New features and other improvements diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 15f91941f..856834162 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -32,8 +32,8 @@ android { defaultConfig { applicationId = "app.pachli" - versionCode = 25 - versionName = "2.9.1" + versionCode = 26 + versionName = "2.9.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments["disableAnalytics"] = "true" diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt new file mode 100644 index 000000000..dcf520785 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/26.txt @@ -0,0 +1,9 @@ +Pachli 2.9.2 + +New features: + +- Show lists sorted by title +- Update server capabilities as Akkoma has v1 filter support +- Remove "dummy.placeholder" from network error messages +- Show an error message if a Dao error occurs during login +- Update Burmese, Irish, Norwegian Nynorsk, Spanish, Swedish, and Tamil translations