docs(changelog): audit unreleased entries

This commit is contained in:
Mario Zechner
2026-04-20 23:53:53 +02:00
parent 14ad636fb5
commit 639da8a602
3 changed files with 42 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added `LoaderIndicatorOptions` and `Loader.setIndicator()` support for custom loader frames and animation intervals, allowing TUI consumers to use animated, static, or hidden loader indicators ([#3413](https://github.com/badlogic/pi-mono/issues/3413))
### Fixed
- Fixed `@` autocomplete fuzzy search to stop matching against the full base path for plain queries, so worktree or cwd paths containing the query text no longer crowd out real results such as `@plan` suggestions ([#2778](https://github.com/badlogic/pi-mono/issues/2778))