Releases: jhspetersson/fselect
Releases Β· jhspetersson/fselect
0.8.6
0.8.5
- added
BETWEEN
operator #139 - added
FORMAT_TIME
function #143 - check for updates (optional feature disabled by default) #138
- added
mkv
duration extractor #140 - added
quit
andexit
commands for interactive mode - added
.tsx
as a known source file extension
Many thanks go to @4censord, @Dialga and @Luxzi who contributed to this release!
0.8.4
- parse search options with no search root specified (i.e., for the current directory) #133
- winget package added #134
- bugfixes #132
Many thanks to @chenrui333, @lcook, @mahdi739 and @thechampagne who contributed to this release!
0.8.3
- GROUP BY
- don't require braces for functions without arguments
- added
capabilities
field - added
HAS_CAPABILITY
function - added
CUR_DATE
synonym - get dimensions from
.webm
and.tga
files - panics replaced with a graceful exit with an error message
Thanks to @steffenbusch and @tan-wei for raising issues that really helped to improve the project!
0.8.2
- added
HAS_CAPABILITIES
(aka HAS_CAPS) function to spot files with assigned capabilities on Linux - added
INITCAP
function - added
.exr
to the known image file extensions list - added
.sol
as recognized file extension of the source files
0.8.1
0.8.0
- Feature request: allow braces { } in place of ( ) #111
- add
FROM_BASE64
function, add an aliasTO_BASE64
forBASE64
function - Fixed #119 #120 #121 , improved #75
Thank you @jgranduel, @notfed, and @rickhg12hs for the issues posted that helped to make this shiny new release!
π π 0.7.9
0.7.8
- Generic "NOT"/Negation #114
- added
mod
operator - "where" clause with just a column name for boolean columns #75
- scoop package #118
- deb package #113
- bugfixes and improvements
Thanks to @danieldjewell, @ethanhs, @kintrupf, @QaidVoid, @rasa, @rickhg12hs, and @zhangxp1998 for their impressive PRs, package management, and bug reports!
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!