Skip to content

Releases: jhspetersson/fselect

0.6.7

11 Nov 05:12
Compare
Choose a tag to compare
0.6.7 Pre-release
Pre-release
  • added functions for Japanese symbols detection in filenames and other strings
  • added Cargo.lock for easier package maintenance #61

Many thanks to @samford and @filalex77 for their efforts!

0.6.6

29 Sep 07:36
Compare
Choose a tag to compare
0.6.6 Pre-release
Pre-release
  • improved nested functions behavior
  • added HEX and OCT converting functions
  • added alias notrx for !=~ operator
  • updated list of known file extensions
  • removed escaping functionalities for strings as it confused users (kind of a breaking change)
  • misc fixes and improvements

Thanks to @roryokane for the bug report!

0.6.5

13 Aug 07:25
Compare
Choose a tag to compare
0.6.5 Pre-release
Pre-release
  • BFS/DFS modes (BFS is now a default one)
  • user_all, group_all, and other_all
  • add support for detecting width and height of MP4 and MKV files
  • Chocolatey package
  • bugfixes

Thanks to @thugcee, @jiahut, and @lesin for their bugreports and PRs.

0.6.4

14 Jul 08:06
Compare
Choose a tag to compare
0.6.4 Pre-release
Pre-release
  • line_count column
  • sha3 column
  • --nocolor option
  • support config file
  • bugs fixed

Big thanks to @delucks and @udgithub for bug reports!
Really appreciate @Roguelazer's PR with a man page (to be included into future .deb and other packages)

0.6.3

05 Jun 06:28
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release
  • added is_binary, is_text, and mime fields
  • duration for MP3 files
  • BASE64 function
  • treat PSB, PSD, and TIFF files as images (for is_image)
  • improved .gitignore support on Windows
  • PowerShell fixes

Thanks to @PhiLhoSoft, @seeba8, and @Suleman-Elahi for bug reports, testing, and suggestions!

0.6.2

10 Mar 09:09
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • fixes for Windows

0.6.1

08 Mar 12:58
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • color filenames (with respect to NO_COLOR env variable) #38
  • .hgignore support (experimental)
  • !=~ and notlike operators (to negate regex and LIKE operands) #44
  • HAS_XATTR and XATTR functions

Thanks to @JeffCarpenter for reporting the case not covered with query operators at that moment!

0.6.0

08 Feb 19:47
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • improved query parsing #43
  • improved .gitignore support #42
  • CONTAINS function for text search within files #41
  • bugfixes and docs updates

Many thanks to @bwalter, @giodamelio, @itkovian, @sudo-nice, and @tdotu for their issues, questions, and suggestions!

0.5.2

05 Jan 08:37
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release
  • suid and sgid columns
  • abspath column for absolute path, simply path remains to depend on search root definition style, absolute or relative #36
  • sha1 column for SHA-1 file hash, sha256 and sha512 for SHA-2 file hashes
  • added HTML output format

Thank you, @Boscop, for pointing out an issue with abs/relative paths!

0.5.1

26 Nov 19:13
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • arithmetic expressions evaluation within columns
  • mindepth option for search roots, added synonyms for other options
  • added EXIF columns
  • more file extensions recognized as source code files
  • optimizations and bugfixes

Thanks to @reckoner for regression report!