mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-01 18:07:11 +01:00
chore: Prepare release 2.9.2 (versionCode 26) (#1247)
This commit is contained in:
parent
87e0c09ed6
commit
d40f740d33
18
CHANGELOG.md
18
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
|
||||
|
@ -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"
|
||||
|
9
fastlane/metadata/android/en-US/changelogs/26.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/26.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user