Fselect Versions Save

Find files with SQL-like queries

0.8.5

4 months ago
  • 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 and exit 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

10 months ago
  • 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

11 months ago
  • 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

1 year ago
  • 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

1 year ago
  • SQRT function
  • add .zig as recognized file extension of the source files
  • add return values depending on query parsing result and any errors during reading directories

Thanks to @umaxfun for the PR!

0.8.0

2 years ago
  • Feature request: allow braces { } in place of ( ) #111
  • add FROM_BASE64 function, add an alias TO_BASE64 for BASE64 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

2 years ago
  • allow "from" at end of query #110
  • add .ts and .jsx as recognized file extensions of the source files

Thanks to @notfed for the suggestion with an alternate from syntax!

0.7.8

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • added BIN function
  • added EEQ and ENE 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!