This is a small release that fixes a bug with how ripgrep handles line
buffering. This might manifest as ripgrep printing output later than you
expect or not working correctly with tail -f (even if you're using the
--line-buffered flag).
In case you haven't heard of it before, ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files.
Bug fixes:
- BUG [#3194]:
Fix a regression with
--line-bufferedintroduced in ripgrep 15.0.0.
Feature enhancements:
- FEATURE [#3192]: Add hyperlink alias for Cursor.