forked from pachli/pachli-android
-
Notifications
You must be signed in to change notification settings - Fork 0
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.5.2 (versionCode 16) (pachli#723)
- Loading branch information
1 parent
5fafd5b
commit 0635062
Showing
3 changed files
with
40 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,27 @@ | ||
# Pachli changelog | ||
|
||
## v2.5.2 | ||
|
||
### New features and other improvements | ||
|
||
- Check Hometown/Glitch server instanceinfo for translation support (#[718](https://github.com/pachli/pachli-android/pull/718), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
### Significant bug fixes | ||
|
||
- Prevent crash on "hidden domains" page (#[703](https://github.com/pachli/pachli-android/pull/703), [Miles Krell](https://github.com/pachli/pachli-android/[email protected])) | ||
- Generate useful error messages for all errors (#[719](https://github.com/pachli/pachli-android/pull/719), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Only include transitionKind in intents for Pachli activities (#[716](https://github.com/pachli/pachli-android/pull/716), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Only suggest upgrading to a version F-Droid has built (#[717](https://github.com/pachli/pachli-android/pull/717), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Re-enable accessiblity actions in all timelines (#[715](https://github.com/pachli/pachli-android/pull/715), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Prompt user to save/discard changes after editing bio (#[678](https://github.com/pachli/pachli-android/pull/678), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
- Show edit history for status' with polls (#[672](https://github.com/pachli/pachli-android/pull/672), [Nik Clayton](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
### Translations | ||
|
||
- Update Spanish translations ([Miles Krell](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update French translations ([Black_Eyes](https://github.com/pachli/pachli-android/[email protected])) | ||
- Update Finnish translations ([Kalle Kniivilä](https://github.com/pachli/pachli-android/[email protected])) | ||
|
||
## v2.5.1 | ||
|
||
### Significant bug fixes | ||
|
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.5.2 | ||
|
||
New features: | ||
|
||
- Support translation on Hometown/Glitch servers | ||
|
||
Fixes: | ||
|
||
- Prevent crash on "hidden domains" page | ||
- Show useful error messages for all errors | ||
- Only include transitionKind in intents for Pachli activities | ||
- Only suggest upgrading to versions F-Droid has built | ||
- Re-enable accessiblity actions in all timelines | ||
- Prompt user to save/discard changes after editing bio | ||
- Show edit history for polls | ||
- Update Finnish, French, and Spanish translations |