diff --git a/doc/chm/VeraCrypt User Guide.chm b/doc/chm/VeraCrypt User Guide.chm
index 42bc7bfe..4dc172fa 100644
Binary files a/doc/chm/VeraCrypt User Guide.chm and b/doc/chm/VeraCrypt User Guide.chm differ
diff --git a/doc/html/Release Notes.html b/doc/html/Release Notes.html
index c10022e2..d381ae01 100644
--- a/doc/html/Release Notes.html
+++ b/doc/html/Release Notes.html
@@ -39,11 +39,21 @@
Note to users who created volumes with 1.17 version of VeraCrypt or earlier:
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.3 (June 28th, 2023):
+1.26.3 (July 2nd, 2023):
- All OSes:
- Add support for BLAKE2s as new PRF algorithm for both system encryption and standard volumes.
+- Introducing native EMV banking smart card integration for non-system volumes.
+
+
- Complete removal of RIPEMD160 and GOST89 algorithms. Legacy volumes using any of them cannot be mounted by VeraCrypt anymore.
- Add Corsican language support. Update several translations.
- Update documentation
@@ -65,6 +75,9 @@
- Allow selecting size unit (KB/MB/GB) for generated keyfiles
- Avoid silent failure of Fast Create when creating file containers by displaying warning if required privilege is not held
- Allow choosing Fast Create in Format Wizard UI when creating file containers
+- Fix formatting issues during volume creation on some machines.
+- Display full list of supported cluster sizes for NTFS, ReFS and exFAT filesystems when creating volumes
+- Support drag-n-drop of files and keyfiles in Expander.
- Implement translation of Expander UI
- Update LZMA library to version 23.01
- Update libzip to version 1.9.2 and zlib to version 1.2.13.
@@ -78,6 +91,7 @@
- Fix assert messages displayed when using wxWidgets 3.1.6 and newer.
- Fix issues launching fsck on Linux.
- Fix privilege escalation prompts being ignored.
+- Fix wrong size for hidden volume when selecting the option to use all free space.
- Fix various issues when running in Text mode:
- Don't allow selecting exFAT/BTRFS filesytem if they are not present or not compatible with the created volume.
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h
index 9b09fa8c..617126a6 100644
--- a/src/Common/Tcdefs.h
+++ b/src/Common/Tcdefs.h
@@ -73,9 +73,9 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift);
#define VERSION_NUM 0x0126
// Release date
-#define TC_STR_RELEASE_DATE L"June 28, 2023"
+#define TC_STR_RELEASE_DATE L"July 2, 2023"
#define TC_RELEASE_DATE_YEAR 2023
-#define TC_RELEASE_DATE_MONTH 06
+#define TC_RELEASE_DATE_MONTH 07
#define BYTES_PER_KB 1024LL
#define BYTES_PER_MB 1048576LL