diff options
Diffstat (limited to 'doc/html/Release Notes.html')
-rw-r--r-- | doc/html/Release Notes.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html index d57015c6..c10022e2 100644 --- a/doc/html/Release Notes.html +++ b/doc/html/Release Notes.html @@ -39,13 +39,14 @@ <strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/> <span style="color:#ff0000;">To avoid hinting whether your volumes contain a hidden volume or not, or if you depend on plausible deniability when using hidden volumes/OS, then you must recreate both the outer and hidden volumes including system encryption and hidden OS, discarding existing volumes created prior to 1.18a version of VeraCrypt.</span></li> </p> -<p><strong style="text-align:left">1.26.2</strong> (June 4<sup>th</sup>, 2023):</p> +<p><strong style="text-align:left">1.26.3</strong> (June 28<sup>th</sup>, 2023):</p> <ul> <li><strong>All OSes:</strong> <ul> <li>Add support for BLAKE2s as new PRF algorithm for both system encryption and standard volumes.</li> <li>Complete removal of RIPEMD160 and GOST89 algorithms. Legacy volumes using any of them cannot be mounted by VeraCrypt anymore.</li> <li>Add Corsican language support. Update several translations. </li> +<li>Update documentation</li> </ul> </li> <li><strong>Windows:</strong> @@ -59,6 +60,13 @@ </li> <li>Add dropdown menu to Mount button to allow mounting without using the cache.</li> <li>Possible workaround for logarithmic slowdown for Encrypt-In-Place on large volumes.</li> +<li>Fix stall issue caused by Quick Format of large file containers</li> +<li>make Expander first check file existence before proceeding further</li> +<li>Allow selecting size unit (KB/MB/GB) for generated keyfiles</li> +<li>Avoid silent failure of Fast Create when creating file containers by displaying warning if required privilege is not held</li> +<li>Allow choosing Fast Create in Format Wizard UI when creating file containers</li> +<li>Implement translation of Expander UI</li> +<li>Update LZMA library to version 23.01</li> <li>Update libzip to version 1.9.2 and zlib to version 1.2.13.</li> </ul> </li> @@ -69,6 +77,7 @@ <li>Fix compatibility issues with Ubuntu 23.04.</li> <li>Fix assert messages displayed when using wxWidgets 3.1.6 and newer.</li> <li>Fix issues launching fsck on Linux.</li> +<li>Fix privilege escalation prompts being ignored.</li> <li>Fix various issues when running in Text mode: <ul> <li>Don't allow selecting exFAT/BTRFS filesytem if they are not present or not compatible with the created volume.</li> @@ -77,6 +86,8 @@ <li>Fix printing error when checking freespace during volume creation in path doesn't exist.</li> </ul> </li> +<li>Use wxWidgets 3.2.2.1 for static builds (e.g. console only version)</li> +<li>Fix compatibility of generic installers with old Linux distros</li> </ul> </li> </ul> |