From 53e5f4ca3a4d5beac94624d509bed11c2d98c8b7 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Tue, 10 Mar 2020 21:15:30 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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 -----------------------