Releases: jhspetersson/fselect
Releases · jhspetersson/fselect
0.7.7
- added
POW
function - supported JPEG XL and SVG images to read dimensions from
- added
.odp
to known document type file extension list - fixed file access mode formatting
Thanks to @pavlus for the great PRs, as well as to @CompuRoot, @Dialga, and @rickhg12hs for creating the issues that has been addressed in this release!
0.7.6
- added
BIN
function - added
EEQ
andENE
aliases for===
and!==
operators - improved EXIF GPS fields handling
- fixed bugs
Thank you, @balta2ar, @ericphelps and @rgelb, for creating the issues that helped to improve fselect
a little bit more!
0.7.5
- added
dir
,absdir
, andext
fields - added
is_empty
field to search for the empty directories and files - added
.jl
to known file extensions list - added Macports install info
- fixed bugs, interactive mode is back
Thanks to @Allaman, @dclong, @engineerchange, @herbygillot, and @rickhg12hs for submitting issues and PRs!
0.7.4
- added CURRENT_USER/CURRENT_UID/CURRENT_GROUP/CURRENT_GID functions
- greatly improved FORMAT_SIZE function, added config option for default file size format
- added synonyms for LOWER and UPPER functions (LOWERCASE and UPPERCASE respectively)
- improved interactive mode
- fixed bugs
Thanks to @Roguelazer, @RustemB, and @YodaEmbedding for their suggestions, issues, and pull requests!
0.7.3
- option to specify config location
- check for config in the same directory with the executable
- added
CURRENT_DATE
andRAND
functions - fixed bugs
Many thanks to @Dialga, @gd4c, @johnstonskj, and @rickhg12hs for their ideas, discussions, bugreports, and pull requests!
0.7.2
- 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!
0.7.1
0.6.10
- NOT keyword (e.g.,
where name not like '%.tmp'
) - added
.d
to the list of source file extensions - alternate form
!~=
ofnotrx
operator - TRIM, REPLACE, UCASE and LCASE (synonyms for UPPER and LOWER) functions
.dockerignore
supportdockerignore
,gitignore
, andhgignore
boolean config parameters with default options for search within any roots, if not specified otherwise
Thanks to @chenrui333 for CI/CD fix.
0.6.9
0.6.8
- 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