1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 09:46:43 +00:00
Picocrypt/Changelog.md
2021-03-23 19:11:44 -04:00

10 lines
528 B
Markdown

# v1.11 (released 3/23/2021)
<ul>
<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, add better comments</li>
<li><strong>New: </strong>Drag and drop support (multiple files, a folder, a file and a folder, etc.)</li>
</ul>