diff options
Diffstat (limited to 'doc/html')
-rw-r--r-- | doc/html/Release Notes.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index a62f3f16..48e422ce 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -35,7 +35,7 @@ <div class="wikidoc"> <h1>Release Notes</h1> -<p><strong style="text-align:left">1.23-BETA2 </strong>(July 5<sup>nd</sup>, 2018):</p> +<p><strong style="text-align:left">1.23-BETA3 </strong>(August 12<sup>th</sup>, 2018):</p> <ul> <li><strong>Windows:</strong> <ul> @@ -45,18 +45,28 @@ <li>Make EFI Rescue Disk decrypt partition correctly when Windows Repair overwrites first partition sector.</li> <li>Don't start EFI system encryption process if SecureBoot is enabled and VeraCrypt-DCS custom keys are not loaded in the machine's firmware.</li> <li>Add internal verification of binaries embedded signature to protect against some types to tampering attacks.</li> +<li>Fix Secure Desktop not working for favorites set to mount at logon on Windows 10 under some circumstances.</li> <li>when Secure Desktop is enabled, use it for Mount Options dialog if it is displayed before password dialog.</li> <li>when extracting files in Setup or Portable mode, decompress zip files docs.zip and Languages.zip in order to have ready to use configuration.</li> +<li>Display a balloon tip warning message when text pasted to password field is longer than maximum length and so it will be truncated.</li> +<li>Implement language selection mechanism at the start of the installer to make easier for international users.</li> </ul> </li> <li><strong>MacOSX:</strong> <ul> <li>Support pasting values to password fields using keyboard (CMD+V and CMD+A now working properly). +<li>Add CheckBox in mount option dialog to force the use of embedded backup header during mount.</li> +<li>When performing backup of volume header, automatically try to use embedded backup header if using the main header fails.</li> +<li>Implement benchmarking UI for Hash and PKCS-5 PRF algorithms.</li> </ul> </li> <li><strong>Linux:</strong> <ul> <li>Don't allow waiting dialog to be closed before the associated operation is finished. This fix a crash under Lubuntu 16.04. +<li>Add CheckBox in mount option dialog to force the use of embedded backup header during mount.</li> +<li>When performing backup of volume header, automatically try to use embedded backup header if using the main header fails.</li> +<li>Implement benchmarking UI for Hash and PKCS-5 PRF algorithms.</li> +<li>Remove limitation of hidden volume protection on disk with sector size larger than 512 bytes.</li> </ul> </li> </ul> |