ripgrep v0.7.0 Release Notes

Release Date: 2017-10-20 // over 6 years ago
  • ๐Ÿš€ 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-matching and -r/--replace does 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-count flag is used.
    • BUG #521: Fix interaction between -r/--replace and 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.