-
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.1 (versionCode 25) (#1191)
- Loading branch information
1 parent
edc7692
commit 670eb0e
Showing
3 changed files
with
46 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,33 @@ | ||
# Pachli changelog | ||
|
||
## v2.9.1 | ||
|
||
### New features and other improvements | ||
|
||
- Show posts that mention a trending link (#[1153](https://github.com/pachli/pachli-android/pull/1153), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show request method and URL in ApiResult errors (#[1181](https://github.com/pachli/pachli-android/pull/1181), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Add Norsk Nynorsk as a selectable language (#[1162](https://github.com/pachli/pachli-android/pull/1162), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
### Significant bug fixes | ||
|
||
- Show bold text correctly in many locales (#[1189](https://github.com/pachli/pachli-android/pull/1189), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- "KeyStoreException: BKS not found" error during login (#[1182](https://github.com/pachli/pachli-android/pull/1182), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show the underlying error message for a login error (#[1183](https://github.com/pachli/pachli-android/pull/1183), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Don't show "Remove tab" menu if there are no tabs (#[1179](https://github.com/pachli/pachli-android/pull/1179), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Include URL when constructing nodeinfo error string (#[1160](https://github.com/pachli/pachli-android/pull/1160), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show unknown notification types correctly (#[1154](https://github.com/pachli/pachli-android/pull/1154), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Prevent race / crash when updating main drawer items (#[1150](https://github.com/pachli/pachli-android/pull/1150), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Don't crash when toggling an account's "Show boosts" option (#[1149](https://github.com/pachli/pachli-android/pull/1149), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show content warning changes when viewing status edits (#[1148](https://github.com/pachli/pachli-android/pull/1148), [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 Nynorsk translations ([Sunniva Løvstad](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Spanish translations ([Juan M Sevilla](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Swedish translations ([jens persson](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
## v2.9.0 | ||
|
||
### 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,16 @@ | ||
Pachli 2.9.1 | ||
|
||
New features: | ||
|
||
- Show posts that mention a trending link | ||
- Show request method and URL in ApiResult errors | ||
- Add Norsk Nynorsk as a selectable language | ||
|
||
Fixes: | ||
|
||
- "KeyStoreException: BKS not found" error during login | ||
- Show unknown notification types correctly | ||
- Don't crash when updating main drawer items | ||
- Don't crash when toggling the "Show boosts" option | ||
- Show content warning edits | ||
- Update Finnish, Irish, Norwegian Nynorsk, Spanish, and Swedish translations |