fix(tui): support quoted paths with spaces in autocomplete

Fixes #1077
This commit is contained in:
Mario Zechner 2026-01-30 00:11:12 +01:00
parent 52532c7c00
commit dc8539a001
3 changed files with 236 additions and 75 deletions

View file

@ -1,5 +1,11 @@
# Changelog
## [Unreleased]
### Fixed
- Fixed autocomplete for paths with spaces by supporting quoted path tokens ([#1077](https://github.com/badlogic/pi-mono/issues/1077))
## [0.50.3] - 2026-01-29
## [0.50.2] - 2026-01-29