Skip to content

Commit 29c7849

Browse files
committed
Update Release Notes. Set release date to August 4th.
1 parent c8b9a73 commit 29c7849

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

doc/html/Release Notes.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>Release Notes</h1>
3939
<strong>Note to users who created volumes with 1.17 version of VeraCrypt or earlier: </strong><br/>
4040
<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>
4141
</p>
42-
<p><strong style="text-align:left">1.26.13</strong> (August 1<sup>st</sup>, 2024):</p>
42+
<p><strong style="text-align:left">1.26.13</strong> (August 4<sup>th</sup>, 2024):</p>
4343
<ul>
4444
<li><strong>All OSes:</strong>
4545
<ul>
@@ -51,7 +51,11 @@ <h1>Release Notes</h1>
5151
</li>
5252
<li><strong>Windows:</strong>
5353
<ul>
54-
<li>Better fix for Secure Desktop issues under Windows 11 22H2</li>
54+
<li>Better fix for Secure Desktop issues under Windows 11 22H2
55+
<ul>
56+
<li>IME is now disabled in Secure Desktop because it is known to cause issues</li>
57+
</ul>
58+
</li>
5559
<li>VeraCrypt Expander: Fix expansion of volumes on disks with a sector size different from 512 (by skl0n6)</li>
5660
<li>Fix writing wrong EFI System Encryption Advanced Options to registry</li>
5761
<li>Don't close Setup when exiting VeraCrypt process through system tray Exit menu</li>

doc/html/ru/Release Notes.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1>История версий</h1>
4242
внешние, так и скрытые тома, включая шифрование системы и скрытую ОС, и удалить существующие тома, созданные версией
4343
VeraCrypt старее, чем 1.18a.</span></li>
4444
</p>
45-
<p><strong style="text-align:left">1.26.13</strong> (1 августа 2024 года):</p>
45+
<p><strong style="text-align:left">1.26.13</strong> (4 августа 2024 года):</p>
4646
<ul>
4747
<li><strong>Все ОС:</strong>
4848
<ul>
@@ -54,7 +54,11 @@ <h1>История версий</h1>
5454
</li>
5555
<li><strong>Windows:</strong>
5656
<ul>
57-
<li>Улучшено исправление проблем с безопасным рабочим столом в Windows 11 22H2.</li>
57+
<li>Улучшено исправление проблем с безопасным рабочим столом в Windows 11 22H2.
58+
<ul>
59+
<li>IME теперь отключен в безопасном рабочем столе, так как известно, что он вызывает проблемы.</li>
60+
</ul>
61+
</li>
5862
<li>VeraCrypt Expander: Исправлено расширение томов на дисках с размером сектора, отличным от 512 байтов (от skl0n6).</li>
5963
<li>Исправлена запись неправильных дополнительных параметров шифрования системы EFI в реестр.</li>
6064
<li>Не закрывается программа установки при выходе из процесса VeraCrypt через меню выхода на панели задач.</li>

src/Common/Tcdefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
7373
#define VERSION_NUM 0x0126
7474

7575
// Release date
76-
#define TC_STR_RELEASE_DATE L"August 1, 2024"
76+
#define TC_STR_RELEASE_DATE L"August 4, 2024"
7777
#define TC_RELEASE_DATE_YEAR 2024
7878
#define TC_RELEASE_DATE_MONTH 8
7979

0 commit comments

Comments
 (0)