-
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.1.0 (versionCode 9) (#327)
- Loading branch information
1 parent
25dccdf
commit 8846637
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,32 @@ | ||
# Pachli changelog | ||
|
||
## v2.1.0 | ||
|
||
### New features and other improvements | ||
|
||
- Show roles on profiles (#[312](https://github.com/pachli/pachli-android/pull/312), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Display compose button when viewing lists (#[279](https://github.com/pachli/pachli-android/pull/279), [sanao](https://github.com/pachli/pachli-android/[email protected])) | ||
- Display compose button when viewing bookmarks list (#[278](https://github.com/pachli/pachli-android/pull/278), [sanao](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
### Significant bug fixes | ||
|
||
- Show translated content when viewing a thread (#[320](https://github.com/pachli/pachli-android/pull/320), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Calculate length of posts and polls with emojis correctly (#[315](https://github.com/pachli/pachli-android/pull/315), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Prevent crash if a preview card does not have an author ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Prevent crash if an error is shown in a timeline without a FAB ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Prevent crash showing profile if account has null `createdAt` field ([Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Prevent memory leak in CompositeWithOpaqueBackground (#[309](https://github.com/pachli/pachli-android/pull/309), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Prevent UnsupportedOperationException in PachliTileService (#[288](https://github.com/pachli/pachli-android/pull/288), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
### Translations | ||
|
||
- Update English (United Kingdom) translations ([Jener Gomes](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Finnish translations ([Kalle Kniivilä](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Japanese translations ([sanao](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Portuguese (Brazil) translations ([Jener Gomes](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Spanish translations ([Jener Gomes](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Swedish translations ([Luna Jernberg](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
## v2.0.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,17 @@ | ||
Pachli 2.1.0 | ||
|
||
New features: | ||
|
||
- Show roles on profiles | ||
- Show compose button when viewing lists | ||
- Show compose button when viewing bookmarks list | ||
|
||
Fixes: | ||
|
||
- Show translated content in threads | ||
- Calculate length of posts and polls with emojis correctly | ||
- Prevent crash | ||
- If a preview card has no author | ||
- If an error occurs in a timeline without a FAB | ||
- On profile if account has null `createdAt` field | ||
- Update translations |