Add --autopoweroff option

Fix non working --nowait option.
Update version info to 0.29-release candidate
This commit is contained in:
PartialVolume
2020-03-11 23:44:11 +00:00
parent 50079a15f9
commit e33c1bb06d
9 changed files with 78 additions and 13 deletions

View File

@@ -1,6 +1,14 @@
RELEASE NOTES
=============
v0.29-pre-release (Pending release May/Jun 2020)
-----------------------
Features/fixes in 0.29 that have been committed to the master are tagged with [DONE],
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 the wasn't working.
v0.28
-----------------------
- Fix premature exit when terminal resized on completion of wipes (Thanks PartialVolume)