Releases: stephen-fox/finley
Releases · stephen-fox/finley
Fixed broken default output directory path.
v0.1.4 Added missing mod hash for 'filesearch' v0.0.3.
Fixed incorrect previous file path and missing file hash
This releases fixes the following issues:
- Fixed incorrect previously-encountered file path
- Fixed missing file hash
Code base refactoring and minor usability improvements
This release includes:
- Added check for non-empty output directory
- Log the directory being written to
- Moved goroutine pooling code into external library
- Other minor refactors
Fixed decompiling of one directory
v0.1.1 Updated to filesearch v0.0.2 with fix for recursion check.
Specify directory as last argument and other improvements
This release changes the way finley is invoked, and adds other improvements:
- The directory to search is no longer an option; it must be the last argument
- Added a usage statement, and an option to print the version
- Added log messages when searching files takes a long amount of time
- Broke out file search logic into a separate library
Include .exe files by default.
v0.0.6 Include '.exe' file suffix by default.
v0.0.5
Added a progress bar for a better UX.
v0.0.4
Always decrement the WaitGroup, even if the 'doer' ends.
v0.0.3
Fixed hardcoded 'ilspycmd' binary reference.
v0.0.2
Removed unnecessary wrapper go routine.