Files
amethyst/docs/changelog/v0.75.11.md
T
Claude 81128ba74a docs: split CHANGELOG into per-version files under docs/changelog
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.
2026-06-13 18:24:10 +00:00

1.1 KiB

Release v0.75.11: New Thread sorting scheme - 2023-08-31

Replies on each thread level are now ordered by:

  1. Parent-level reply author, ascending order by date.
  2. My replies, descending by date.
  3. My follow's replies, descending by date.
  4. 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

Changes