Releases: aversini/teeny-file-search
Releases · aversini/teeny-file-search
v1.2.0
Features
- re-adding support for node 10 (a326adf)
v1.1.2
Bug Fixes
- errors are not obvious enough (ca5ef1e)
- minor UI refinement - removing extra line if in grep mode (298bfd3)
v1.1.1
Bug Fixes
- invalid stats (total files found) when grep is used (368054b)
- removing debug log prefix (9201124)
v1.1.0
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
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
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)