Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Releases: aversini/teeny-file-search

v1.2.0

16 Feb 03:13
Compare
Choose a tag to compare

Features

  • re-adding support for node 10 (a326adf)

v1.1.2

15 Feb 18:56
Compare
Choose a tag to compare

Bug Fixes

  • errors are not obvious enough (ca5ef1e)
  • minor UI refinement - removing extra line if in grep mode (298bfd3)

v1.1.1

14 Feb 00:46
Compare
Choose a tag to compare

Bug Fixes

  • invalid stats (total files found) when grep is used (368054b)
  • removing debug log prefix (9201124)

v1.1.0

10 Feb 06:02
Compare
Choose a tag to compare

Features

  • adding support for --ignore-case for the --grep option (8a4ee03)
  • migrating from commander to meow for a better CLI experience (5580e81)

Performance Improvements

  • reduced date/time calculations times (sample 1.5s to <500ms) (8d3b0ef)

v1.0.1

06 Feb 02:46
Compare
Choose a tag to compare

Bug Fixes

  • better duration formatting (ms vs seconds) (d74a056)
  • results should not display total files/folders found if there was no pattern (d8b8502)

Performance Improvements

  • do not rely on synchronous methods anymore (4370c4f)

v1.0.0

06 Feb 00:39
Compare
Choose a tag to compare

Bug Fixes

  • better date print (f80e41a)
  • date and time are not aligned when day is 2 digits (f062f38)
  • higlight is messing the end of the lines (e2d8798)
  • multimatch display is breaking when there is no pattern (ac77782)

Features

  • adding support for --command (c64eee1)
  • adding support for grep in files (9717f5d)
  • allowing search type (file or folder) to be omitted (f787512)