-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Prepare release 2.9.0 (versionCode 24) (#1142)
- Loading branch information
1 parent
33f528b
commit 2652a9f
Showing
3 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |