chore: Prepare release 2.9.2 (versionCode 26) (#1247)

This commit is contained in:
Nik Clayton 2025-01-30 15:52:05 +01:00 committed by GitHub
parent 87e0c09ed6
commit d40f740d33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 29 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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