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

Release v0.50.5 - 2023-05-22

  • Moves zapProgress to inside the IO update to make sure it only update…
  • Stops recomposing the drawer at every new route.
  • Adjusts bottombar to not recalculate hasNewItems in every recomposition.
  • Moves default state of url previews to the remember function
  • Remembering Background color and Text elements for posts.
  • Optimizes MultiSetCompose rendering
  • Optimizes recomposition of bottom items.
  • Optimizes NIP-05 procedures
  • Optimizes Drawer for Recomposition
  • Removes the time log for Composing a note
  • Only updates the refreshing state if it was refreshing.
  • Deprecating IMGUR
  • Updates relay UI on messages sent by the logged in user in chat
  • Migrates notification summary to a new day without having to restart
  • Apply fix to profile navigation of the same page by @KotlinGeekDev
  • Adds hashtags and #[n] rendering to markdown
  • Fixes NWC with Auth
  • Adds nostr: prefix to channel id share.

Changes