Skip to content

Commit

Permalink
chore: Prepare release 2.8.2 (versionCode 22) (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Sep 30, 2024
1 parent fd29987 commit f9ca3cd
Show file tree
Hide file tree
Showing 3 changed files with 34 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.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/[email protected]))
- 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/[email protected]))
- 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/[email protected]))

### 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/[email protected]))
- 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/[email protected]))

### Translations

- Update Galician translations ([josé m](https://github.com/pachli/pachli-android/[email protected]))
- Update Irish translations ([Aindriú Mac Giolla Eoin](https://github.com/pachli/pachli-android/[email protected]))

## v2.8.1

### Significant bug fixes
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 = 21
versionName = "2.8.1"
versionCode = 22
versionName = "2.8.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f9ca3cd

Please sign in to comment.