0.3.5
Improvements
- Live Grep overlay polish: Surrounding editor is now visibly dimmed; shortcut hints and the active provider moved into a toolbar row with plainer labels; match cap raised from 100 to 1000 (with a
1000+ matchesindicator); provider errors render as a disabled result entry instead of a silent "0 matches";ripgrepprovider renamed torg.
Bug Fixes
-
Live Grep on Windows returned no results:
git grepoutputs\r\n; splitting on\nleft a trailing\rthat broke the result regex. Split on\r?\ninstead. -
Plain
grepprovider was broken:--columnis a ripgrep-only flag and was being passed unconditionally. Removed.
Under the Hood
- Plugin API:
setPromptTitletakes styled segments ({ text, style? }[]) instead of a single string, so plugins control hint colouring directly instead of the renderer guessing structure from punctuation.