ripgrep 0.7.0
This is a new minor version release of ripgrep that includes mostly bug fixes.
ripgrep continues to require Rust 1.17, and there are no known breaking changes introduced in this release.
Feature enhancements:
- Added or improved file type filtering for config & license files, Elm, Purescript, Standard ML, sh, systemd, Terraform
- FEATURE #593:
Using both
-o/--only-matchingand-r/--replacedoes the right thing.
Bug fixes:
- BUG #200: ripgrep will stop when its pipe is closed.
- BUG #402:
Fix context printing bug when the
-m/--max-countflag is used. - BUG #521:
Fix interaction between
-r/--replaceand terminal colors. - BUG #559: Ignore test that tried reading a non-UTF-8 file path on macOS.
- BUG #599: Fix color escapes on empty matches.
- BUG #600: Avoid expensive (on Windows) file handle check when using --files.
- BUG #618: Clarify installation instructions for Ubuntu users.
- BUG #633: Faster symlink loop checking on Windows.