Update Changelog.md
This commit is contained in:
parent
431f12e609
commit
e011d6c221
11
Changelog.md
11
Changelog.md
|
@ -1,8 +1,9 @@
|
|||
# v1.11 (soon to be released)
|
||||
# v1.11 (released 3/23/2021)
|
||||
<ul>
|
||||
<li>Much more secure wipe via <code>sdelete64</code> for Windows, <code>shred</code> for Linux.</li>
|
||||
<li>Much more secure wipe via <code>sdelete64</code> for Windows, <code>shred</code> for Linux, and <code>rm -P</code> for MacOS</li>
|
||||
<li>Much more beautiful UI for MacOS</li>
|
||||
<li>Robust secure wipe support for drag and dropped files/folders</li>
|
||||
<li>Only open input files in read mode, since write mode is unnecessary.</li>
|
||||
<li>Clean up source code</li>
|
||||
<li><strong>New: </strong>Drag and drop support (multiple files, a folder, etc.)</li>
|
||||
<li>Only open input files in read mode, since write mode is unnecessary</li>
|
||||
<li>Clean up source code, add better comments</li>
|
||||
<li><strong>New: </strong>Drag and drop support (multiple files, a folder, a file and a folder, etc.)</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue