fix(tui): stop heading underline leaking into padding

This commit is contained in:
Mario Zechner
2026-03-31 22:40:20 +02:00
parent a1e107897d
commit 09e9de5749
3 changed files with 35 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed markdown H1 headings ending with inline code from leaking underline styling into trailing line padding
- Fixed slash-command argument autocomplete to await async `getArgumentCompletions()` results and ignore invalid return values, preventing crashes when extension commands provide asynchronous completions ([#2719](https://github.com/badlogic/pi-mono/issues/2719))
## [0.64.0] - 2026-03-29