Skip to content

v0.28

Compare
Choose a tag to compare
@PartialVolume PartialVolume released this 11 Mar 18:01
· 658 commits to master since this release
50079a1

v0.28

includes the following changes:

  • 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)
  • Fix individual device throughput. On completion of a wipe instead of the throughput calculation stopping for a completed wipe, it would continue to calculate resulting in a particular drives throughtput slowly dropping until eventually it reached zero. The overall throughput was not affected. (Thanks PartialVolume)