Files
amethyst/docs/changelog/v0.74.04.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.0 KiB

Release v0.74.4: Coroutine Adjustments. - 2023-08-21

  • Fixes TopBar's and extended header's padding issues.
  • Adds user info to the header of single-user chat rooms
  • Breaks User + Created At UI line into two
  • Moves community description and rules texts to a single Translateable text
  • Fixes the copy to clipboard note ID of a GiftWrap message
  • Fixes the feed refresh after adding an image on stories
  • Fixes the divider presence in the Discover and Notification tabs
  • Filter follow lists with the entire list of participants for Live Activities
  • Uses KIND3 follows for the discovery tab notification dot
  • Fixes issue with unfollowing hashtags written in a different case
  • Minimizes the creation of new coroutine scopes
  • Moves coroutines of BundledUpdate and BundledInsert to a managed model.
  • Broadcasts all replied, quoted, and mentioned events together with the main event.

Changes