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

16 lines
674 B
Markdown

# [Release v0.86.3: New Markdown Parser](https://github.com/vitorpamplona/amethyst/releases/tag/v0.86.3) - 2024-04-10
- Migrates to the new, faster Markdown Parser
- Adds Note previews on Markdown
- Adds Custom hashtag icons to Markdown
- Adds URL preview boxes to Markdown
- Fixes Missing notifications
- Fixes clickable route not showing the user's npub before loading their name
- Fixes max width of hidden notes making them off-centered
- Moves parsing and saving an embed event to the IO thread
- Improves the secondary button design of the encrypted nsec backup page
[Changes][v0.86.3]
[v0.86.3]: https://github.com/vitorpamplona/amethyst/compare/v0.86.2...v0.86.3