mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-09 08:04:45 +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.
674 B
674 B
Release v0.86.3: New Markdown Parser - 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