Skip to content

Releases: stephen-fox/finley

Fixed broken default output directory path.

06 Oct 20:39
Compare
Choose a tag to compare
v0.1.4

Added missing mod hash for 'filesearch' v0.0.3.

Fixed incorrect previous file path and missing file hash

25 Jul 16:51
Compare
Choose a tag to compare

This releases fixes the following issues:

  • Fixed incorrect previously-encountered file path
  • Fixed missing file hash

Code base refactoring and minor usability improvements

19 Jul 18:28
Compare
Choose a tag to compare

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

19 Jul 17:00
Compare
Choose a tag to compare
v0.1.1

Updated to filesearch v0.0.2 with fix for recursion check.

Specify directory as last argument and other improvements

17 Jul 00:41
Compare
Choose a tag to compare

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.

26 Apr 21:03
Compare
Choose a tag to compare
v0.0.6

Include '.exe' file suffix by default.

v0.0.5

22 Mar 00:54
Compare
Choose a tag to compare
Added a progress bar for a better UX.

v0.0.4

21 Mar 23:32
Compare
Choose a tag to compare
Always decrement the WaitGroup, even if the 'doer' ends.

v0.0.3

21 Mar 21:37
Compare
Choose a tag to compare
Fixed hardcoded 'ilspycmd' binary reference.

v0.0.2

21 Mar 21:33
Compare
Choose a tag to compare
Removed unnecessary wrapper go routine.