Add CHANGELOG entry for v0.12.6

This commit is contained in:
Jure
2026-04-10 20:47:22 +02:00
parent 4759c2df64
commit c22522a170
+13
View File
@@ -1,5 +1,18 @@
# Changelog
## v0.12.6 — Rich Text Everywhere (2026-04-10)
### Added
- Profile bios now render clickable links, `@mentions`, and `#hashtags` — profiles link to other profiles automatically
- DM messages now render clickable URLs, inline images, nostr entity links, and hashtags
- Article editor: selecting multiple images now inserts all of them correctly (previously only the last one was kept)
- Article editor: image thumbnail strip is now clickable — opens a full-size lightbox
### Fixed
- Blossom / NIP-96 image URLs with non-standard extensions (`.jp`, no extension) now render as inline images
- `nostr:` entity matching made case-insensitive for broader compatibility
- Multi-image article upload now inserts images with proper spacing between them
## v0.12.5 — UI Polish & Consistency (2026-04-09)
### Fixed