Releases: Pengor/chia-log-analysis
Releases · Pengor/chia-log-analysis
Release v0.5
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
Minor release
This release includes:
- Added
Temp dir 1
andTemp 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
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
Minor release
This release includes:
Addition: More verbose user messages for handling input file parsing
Release v0.1
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.