chore(changelog): audit unreleased entries since v0.52.9

This commit is contained in:
Mario Zechner 2026-02-12 22:17:24 +01:00
parent 0adce69b3b
commit 460b891470
3 changed files with 32 additions and 0 deletions

View file

@ -2,6 +2,14 @@
## [Unreleased]
### Added
- Added terminal input listeners in `TUI` (`addInputListener` and `removeInputListener`) to let callers intercept, transform, or consume raw input before component handling.
### Fixed
- Fixed `@` autocomplete fuzzy matching to score against path segments and prefixes, reducing irrelevant matches for nested paths ([#1423](https://github.com/badlogic/pi-mono/issues/1423))
## [0.52.9] - 2026-02-08
## [0.52.8] - 2026-02-07