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.
20 lines
926 B
Markdown
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
|