diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index e7ed3a8b..357edcaf 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 0335b80f..a1589005 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 f26818f9..0c157523 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 1ab2d901..6312c5ee 100644
--- a/doc/html/en/Release Notes.html
+++ b/doc/html/en/Release Notes.html
@@ -39,6 +39,37 @@
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.25 (June 25th, 2025):
+
+- All OSes:
+
+ - Update logo icons with a simplified ones without extra label text.
+ - Update documentation.
+ - Update translations.
+
+
+- Windows:
+
+- Add support of Argon2id password hashing algorithm.
+- Add CLI switch /protectScreen to allow disabling screen protection in portable mode (cf documentation)
+- Add argument to CLI switch /protectMemory to allow disabling memory protection in portable mode (cf documentation)
+- Provide VeraCrypt C/C++ SDK for creating volumes (https://github.com/veracrypt/VeraCrypt-SDK)
+
+
+- Linux:
+
+ - Update Ubuntu 25.04 dependency to require libwxgtk3.2-1t64 package
+ - Allow AppImage file to start with "veracrypt" in any case
+ - Fix initial width of columns in main UI.
+
+
+- macOS:
+
+ - Fix initial width of columns in main UI.
+
+
+
+
1.26.24 (May 30th, 2025):
- All OSes:
diff --git a/doc/html/ru/Release Notes.html b/doc/html/ru/Release Notes.html
index e6694340..5d28d35a 100644
--- a/doc/html/ru/Release Notes.html
+++ b/doc/html/ru/Release Notes.html
@@ -42,6 +42,37 @@
VeraCrypt старее, чем 1.18a.
+1.26.25 (25 июня 2025 года):
+
+- Все ОС:
+
+ - Обновлены иконки: теперь используются упрощённые варианты без надписей.
+ - Обновлена документация.
+ - Обновлены переводы.
+
+
+- Windows:
+
+ - Добавлена поддержка алгоритма Argon2id для хеширования паролей.
+ - Добавлен параметр командной строки
/protectScreen
для отключения защиты экрана в портативном режиме (см. документацию).
+ - Добавлен дополнительный аргумент для параметра
/protectMemory
— теперь можно отключать защиту памяти в портативном режиме (см. документацию).
+ - Предоставлен SDK VeraCrypt на C/C++ для создания томов: https://github.com/veracrypt/VeraCrypt-SDK.
+
+
+- Linux:
+
+ - Для Ubuntu 25.04 теперь требуется пакет
libwxgtk3.2-1t64
.
+ - Файл AppImage теперь можно запускать, если его имя начинается с «veracrypt» (регистр букв не имеет значения).
+ - Исправлена начальная ширина столбцов в главном интерфейсе.
+
+
+- macOS:
+
+ - Исправлена начальная ширина столбцов в главном интерфейсе.
+
+
+
+
1.26.24 (30 мая 2025 года):
- Все ОС:
diff --git a/doc/html/zh-cn/Release Notes.html b/doc/html/zh-cn/Release Notes.html
index 513210e9..0c934cf9 100644
--- a/doc/html/zh-cn/Release Notes.html
+++ b/doc/html/zh-cn/Release Notes.html
@@ -39,6 +39,37 @@
为避免暴露您的卷是否包含隐藏卷,或者如果您在使用隐藏卷/操作系统时依赖似是而非的否认能力,那么您必须重新创建外部和隐藏卷,包括系统加密和隐藏操作系统,并丢弃VeraCrypt 1.18a版本之前创建的现有卷。
+1.26.25 (2025年6月25日):
+
+- 所有操作系统:
+
+ - 更新Logo图标,采用无文字标签的简化版。
+ - 更新文档。
+ - 更新翻译。
+
+
+- Windows:
+
+
+- Linux:
+
+ - 更新对Ubuntu 25.04的依赖,需安装
libwxgtk3.2-1t64
软件包。
+ - 允许以任意大小写“veracrypt”开头的AppImage文件运行。
+ - 修复主界面列宽初始显示不正确的问题。
+
+
+- macOS:
+
+
+
+
1.26.24 (2025年5月30日):