Releases: jhspetersson/fselect
Releases Β· jhspetersson/fselect
0.8.8
- improved
.gitignore
handling - fixed parsing search roots with spaces #150
- various bugfixes, including #152 and #163
Many thanks to everyone, who sent their PRs, opened issues and gave valuable feedback!
@dangnhdev @Dominiquini @durka @jeff-arnold @JonathanDoughty @Matthieu-LAURENT39 @rickhg12hs
0.8.6
- support duration extraction from
WAV
files - add
IS_FONT
field for ad hoc font file extensions detection - support
.gradle
as known source code file extension - add
.DJV
as another ad hoc known file type
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!