mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 16:14:40 +00:00
The single CHANGELOG.md had grown to ~7.9k lines. Move it to docs/changelog/ with one file per release, named with zero-padded minor/patch versions (e.g. v1.11.00.md) so plain file browsers sort them correctly. Add a README.md index (newest first) and a TEMPLATE.md for cutting new releases. The root CHANGELOG.md now points to the new location.
1.1 KiB
1.1 KiB
Release v0.75.11: New Thread sorting scheme - 2023-08-31
Replies on each thread level are now ordered by:
- Parent-level reply author, ascending order by date.
- My replies, descending by date.
- My follow's replies, descending by date.
- Everybody else, descending by date.
- Removes Zaps without a valid ZapRequest
- Removes unnecessary refresh checks since the dual LiveData structure refactoring
- Fixes wrong EOSE updates.
- Requires minimum 10 sat zaps to trigger notifications
- New Crowdin translations by GitHub Action
- Fixes the grammar in the nip05 error messages
- Improve cohesiveness of the pruning system.
- Reduce the padding space between display name and status in the left drawer
- Reducing the height of the banner in the drawer in the left drawer
- Fixes the report card when the author has been blocked by the loggedin user but the feed has been loaded before the block user list.
- Marks keepScreenOn to false when leaving the video player without pausing the video