Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Prepare release 2.9.2 (versionCode 26) #1247

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]))
- 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/[email protected]))
- Remove "dummy.placeholder" from network error messages (#[1228](https://github.com/pachli/pachli-android/pull/1228), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- 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/[email protected]))

### Translations

- Update Burmese translations ([--//--](https://github.com/pachli/pachli-android/[email protected]))
- Update Irish translations ([Aindri├║ Mac Giolla Eoin](https://github.com/pachli/pachli-android/[email protected]))
- Update Norwegian Nynorsk translations ([Sunniva L├╕vstad](https://github.com/pachli/pachli-android/[email protected]))
- Update Spanish translations ([Juan M Sevilla](https://github.com/pachli/pachli-android/[email protected]))
- Update Swedish translations ([jens persson](https://github.com/pachli/pachli-android/[email protected]))
- Update Tamil translations ([தமிழ்நேரம்](https://github.com/pachli/pachli-android/[email protected]))

## v2.9.1

### New features and other improvements
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/26.txt
Original file line number Diff line number Diff line change
@@ -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