mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 00:16:59 +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.
18 lines
790 B
Markdown
18 lines
790 B
Markdown
# [Release v0.79.2: Performance updates](https://github.com/vitorpamplona/amethyst/releases/tag/v0.79.2) - 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][v0.79.2]
|
|
|
|
[v0.79.2]: https://github.com/vitorpamplona/amethyst/compare/v0.79.0...v0.79.2
|