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

Changelog History
Page 1

  • v0.7.2 Changes

    November 20, 2020
    • statistics functions (STDDEV_POP, STDDEV_SAMP, VAR_POP, and VAR_SAMP)
    • rx parameter for search roots to search within multiple directories matched by regular expression
    • ๐Ÿ“š updated runtime documentation

    Thanks to @rickhg12hs for bugreports and ideas!

  • v0.7.1 Changes

    October 08, 2020
    • interactive mode
    • protection against cycles with symlinks or hardlinks #4
    • LTRIM, RTRIM, TRIM, and DAYOFWEEK functions
    • โž• added workaround to work on RAMdisks #68
    • ๐Ÿ›  fixed bugs

    Thanks to @glmdev, @kintrupf, and @ngirard for reporting issues and ideas!

  • v0.6.10 Changes

    April 27, 2020
    • NOT keyword (e.g., where name not like '%.tmp')
    • .d to the list of source file extensions
    • alternate form !~= of notrx operator
    • TRIM, REPLACE, UCASE and LCASE (synonyms for UPPER and LOWER) functions
    • ๐Ÿณ .dockerignore support
    • ๐Ÿณ dockerignore, gitignore, and hgignore boolean config parameters with default options for search within any roots, if not specified otherwise
  • v0.6.9 Changes

    March 09, 2020
    • โž• added SUBSTRING or SUBSTR function
    • โž• added LEN as a synonym for LENGTH function
    • extract EXIF data from HEIF files
    • โž• added device, inode, blocks, and hardlinks fields (Linux only)
    • ๐Ÿ›  bugfixes

    Thanks to @jmbowman for suggestion about reading EXIF in HEIF files, and to @kamadak for the implementation.

  • v0.6.8 Changes

    January 07, 2020
    • โž• added CONCAT, CONCAT_WS, COALESCE functions
    • โž• added FORMAT_SIZE function, file size unit specifiers split into binary and decimal
    • โž• added .heic extension to the image formats list
    • ๐Ÿ‘Œ improved detection of Japanese characters in file names
  • v0.6.7 Changes

    November 11, 2019
    • โž• added functions for Japanese symbols detection in filenames and other strings
    • โž• added Cargo.lock for easier package maintenance #61

    Many thanks to @samford and @filalex77 for their efforts!

  • v0.6.6 Changes

    September 29, 2019
    • ๐Ÿ‘Œ improved nested functions behavior
    • โž• added HEX and OCT converting functions
    • โž• added alias notrx for !=~ operator
    • โšก๏ธ updated list of known file extensions
    • โœ‚ removed escaping functionalities for strings as it confused users (kind of a breaking change)
    • ๐Ÿ›  misc fixes and improvements

    Thanks to @roryokane for the bug report!

  • v0.6.5 Changes

    August 13, 2019
    • 0๏ธโƒฃ BFS/DFS modes (BFS is now a default one)
    • user_all, group_all, and other_all
    • โž• add support for detecting width and height of MP4 and MKV files
    • ๐Ÿ“ฆ Chocolatey package
    • ๐Ÿ›  bugfixes

    Thanks to @thugcee, @jiahut, and @lesin for their bugreports and PRs.

  • v0.6.4 Changes

    July 14, 2019
    • line_count column
    • sha3 column
    • --nocolor option
    • ๐Ÿ‘Œ support config file
    • ๐Ÿ› bugs fixed

    Big thanks to @delucks and @udgithub for bug reports!
    ๐Ÿ“ฆ Really appreciate @Roguelazer's PR with a man page (to be included into future .deb and other packages)

  • v0.6.3 Changes

    June 05, 2019
    • added is_binary, is_text, and mime fields
    • duration for MP3 files
    • BASE64 function
    • treat PSB, PSD, and TIFF files as images (for is_image)
    • ๐Ÿ‘Œ improved .gitignore support on Windows
    • ๐Ÿ›  PowerShell fixes

    ๐Ÿ‘€ Thanks to @PhiLhoSoft, @seeba8, and @Suleman-Elahi for bug reports, testing, and suggestions!