-
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.6.0 (versionCode 17) (#790)
- Loading branch information
1 parent
b88a273
commit 1b7c908
Showing
3 changed files
with
41 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,28 @@ | ||
# Pachli changelog | ||
|
||
## v2.6.0 | ||
|
||
### New features and other improvements | ||
|
||
- Show "Suggested accounts" (#[734](https://github.com/pachli/pachli-android/pull/734), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Support server filters in GoToSocial 0.16.0 (#[765](https://github.com/pachli/pachli-android/pull/765), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
### Significant bug fixes | ||
|
||
- Set font size and family when going back from Preferences (#[781](https://github.com/pachli/pachli-android/pull/781), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Correctly handle setting / editing a status' language (#[780](https://github.com/pachli/pachli-android/pull/780), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Improve readability of status media labels (#[778](https://github.com/pachli/pachli-android/pull/778), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Ensure text in nav menu account header is legible (#[773](https://github.com/pachli/pachli-android/pull/773), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Don't exceed the maximum number of created shortcuts (#[771](https://github.com/pachli/pachli-android/pull/771), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Use default "Navigate up" content description in ViewThreadActivity (#[764](https://github.com/pachli/pachli-android/pull/764), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show/hide the list of lists appropriately when showing errors (#[740](https://github.com/pachli/pachli-android/pull/740), [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 Spanish translations ([Miles Krell](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Swedish translations ([bittin1ddc447d824349b2](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
## v2.5.2 | ||
|
||
### 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.6.0 | ||
|
||
New features: | ||
|
||
- Show "Suggested accounts" | ||
- Support server filters in GoToSocial 0.16.0 | ||
|
||
Fixes: | ||
|
||
- Update font when returning from from Preferences | ||
- Correctly handle editing a status' language | ||
- Improve readability of status media labels | ||
- Ensure text in nav menu account header is legible | ||
- Don't exceed the maximum number of created shortcuts | ||
- Use default "Navigate up" content description in ViewThreadActivity | ||
- Update Finnish, Spanish, and Swedish translations |