This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
v0.1.3-alpha
Bug fixes:
- Initialization does not create parent directories #82 (
init
command now handles the error appropriately if the parent folder is missing) - Loading bar on CLI is freezing, prompting users to think the application is frozen #86 (increased the frequency of loading bar updates)
- possible race on the summary file #79 (mutex guard on the file handle, so multiple simultaneous write operations won't be possible anymore)
- False positives for farmed block count #77 (
info
command now displays the correct amount of farmed blocks)