From 203f6a06f5ccb374bb17253d37001e62a31dbf82 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Fri, 6 Mar 2020 14:14:00 +0000 Subject: [PATCH] Update CHANGELOG.md Proposed changes in code for release in 0.28 due Summer 2020 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af454be..ef21951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ RELEASE NOTES ============= +v0.28 (Pending Release Summer 2020 ?) +----------------------- +Proposed changes +- Fix GUI when terminal is resized, currently not handled correctly (work in progress by PartialVolume) +- Add enhancement fibre channel wiping of sg drives, ie non 512 bytes/sector such as 524/528 bytes/sector etc (work in progress by PartialVolume) +- HPA/DCO detection and adjustment to wipe full drive. + v0.27 ----------------------- - Add `verify` method to verify a disk is zero filled [#128](https://github.com/martijnvanbrummelen/nwipe/pull/128) (Thanks Legogizmo)