diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a94488..1fa4c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,14 @@ RELEASE NOTES ============= -v0.28-pre-release-1 (Pending Release Summer 2020 ?) +v0.28 ----------------------- -Proposed changes (Changes that have been implemented in the master are tagged with [DONE]) -- [DONE] Fix premature exit when terminal resized on completion of wipes (Thanks PartialVolume) -- [DONE] Fix GUI when terminal is resized, currently not handled correctly causing missing or incorrectly sized ncurses windows/panels (Thanks PartialVolume) -- [DONE] Fix GUI screen flicker under various situations. [#200] Fixes #115 (Thanks PartialVolume) -- [Done].Fix responsivness of screen during wipe when resized. Info is updated every 10th/sec. Key presses are more responsive. (Thanks PartialVolume) -- Add enhancement fibre channel wiping of non 512 bytes/sector drives such as 524/528 bytes/sector etc (work in progress by PartialVolume) -- HPA/DCO detection and adjustment to wipe full drive. +- Fix premature exit when terminal resized on completion of wipes (Thanks PartialVolume) +- Fix GUI when terminal is resized, currently not handled correctly causing missing or incorrectly sized ncurses windows/panels (Thanks PartialVolume) +- Fix GUI screen flicker under various situations. [#200] Fixes #115 (Thanks PartialVolume) +- Fix responsivness of screen during wipe when resized. Info is updated every 10th/sec. Key presses are more responsive. (Thanks PartialVolume) +- Fix compiler warning regarding buffer overflow. Fixes #202 (Thanks PartialVolume) +- Fix Man page (Thanks martijnvanbrummelen) v0.27 -----------------------