- Notifications
You must be signed in to change notification settings - Fork87
Releases: jhspetersson/fselect
0.8.12
Compare
- search logic optimized to check files against more lightweight conditions first
- supported
IN (...list of values...)
expression LEAST
andGREATEST
functionsLOCATE
function- added
.awk
as a known source code file extension
Thanks to@ototo for testing and reporting failed builds#173 (due to a broken semver in one of the dependencies)!
0.8.11
Compare
Thanks again@volodyalipkin for reporting the issues!
Assets4
Uh oh!
There was an error while loading.Please reload this page.
0.8.10
Compare
- query created and modified as relative date#169
.gitignore
support is now an optional feature (to let buildfselect
withoutlibgit2
)- fix GROUP BY with ORDER BY#170
Thanks to@diegotolentino and@volodyalipkin for reporting bugs and sharing ideas!
Assets4
Uh oh!
There was an error while loading.Please reload this page.
0.8.9
Compare
- added
ABS
,EXP
,LN
andLOG
functions - better support search roots with spaces
- fixed various bugs including#150 and#167
Thanks to all contributors and bug reporters!@4censord@paolobarbolini@rickhg12hs 🌃
Assets4
Uh oh!
There was an error while loading.Please reload this page.
0.8.8
Compare
- 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
Assets4
Uh oh!
There was an error while loading.Please reload this page.
0.8.6
Compare
- 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
Assets4
Uh oh!
There was an error while loading.Please reload this page.
0.8.5
Compare
- 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!
Assets4
Uh oh!
There was an error while loading.Please reload this page.
0.8.4
Compare
- 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!
Assets4
Uh oh!
There was an error while loading.Please reload this page.
0.8.3
Compare
- 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!
Assets4
Uh oh!
There was an error while loading.Please reload this page.
0.8.2
Compare
- 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
Assets4
Uh oh!
There was an error while loading.Please reload this page.