Skip to content

Commit

Permalink
chore: Prepare release 2.9.0 (versionCode 24) (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikclayton authored Nov 28, 2024
1 parent 33f528b commit 2652a9f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Pachli changelog

## v2.9.0

### New features and other improvements

- Graduate tab alignment and content prefs from labs (#[1131](https://github.com/pachli/pachli-android/pull/1131), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Initial support for filtering notifications by sending account (#[1127](https://github.com/pachli/pachli-android/pull/1127), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Support Pleroma returning dates with no timezone (#[1120](https://github.com/pachli/pachli-android/pull/1120), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Show extra a11y actions for trending links and suggested accounts (#[1114](https://github.com/pachli/pachli-android/pull/1114), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

### Significant bug fixes

- Don't crash if getItem throws IndexOutOfBoundsException (#[1138](https://github.com/pachli/pachli-android/pull/1138), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Don't crash when adding reaction to announcement (#[1137](https://github.com/pachli/pachli-android/pull/1137), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Ensure items in a11y dialogs are clickable (#[1112](https://github.com/pachli/pachli-android/pull/1112), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Don't crash on relationship severance events (#[1092](https://github.com/pachli/pachli-android/pull/1092), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))
- Don't lose images / captions when editing with failed uploads (#[1054](https://github.com/pachli/pachli-android/pull/1054), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected]))

### Translations

- Update Finnish translations ([Kalle Kniivilä](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 Bokmål translations ([sunniva](https://github.com/pachli/pachli-android/[email protected]))
- Update Norwegian Nynorsk translations ([sunniva](https://github.com/pachli/pachli-android/[email protected]))
- Update Spanish translations ([Juan M Sevilla](https://github.com/pachli/pachli-android/[email protected]))

## v2.8.3

### 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 = 23
versionName = "2.8.3"
versionCode = 24
versionName = "2.9.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
Expand Down
15 changes: 15 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pachli 2.9.0

New features:

- Move tab alignment and content prefs from labs
- Initial support for filtering notifications by sending account
- Support Pleroma returning dates with no timezone
- Show extra a11y actions for trending links and suggested accounts

Fixes:

- Ensure items in a11y dialogs are clickable
- Don't lose images / captions after failed uploads
- Fix assorted crashes
- Update Finnish, Irish, Norwegian (Bokmål, Nynorsk), and Spanish translations

0 comments on commit 2652a9f

Please sign in to comment.