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

20 lines
926 B
Markdown

# [Release v0.51.2](https://github.com/vitorpamplona/amethyst/releases/tag/v0.51.2) - 2023-05-25
Changes the structure of the notification view to increase speed.
Preserves invalidations of DataSources for Home, Videos and Notificat…
Only removes scrollTop from Uri after 1 second and to avoid changing …
Activates invalidations that can be ignored if another invalidation i…
Only scrolls to the top if not at the top
Remembers formatting for the Notification Reaction Row
Updates Notification lists in intervals of 1 second.
Remember modifiers to avoid recomposition
Moves Home and Video screen invalidations to follow the scrollTop par…
Adds @ stable tag to Notification Card models
Remembering the size of the robohash picture
Removes logs
Removing the procedure to start connecting with relays before logging in.
[Changes][v0.51.2]
[v0.51.2]: https://github.com/vitorpamplona/amethyst/compare/v0.51.1...v0.51.2