-
Notifications
You must be signed in to change notification settings - Fork 16
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.7.0 (versionCode 18) (#841)
- Loading branch information
1 parent
e61de1c
commit a0b3b1f
Showing
3 changed files
with
54 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,39 @@ | ||
# Pachli changelog | ||
|
||
## v2.7.0 | ||
|
||
### New features and other improvements | ||
|
||
- Provide a UI to edit different search operators (#[829](https://github.com/pachli/pachli-android/pull/829), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Edit a matching filter directly from the timeline (#[819](https://github.com/pachli/pachli-android/pull/819), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show a specific message if requests are rate-limited (#[818](https://github.com/pachli/pachli-android/pull/818), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show autocomplete hashtags with usage counts, sort by popularity (#[807](https://github.com/pachli/pachli-android/pull/807), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show author bylines on preview cards, tap to view profile (#[805](https://github.com/pachli/pachli-android/pull/805), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Provide more detail in errors, especially media upload errors (#[801](https://github.com/pachli/pachli-android/pull/801), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Warn the user if the posting language might be incorrect (#[792](https://github.com/pachli/pachli-android/pull/792), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
### Significant bug fixes | ||
|
||
- Ensure trending tag name is fully visible (#[831](https://github.com/pachli/pachli-android/pull/831), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Support same capabilities on Glitch as Mastodon (#[828](https://github.com/pachli/pachli-android/pull/828), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Enable server filtering on GoToSocial 0.16+ (#[826](https://github.com/pachli/pachli-android/pull/826), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Use colorPrimary for checked/selected dialog items (#[825](https://github.com/pachli/pachli-android/pull/825), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Don't focus search query when returning to the results list (#[824](https://github.com/pachli/pachli-android/pull/824), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Ensure initial status length calculation includes the content warning (#[821](https://github.com/pachli/pachli-android/pull/821), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Correctly punctuate a status content description (#[808](https://github.com/pachli/pachli-android/pull/808), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
### Translations | ||
|
||
- Update Chinese (Traditional) translations ([Ricky From Hong Kong](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Chinese (Simplified) (zh_MO) translations ([Ricky From Hong Kong](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Chinese (Traditional, Hong Kong) translations ([Ricky From Hong Kong](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update English (United Kingdom) translations ([Ricky From Hong Kong](https://github.com/pachli/pachli-android/[email protected])) | ||
- 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 Spanish translations ([Miles Krell](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Norwegian Bokmål 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.6.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,18 @@ | ||
Pachli 2.7.0 | ||
|
||
New features: | ||
|
||
- New search operators UI | ||
- Warn if post language might be wrong | ||
- Show author bylines | ||
- Edit a matching filter from the timeline | ||
- Show autocomplete hashtags with usage counts | ||
|
||
Fixes: | ||
|
||
- Ensure trending tag name is visible | ||
- Enable server filtering on GoToSocial 0.16+ | ||
- Don't show keyboard after search results | ||
- Correct post length calculation | ||
- Correct content description punctuation | ||
- Update Chinese, Finnish, Irish, Spanish, Norwegian translations |