docs: audit unreleased changelogs

This commit is contained in:
Armin Ronacher
2026-06-08 16:01:13 +02:00
parent ce3a72444e
commit 35120d7e48
2 changed files with 18 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
- Fixed prompt history navigation to place the cursor at the start when browsing upward and at the end when browsing downward, so repeated Up/Down traverses multiline prompts immediately ([#5454](https://github.com/earendil-works/pi/issues/5454)).
- Fixed intermittent Shift+Enter handling by making Kitty keyboard protocol fallback response-driven instead of timeout-driven ([#5188](https://github.com/earendil-works/pi/issues/5188)).
- Fixed TUI rendering to clear stale lines when content shrinks to zero.
- Fixed autocomplete suggestions to re-query after editor cursor movement ([#5499](https://github.com/earendil-works/pi/pull/5499) by [@Roman-Galeev](https://github.com/Roman-Galeev)).
## [0.78.1] - 2026-06-04