Files
amethyst/docs/changelog/v0.79.02.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

790 B

Release v0.79.2: Performance updates - 2023-10-01

  • Fixes the repeat payment requests on zaps when the NWC is not setup.
  • Improves error zap message screens for Material3
  • Uses Lists name/title instead of d-tag on the Top Bar
  • Increases the performance of the Bottom bar's Notification dot calculations
  • Speeds the composition of the Topbar
  • Uses the "host" tag as the creator of the stream.
  • Moves check if the stream is online process to the viewModel scope.
  • Moves many Toasts to the better designed Information Dialogs.
  • Speeds up cold startup.
  • Makes sure shared flows don't suspend.
  • Updates dependencies

Changes