diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 598c35c8..98ad4882 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
diff --git a/doc/chm/VeraCrypt User Guide.ru.chm b/doc/chm/VeraCrypt User Guide.ru.chm
index 2efc101e..b19bef5c 100644
Binary files a/doc/chm/VeraCrypt User Guide.ru.chm and b/doc/chm/VeraCrypt User Guide.ru.chm differ
diff --git a/doc/chm/VeraCrypt User Guide.zh-cn.chm b/doc/chm/VeraCrypt User Guide.zh-cn.chm
index 6d3eafce..a8cd7780 100644
Binary files a/doc/chm/VeraCrypt User Guide.zh-cn.chm and b/doc/chm/VeraCrypt User Guide.zh-cn.chm differ
diff --git a/doc/html/en/Release Notes.html b/doc/html/en/Release Notes.html
index 1bc8de63..e4f862ff 100644
--- a/doc/html/en/Release Notes.html
+++ b/doc/html/en/Release Notes.html
@@ -39,7 +39,7 @@
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.
-
1.26.29 (June 4th, 2026):
+
1.26.29 (June 8th, 2026):
All OSes:
@@ -52,7 +52,7 @@
Reported by https://github.com/vastblast
-
Fix CPU feature detection and crypto implementation edge cases, including AVX2/leaf 7 detection, Camellia SSSE3 dispatch, Twofish x64 multiblock tail handling and Whirlpool alignment.
+
Fix CPU feature detection and crypto implementation edge cases, including AVX2/leaf 7 detection, BLAKE2s/Argon2 no-SSE2 x86 fallback paths, Camellia SSSE3 dispatch, Twofish x64 multiblock tail handling and Whirlpool alignment.
Update documentation, including Argon2id/KDF information and split Windows/Unix command line usage pages.
Update translations.
@@ -71,6 +71,8 @@
Improve driver I/O handling, including safer request completion, ordered volume flush barriers, and better VERIFY/TRIM validation.
Fix PBKDF XSTATE cleanup and add Win64 unwind metadata for AES assembly.
Speed up mounting when KDF autodetection is selected.
+
Allow selecting which KDF algorithms are included in the benchmark dialog.
+
Allow canceling long mount operations from the wait dialog and with the new /cancelmount CLI switch, including auto-mount scans.
Add support for new Microsoft UEFI CA 2023 signed EFI bootloaders while preserving Microsoft UEFI CA 2011 support.
Improve EFI system encryption repair and upgrade handling, including stuck decryption finalization, Post-OOBE repair, loader restoration verification, and clearer missing-loader reporting.
Fix EFI DcsProp rewrite handling.
@@ -97,13 +99,13 @@
--filesystem=ntfs3 now pins the kernel ntfs3 driver and bypasses mount helpers such as mount.ntfs3.
-
Fix AppImage portability and language loading, allow AppImage file name to start with "veracrypt" in any case.
+
Fix AppImage portability and language loading, bundle a matching FUSE library, and allow AppImage file name to start with "veracrypt" in any case.
Suppress redundant "already running" dialog and store the GUI instance lock under XDG paths.
Add emergency cleanup for stale unmounts.
Parallelize header KDF autodetection.
Honor nokernelcrypto during external formatting.
On WSL, open mounted volumes using Windows Explorer.
-
Add support for reproducible Linux builds and Arch package builds.
+
Add support for reproducible Linux builds, including SOURCE_DATE_EPOCH handling, DEB/RPM packages, and Arch package builds.
Исправлены определение возможностей процессора и граничные случаи криптографических реализаций, включая определение AVX2/leaf 7, диспетчеризацию Camellia SSSE3, обработку хвоста многоблочных операций Twofish x64 и выравнивание Whirlpool.
+
Исправлены определение возможностей процессора и граничные случаи криптографических реализаций, включая определение AVX2/leaf 7, резервные пути BLAKE2s/Argon2 для x86 без SSE2, диспетчеризацию Camellia SSSE3, обработку хвоста многоблочных операций Twofish x64 и выравнивание Whirlpool.
Обновлена документация, включая сведения об Argon2id/KDF и разделение страниц использования командной строки для Windows и Unix.
Обновлены переводы.
@@ -74,6 +74,8 @@ VeraCrypt старее, чем 1.18a.
Улучшена обработка ввода-вывода в драйвере, включая более безопасное завершение запросов, упорядоченные барьеры сброса данных томов и более строгую проверку VERIFY/TRIM.
Исправлена очистка XSTATE для PBKDF и добавлены метаданные раскрутки стека Win64 для AES-кода на ассемблере.
Ускорено монтирование при выборе автодетекции KDF.
+
В диалоге теста производительности теперь можно выбирать алгоритмы KDF для проверки.
+
Теперь длительные операции монтирования можно отменять из диалога ожидания и с помощью нового параметра командной строки /cancelmount, включая сканирование автомонтирования.
Добавлена поддержка новых EFI-загрузчиков, подписанных Microsoft UEFI CA 2023, при сохранении поддержки Microsoft UEFI CA 2011.
Улучшены восстановление и обновление шифрования системы EFI, включая завершение зависшего расшифрования, восстановление после OOBE, проверку восстановления загрузчика и более понятные сообщения об отсутствии загрузчика.
Исправлена обработка перезаписи EFI DcsProp.
@@ -100,13 +102,13 @@ VeraCrypt старее, чем 1.18a.
--filesystem=ntfs3 теперь фиксирует использование ядрового драйвера ntfs3 и обходит помощники монтирования, такие как mount.ntfs3.
-
Исправлены переносимость AppImage и загрузка языка; имя файла AppImage теперь может начинаться с «veracrypt» в любом регистре.
+
Исправлены переносимость AppImage и загрузка языка; теперь AppImage включает соответствующую библиотеку FUSE, а имя файла AppImage может начинаться с «veracrypt» в любом регистре.