Skip to content

Commit

Permalink
chore: Merge 2.9.2 release metadata back to main branch (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Jan 30, 2025
1 parent d851319 commit 66b94e6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
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

0 comments on commit 66b94e6

Please sign in to comment.