Releases: jhspetersson/fselect
0.9.2
0.9.1
- complex subqueries which can refer their parent tables #124
EXISTS/NOT EXISTSoperatorCURRENT_TIMESTAMP,CURRENT_TIMEfunctionsfilenamecolumn (just the name of a file without extension)- improved error reporting #182
Thanks to @mathrick and @shah for creating the issues which helped to make this release!
0.9.0
- subqueries support
- bash completion #174
- make checking for
hardlinksan optional setting for every search root - new fields
exif_exposure_time(orexif_exptime),exif_aperture,exif_shutter_speed,exif_f_number(orexif_f_num),exif_iso_speed(orexif_iso),exif_focal_length(orexif_focal_len),exif_lens_make,exif_lens_make#177 pathreturns a relative path #178
Thanks to @Xanadul, @gwiener, @volodyalipkin and @mathrick for their suggestions and bug-reports that helped to form this release!
0.8.12
- search logic optimized to check files against more lightweight conditions first
- supported
IN (...list of values...)expression LEASTandGREATESTfunctionsLOCATEfunction- added
.awkas 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
Thanks again @volodyalipkin for reporting the issues!
0.8.10
- query created and modified as relative date #169
.gitignoresupport is now an optional feature (to let buildfselectwithoutlibgit2)- fix GROUP BY with ORDER BY #170
Thanks to @diegotolentino and @volodyalipkin for reporting bugs and sharing ideas!
0.8.9
- added
ABS,EXP,LNandLOGfunctions - better support search roots with spaces
- fixed various bugs including #150 and #167
Thanks to all contributors and bug reporters! @4censord @paolobarbolini @rickhg12hs π
0.8.8
- improved
.gitignorehandling - 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
WAVfiles - add
IS_FONTfield for ad hoc font file extensions detection - support
.gradleas known source code file extension - add
.DJVas another ad hoc known file type
0.8.5
- added
BETWEENoperator #139 - added
FORMAT_TIMEfunction #143 - check for updates (optional feature disabled by default) #138
- added
mkvduration extractor #140 - added
quitandexitcommands for interactive mode - added
.tsxas a known source file extension
Many thanks go to @4censord, @Dialga and @Luxzi who contributed to this release!