You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHDD release 3.1
Changes since 3.0.1:
* Add NVME support
* Enable smartctl output for all devices, not just ATA
* Update deps in static build
* Tweak vis blocks palette
* Fix build issues and warnings
WHDD release 3.0
Changes since 2.2:
* Change build system to simple make-based one (packaging breaking
change, hence major release)
* Fix crash caused by async call to nested function
* Replaced generic error char from cyrillic ZH to '*' (asterisk) for
sake of sanity
* Fix running new tests after aborting first test procedure (github
issue #9)
* Add mmcblkN files to devices list
WHDD release 2.2
Changes since 2.1:
* Fix problems with small displays like 80x25
* Fix ATA compliance recognition (see bug #57)
* Replace "Press any key" with "Press 'm' for menu"
* Rework signal handling during procedure for stability
* Improve build system