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

22 lines
1019 B
Markdown

# [Release v0.54.2: More Performance Improvements](https://github.com/vitorpamplona/amethyst/releases/tag/v0.54.2) - 2023-06-03
- Adds comment and amount of sats sent directly to the profile in Notifications
- Adds more caching capabilities in content parsing
- Restructures WordRenderer to help recompositions
- Improves performance of custom emojis
- Improves performance of DropDown menus
- Removing outdated version of the FlowRow
- Runs bottom's new notification refresher in the IO thread
- Only refreshes follow lists once per notification event
- Moves post's bounty calculations to the IO thread
- Moves profile DB watchers to their own compose functions
- Adds a new thread call for the notification of reaction rows
- Ignores unloaded notes in the MultiComposeSet renderer.
- Moves UserFeeds to ImmutableLists
- Moves reaction counts to a thread
- Moves channel checks to before a Channel object is loaded.
[Changes][v0.54.2]
[v0.54.2]: https://github.com/vitorpamplona/amethyst/compare/v0.54.1...v0.54.2