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

25 lines
1.3 KiB
Markdown

# [Release v0.50.5](https://github.com/vitorpamplona/amethyst/releases/tag/v0.50.5) - 2023-05-22
- [Moves zapProgress to inside the IO update to make sure it only update…](https://github.com/vitorpamplona/amethyst/commit/6437a2106a8e0ac80322bc86f1d481de78e726e7)
- Stops recomposing the drawer at every new route.
- Adjusts bottombar to not recalculate hasNewItems in every recomposition.
- Moves default state of url previews to the remember function
- Remembering Background color and Text elements for posts.
- Optimizes MultiSetCompose rendering
- Optimizes recomposition of bottom items.
- Optimizes NIP-05 procedures
- Optimizes Drawer for Recomposition
- Removes the time log for Composing a note
- Only updates the refreshing state if it was refreshing.
- Deprecating IMGUR
- Updates relay UI on messages sent by the logged in user in chat
- Migrates notification summary to a new day without having to restart
- Apply fix to profile navigation of the same page by [@KotlinGeekDev](https://github.com/KotlinGeekDev)
- Adds hashtags and #[n] rendering to markdown
- Fixes NWC with Auth
- [Adds nostr: prefix to channel id share.](https://github.com/vitorpamplona/amethyst/commit/330f3503a6961ef1e5c0fcdf55e751f8a41ba810)
[Changes][v0.50.5]
[v0.50.5]: https://github.com/vitorpamplona/amethyst/compare/v0.50.4...v0.50.5