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.
790 B
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