1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Increment version to 1.26.22. Update Release Notes. Update signed drivers.

This commit is contained in:
Mounir IDRASSI
2025-05-25 09:49:49 +09:00
parent 34c6557e75
commit 4b46d992da
92 changed files with 162 additions and 108 deletions

View File

@@ -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>