mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Increment version to 1.26.22. Update Release Notes. Update signed drivers.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -40,7 +40,7 @@
|
||||
<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.21</strong> (May 17<sup>th</sup>, 2025):</p>
|
||||
<p><strong style="text-align:left">1.26.22</strong> (May 26<sup>th</sup>, 2025):</p>
|
||||
<ul>
|
||||
<li><strong>All OSes:</strong>
|
||||
<ul>
|
||||
@@ -52,7 +52,21 @@
|
||||
</li>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>Update libzip to version 1.11.3.</li>
|
||||
<li>Implemented screen protection against screenshots and screen recording, enabled by default.
|
||||
<ul>
|
||||
<li>This feature can be disabled during installation or via the Performance/Driver Configuration settings.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Added checkboxes to the MSI installer to control memory protection and screen protection features.
|
||||
<ul>
|
||||
<li>Introduced command-line options <code>DISABLEMEMORYPROTECTION</code> and <code>DISABLESCREENPROTECTION</code> for the MSI installer to manage these features.</li>
|
||||
<li>Both options accept values <code>0</code> (enabled) or <code>1</code> (disabled).</li>
|
||||
<li>Example usage:<br>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.22.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Updated <code>libzip</code> to version 1.11.3.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Linux:</strong>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
VeraCrypt старее, чем 1.18a.</span></li>
|
||||
</p>
|
||||
|
||||
<p><strong style="text-align:left">1.26.21</strong> (17 мая 2025 года):</p>
|
||||
<p><strong style="text-align:left">1.26.22</strong> (26 мая 2025 года):</p>
|
||||
<ul>
|
||||
<li><strong>Все ОС:</strong>
|
||||
<ul>
|
||||
@@ -55,7 +55,21 @@ VeraCrypt старее, чем 1.18a.</span></li>
|
||||
</li>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>Библиотека libzip обновлена до версии 1.11.3.</li>
|
||||
<li>Реализована защита экрана от снятия скриншотов и записи экрана, по умолчанию включена.
|
||||
<ul>
|
||||
<li>Данная функция может быть отключена во время установки или через параметры производительности/конфигурации драйвера.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>В MSI-установщик добавлены флажки для управления функциями защиты памяти и экрана.
|
||||
<ul>
|
||||
<li>Добавлены параметры командной строки <code>DISABLEMEMORYPROTECTION</code> и <code>DISABLESCREENPROTECTION</code> для управления этими функциями в MSI-установщике.</li>
|
||||
<li>Оба параметра принимают значения <code>0</code> (включено) или <code>1</code> (отключено).</li>
|
||||
<li>Пример использования:<br>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.22.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Библиотека <code>libzip</code> обновлена до версии 1.11.3.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Linux:</strong>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<span style="color:#ff0000;">为避免暴露您的卷是否包含隐藏卷,或者如果您在使用隐藏卷/操作系统时依赖似是而非的否认能力,那么您必须重新创建外部和隐藏卷,包括系统加密和隐藏操作系统,并丢弃VeraCrypt 1.18a版本之前创建的现有卷。</span></li>
|
||||
</p>
|
||||
|
||||
<p><strong style="text-align:left">1.26.21</strong> (2025年5月17日):</p>
|
||||
<p><strong style="text-align:left">1.26.22</strong> (2025年5月26日):</p>
|
||||
<ul>
|
||||
<li><strong>所有操作系统:</strong>
|
||||
<ul>
|
||||
@@ -52,6 +52,20 @@
|
||||
</li>
|
||||
<li><strong>Windows:</strong>
|
||||
<ul>
|
||||
<li>实现了屏幕保护功能,可防止截屏和屏幕录制,默认启用。
|
||||
<ul>
|
||||
<li>该功能可在安装过程中或通过“性能/驱动配置”设置禁用。</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>在MSI安装程序中新增复选框,可用于控制内存保护和屏幕保护功能。
|
||||
<ul>
|
||||
<li>新增命令行选项 <code>DISABLEMEMORYPROTECTION</code> 和 <code>DISABLESCREENPROTECTION</code>,用于管理上述功能。</li>
|
||||
<li>这两个选项均可接受 <code>0</code>(启用)或 <code>1</code>(禁用)作为取值。</li>
|
||||
<li>示例用法:<br>
|
||||
<code>msiexec /i VeraCrypt_Setup_x64_1.26.22.msi DISABLESCREENPROTECTION=1 /qn REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable ACCEPTLICENSE=YES</code>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>将libzip更新至1.11.3版本。</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user