ripgrep v0.2.5 Release Notes

Release Date: 2020-03-16 // about 4 years ago
  • ๐Ÿ”‹ Feature enhancements:

    • โž• Added or improved file type filtering for Groovy, Handlebars, Tcl, zsh and Python.
    • FEATURE #9: Support global gitignore config and .git/info/exclude files.
    • FEATURE #45: Add --ignore-file flag for specifying additional ignore files.
    • FEATURE #202: Introduce a new ignore crate that encapsulates all of ripgrep's gitignore matching logic.

    ๐Ÿ› Bug fixes:

    • BUG #44: ripgrep runs slowly when given lots of positional arguments that are directories.
    • BUG #119: ripgrep didn't reset terminal colors if it was interrupted by ^C. Fixed in PR #187.
    • BUG #184: Fixed a bug related to interpreting gitignore files in parent directories.