docs: release v1.8.1 — fix markdown rendering in long messages

This commit is contained in:
Nicolas Varrot
2026-02-12 17:26:56 +00:00
parent 4c8faf07e3
commit 79b516bf9d
4 changed files with 10 additions and 4 deletions

View File

@@ -6,6 +6,11 @@ Format based on [Keep a Changelog](https://keepachangelog.com/), with [Conventio
## [Unreleased]
## [1.8.1] — 2026-02-12
### Fixed
- **Markdown rendering in long messages** — `autoFormatText` no longer wraps markdown prose in code fences; bold, headings, and bullet lists are now correctly rendered (`4c8faf0`)
## [1.7.0] — 2026-02-12
### Added