chore: Prepare release 2.8.2 (versionCode 22) (#960)

This commit is contained in:
Nik Clayton 2024-09-30 15:21:52 +02:00 committed by GitHub
parent fd29987cd1
commit f9ca3cd700
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 34 additions and 2 deletions

View File

@ -1,5 +1,23 @@
# Pachli changelog
## v2.8.2
### New features and other improvements
- Allow the user to chose behaviour when tapping a tab (#[955](https://github.com/pachli/pachli-android/pull/955), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
- Add option to download media to per-sender directories (#[954](https://github.com/pachli/pachli-android/pull/954), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
- Add option to save attachments to per-account folders (#[945](https://github.com/pachli/pachli-android/pull/945), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
### Significant bug fixes
- Show notification fetch errors instead of JSON (#[942](https://github.com/pachli/pachli-android/pull/942), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
- Save the reading position if no post is fully visible (#[941](https://github.com/pachli/pachli-android/pull/941), [Nik Clayton](https://github.com/pachli/pachli-android/commits?author=nik@ngo.org.uk))
### Translations
- Update Galician translations ([josé m](https://github.com/pachli/pachli-android/commits?author=correoxm@disroot.org))
- Update Irish translations ([Aindriú Mac Giolla Eoin](https://github.com/pachli/pachli-android/commits?author=aindriu80@gmail.com))
## v2.8.1
### Significant bug fixes

View File

@ -32,8 +32,8 @@ android {
defaultConfig {
applicationId = "app.pachli"
versionCode = 21
versionName = "2.8.1"
versionCode = 22
versionName = "2.8.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"

View File

@ -0,0 +1,14 @@
Pachli 2.8.2
New features:
- Allow the user to chose behaviour when tapping a tab
- Add option to download media to per-sender directories
- Add option to save attachments to per-account folders
Fixes:
- Show notification fetch errors instead of JSON
- Save the reading position if no post is fully visible
- Update Galician translations
- Update Irish translations