docs: update unreleased changelogs

This commit is contained in:
Armin Ronacher
2026-06-13 00:20:01 +02:00
parent 121f0edbf4
commit e320f09618
3 changed files with 24 additions and 4 deletions

View File

@@ -7,6 +7,8 @@
- Fixed Markdown source list marker preservation to include unordered markers, so standalone `+` user messages no longer render as `-` ([#5657](https://github.com/earendil-works/pi/issues/5657)).
- Fixed slash-separated fuzzy queries so provider/model completions remain matchable after insertion.
- Fixed WezTerm inline Kitty image rendering so reserved row clears do not erase all but the top strip of tool image previews ([#5618](https://github.com/earendil-works/pi/issues/5618)).
- Fixed editor wrapping for CJK text to break at character boundaries instead of leaving large trailing gaps ([#5585](https://github.com/earendil-works/pi/pull/5585) by [@haoqixu](https://github.com/haoqixu)).
- Fixed loose Markdown list rendering to preserve blank-line separation between list items ([#5562](https://github.com/earendil-works/pi/pull/5562) by [@Perlence](https://github.com/Perlence)).
## [0.79.1] - 2026-06-09