All Versions
18
Latest Version
Avg Release Cycle
46 days
Latest Release
930 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.2 Changes
November 20, 2020- statistics functions (
STDDEV_POP
,STDDEV_SAMP
,VAR_POP
, andVAR_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!
- statistics functions (
-
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
!~=
ofnotrx
operator - TRIM, REPLACE, UCASE and LCASE (synonyms for UPPER and LOWER) functions
- ๐ณ
.dockerignore
support - ๐ณ
dockerignore
,gitignore
, andhgignore
boolean config parameters with default options for search within any roots, if not specified otherwise
- NOT keyword (e.g.,
-
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
, andhardlinks
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
andOCT
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 -
v0.6.4 Changes
July 14, 2019line_count
columnsha3
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
, andmime
fields duration
for MP3 filesBASE64
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!
- added