diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-09-04 19:59:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-04 21:59:25 +0200 |
commit | 32052f214b052531cc55d5d52c0283adabf838ca (patch) | |
tree | 224cfea81e6eac90f7cd2788a2bb1e159489044f /doc/html/Release Notes.html | |
parent | ff3cbf5672fe7599f025cf3f9f4ebe1db83a2e51 (diff) | |
download | VeraCrypt-32052f214b052531cc55d5d52c0283adabf838ca.tar.gz VeraCrypt-32052f214b052531cc55d5d52c0283adabf838ca.zip |
Minor cleanup of the repo (#822)
* *: source files should not be executable
* *: make sure files have final newline
* *: remove BOM from text files
* translations: unify headers
* *: fix typos
* *: trim excess whitespace
Diffstat (limited to 'doc/html/Release Notes.html')
-rw-r--r-- | doc/html/Release Notes.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index 9dbb7f09..c04cae77 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -10,7 +10,7 @@ </head> <body> -<div> +<div> <a href="https://www.veracrypt.fr/en/Home.html"><img src="VeraCrypt128x128.png" alt="VeraCrypt"/></a> </div> @@ -27,7 +27,7 @@ <div> <p> -<a href="Documentation.html">Documentation</a> +<a href="Documentation.html">Documentation</a> <img src="arrow_right.gif" alt=">>" style="margin-top: 5px"> <a href="Release%20Notes.html">Version History</a> </p></div> @@ -347,7 +347,7 @@ <li>Enable selection of Quick Format for file containers creation. Separate Quick Format and Dynamic Volume options in the wizard UI.</li> <li>Fix editor of EFI system encryption configuration file not accepting ENTER key to add new lines.</li> <li>Avoid simultaneous calls of favorites mounting, for example if corresponding hotkey is pressed multiple times.</li> -<li>Ensure that only one thread at a time can create a secure desktop.</li> +<li>Ensure that only one thread at a time can create a secure desktop.</li> <li>Resize some dialogs in Format and Mount Options to to fix some text truncation issues with non-English languages.</li> <li>Fix high CPU usage when using favorites and add switch to disable periodic check on devices to reduce CPU load.</li> <li>Minor UI changes.</li> @@ -831,4 +831,4 @@ incorrect Impersonation Token Handling. </li></ul> <li>Correct issue while creating hidden operating system. </li><li>Minor improvements and bug fixes. </li></ul> </li></ul> </div> -</div><div class="ClearBoth"></div></body></html>
\ No newline at end of file +</div><div class="ClearBoth"></div></body></html> |