v0.2.1
v0.2.1 (2026-04-05)
This release is published under the MIT License.
Bug Fixes
- mermaid: Undo double-encoded UTF-8 from mermaid-ascii output (
9e0560c)
mermaid-ascii misinterprets UTF-8 bytes as Latin-1 and re-encodes, corrupting multi-byte characters (e.g. → renders as â<U+0086><U+0092>). Apply latin-1 round-trip to recover original UTF-8 in both layout and renderer subprocess call sites.
Documentation
- Add tmux pane lifecycle and --check interaction notes to CLAUDE.md (
9400092)
Detailed Changes: v0.2.0...v0.2.1