From 9caceaa75d3bb5f3e2735b8495ecb0492c76c741 Mon Sep 17 00:00:00 2001 From: PartialVolume Date: Fri, 13 Mar 2020 18:06:20 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f9d8b..e78ac7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ other items in 0.29 are proposed and yet to be implemented. - [DONE] Add auto power off option on completion of wipe ( --autopoweroff ) (Thanks PartialVolume) - [DONE] Fix --nowait option that wasn't working. (Thanks PartialVolume) - [DONE] Add verbose option. -v, --verbose. +- [DONE] Make log messages, especially the ones with the tag 'notice' succinct and less than 80 characters including the timestamp. This is of more importance when nwipe is used on a 80x30 terminal (ALT-F2, Shredos etc) but generally makes the logs more readable. While doing this all information was still retained. - 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. (work in progress by PartialVolume)