All Versions
18
Latest Version
Avg Release Cycle
46 days
Latest Release
1452 days ago

Changelog History
Page 2

  • v0.6.3-pre

    May 31, 2019
  • v0.6.2 Changes

    March 10, 2019
    • 🛠 fixes for Windows
  • v0.6.1 Changes

    March 08, 2019
    • color filenames (with respect to NO_COLOR env variable) #38
    • 👍 .hgignore support (experimental)
    • !=~ and notlike operators (to negate regex and LIKE operands) #44
    • HAS_XATTR and XATTR functions

    Thanks to @JeffCarpenter for reporting the case not covered with query operators at that moment!

  • v0.6.0 Changes

    February 08, 2019
    • 👌 improved query parsing #43
    • 👌 improved .gitignore support #42
    • CONTAINS function for text search within files #41
    • 🛠 bugfixes and docs updates

    Many thanks to @bwalter, @giodamelio, @itkovian, @sudo-nice, and @tdotu for their issues, questions, and suggestions!

  • v0.5.2 Changes

    January 05, 2019
    • suid and sgid columns
    • 💅 abspath column for absolute path, simply path remains to depend on search root definition style, absolute or relative #36
    • sha1 column for SHA-1 file hash, sha256 and sha512 for SHA-2 file hashes
    • ➕ added HTML output format

    Thank you, @Boscop, for pointing out an issue with abs/relative paths!

  • v0.5.1 Changes

    November 26, 2018
    • arithmetic expressions evaluation within columns
    • mindepth option for search roots, added synonyms for other options
    • ➕ added EXIF columns
    • more file extensions recognized as source code files
    • 🛠 optimizations and bugfixes

    Thanks to @reckoner for regression report!

  • v0.5.0 Changes

    October 31, 2018
    • aggregate, date, and other functions
    • 👌 improved .gitignore support
    • minor improvements
  • v0.4.5 Changes

    October 07, 2018
    • is_shebang
    • more detailed usage info on run w/o parameters
    • 👍 #30 improved .gitignore support
    • #31 symbol escaping with backslash in unquoted string parameters

    Thanks @ami44 and @EthanTheMaster for suggestions and pull requests!