Skip to content

Releases: Pengor/chia-log-analysis

Release v0.5

21 May 20:44
8b3ec70
Compare
Choose a tag to compare

Minor release

This release includes:

  • Fixed bug #8: Interactive mode now supports filepaths with spaces
  • Added feature #9: Start date is parsed into a new, easier to sort format
  • Added feature #10: A column was added that shows the total time in the format hh:mm:ss.mil
  • Added feature #11: Plot log files with multiple plots per file can now be fully parsed (previously only the first plot was parsed)
  • Merged PR #12: Adds Log filename, Plot ID, and all the CPU percentage metrics (:clap: @michaelclarkcuadrado)

Release v0.4

10 May 21:54
150ab69
Compare
Choose a tag to compare

Minor release

This release includes:

  • Added Temp dir 1 and Temp dir 2 columns to output. This is useful if you want to know which drive(s) and/or folder(s) were used for plot generation.

Release v0.3

29 Apr 20:18
131f9b6
Compare
Choose a tag to compare

Minor release

This release includes:

  • GitHub Actions now builds for Windows using the Release configuration instead of Debug (starting with this release binaries for Windows should work better on machines that don't have developer tools).
  • Added support for the Copy time line that was recently added.
  • Confirmed support for plotter logs generated with Chia Blockchain 1.1.2.

Release v0.2

22 Apr 06:19
b77ac56
Compare
Choose a tag to compare

Minor release

This release includes:
Addition: More verbose user messages for handling input file parsing

Release v0.1

17 Apr 09:17
ea26a0a
Compare
Choose a tag to compare

First release!

Everything works pretty nicely now, should be easy enough to build and run. Executable binaries are attached so you can unzip and run the appropriate one for your platform instead of building yourself (this removes the need for the CMake and C++ compiler prerequisites). The macOS option has not been tested due to lack of Mac test hardware.