Skip to content

v2.0.0

Compare
Choose a tag to compare
@wallentx wallentx released this 03 Nov 21:45
· 89 commits to master since this release
d647918

Bladebit v2.0.0

NOTE: Binary artifacts have been unpublished from this release as a bug was preventing plotting after phase 1. Please obtain the new binaries from the hotfix release version 2.0.1 here, instead.

What's Changed

Disk-based plotting is now available.

Bladebit has changed to a sub-command (AKA verbs) based CLI format in order to support different plotting methods and tools.

Please see the updated Readme for more information.

To get started use ./bladebit -h for general help, ./bladebit -h diskplot for disk-based plotting information and ./bladebit -h ramplot for in-RAM plotting information.

In-RAM-based plotting remains compatible with version 1.0, except it has been moved under the ramplot command now.

Bladebit 2 also includes utilities for testing disk I/O performance and memory performance via the iotest and memtest commands, respectively. It also includes a plot validation tool under the validate command. Use the help command for more information.

New Contributors

Full Changelog: v1.2.4...v2.0.0