Add changelog and docs for settings fuzzy search (#643)

This commit is contained in:
Mario Zechner 2026-01-12 19:00:33 +01:00
parent d91c7a000a
commit 842a65f06a
3 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@
### Added
- `SettingsListOptions` with `enableSearch` for fuzzy filtering in `SettingsList` ([#643](https://github.com/badlogic/pi-mono/pull/643) by [@ninlds](https://github.com/ninlds))
- `pageUp` and `pageDown` key support with `selectPageUp`/`selectPageDown` editor actions ([#662](https://github.com/badlogic/pi-mono/pull/662) by [@aliou](https://github.com/aliou))
### Fixed