diff --git a/programming/cplusplus/release-notes/cpp-3.md b/programming/cplusplus/release-notes/cpp-3.md
index 7c718c0..93f8550 100644
--- a/programming/cplusplus/release-notes/cpp-3.md
+++ b/programming/cplusplus/release-notes/cpp-3.md
@@ -8,6 +8,27 @@ needGenerateH3Content: false
# Release Notes for C++ Edition - 3.x
+## 3.6.3000 (08/20/2026)
+
+### Improved
+
+- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short.
+
+### Fixed
+
+- Fixed an issue where MicroPDF417 decoding results did not match the expected output.
+
+- Fixed a hang that could occur during multi-threaded processing.
+
+- Fixed hangs and crashes that could occur with certain input images and templates.
+
+- Fixed a crash that could occur during initialization on Linux ARM64.
+
+### Security Updates
+
+- Updated third-party libraries to incorporate the latest security fixes.
+
+
## 3.6.1000 (07/23/2026)
### Highlights
diff --git a/programming/cplusplus/release-notes/index.md b/programming/cplusplus/release-notes/index.md
index 8e7a5a3..d371f9a 100644
--- a/programming/cplusplus/release-notes/index.md
+++ b/programming/cplusplus/release-notes/index.md
@@ -9,6 +9,7 @@ noTitleIndex: true
# Release Notes - Dynamsoft Capture Vision CPP
+- [3.6.3000 (08/20/2026)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#363000-08202026)
- [3.6.1000 (07/23/2026)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#361000-07232026)
- [3.4.3000 (06/30/2026)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#343000-06302026)
- [3.4.2001 (04/17/2026)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#342001-04172026)
diff --git a/programming/cplusplus/user-guide/document-scanner.md b/programming/cplusplus/user-guide/document-scanner.md
index c1fe5f1..39f28ea 100644
--- a/programming/cplusplus/user-guide/document-scanner.md
+++ b/programming/cplusplus/user-guide/document-scanner.md
@@ -33,7 +33,7 @@ To find out whether your environment is supported, please read the [System Requi
## Installation
-If you haven't downloaded the SDK yet, download the `C/C++ Package` now and unpack the package into a directory of your choice.
+If you haven't downloaded the SDK yet, download the `C/C++ Package` now and unpack the package into a directory of your choice.
> [!IMPORTANT]
> For this tutorial, we unpack it to a pseudo directory `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content.
diff --git a/programming/cplusplus/user-guide/mrz-scanner.md b/programming/cplusplus/user-guide/mrz-scanner.md
index 8e49383..a543d34 100644
--- a/programming/cplusplus/user-guide/mrz-scanner.md
+++ b/programming/cplusplus/user-guide/mrz-scanner.md
@@ -39,7 +39,7 @@ To find out whether your environment is supported, please read the [System Requi
## Installation
-If you haven't downloaded the SDK yet, download the `C/C++ Package` now and unpack the package into a directory of your choice.
+If you haven't downloaded the SDK yet, download the `C/C++ Package` now and unpack the package into a directory of your choice.
> [!IMPORTANT]
> For this tutorial, we unpack it to a pseudo directory `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content.
diff --git a/programming/dotnet/release-notes/dotnet-3.md b/programming/dotnet/release-notes/dotnet-3.md
index 5684c4a..798706b 100644
--- a/programming/dotnet/release-notes/dotnet-3.md
+++ b/programming/dotnet/release-notes/dotnet-3.md
@@ -8,6 +8,27 @@ needGenerateH3Content: false
# Release Notes for .NET Edition - 3.x
+## 3.6.3000 (08/20/2026)
+
+### Improved
+
+- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short.
+
+### Fixed
+
+- Fixed an issue where MicroPDF417 decoding results did not match the expected output.
+
+- Fixed a hang that could occur during multi-threaded processing.
+
+- Fixed hangs and crashes that could occur with certain input images and templates.
+
+- Fixed a crash that could occur during initialization on Linux ARM64.
+
+### Security Updates
+
+- Updated third-party libraries to incorporate the latest security fixes.
+
+
## 3.6.1000 (07/23/2026)
### Highlights
diff --git a/programming/dotnet/release-notes/index.md b/programming/dotnet/release-notes/index.md
index 99e645d..c4433b4 100644
--- a/programming/dotnet/release-notes/index.md
+++ b/programming/dotnet/release-notes/index.md
@@ -9,6 +9,7 @@ noTitleIndex: true
# Module Release Notes - Dynamsoft Capture Vision .NET Edition
+- [3.6.3000 (08/20/2026)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#363000-08202026)
- [3.6.1000 (07/23/2026)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#361000-07232026)
- [3.4.3000 (06/30/2026)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#343000-06302026)
- [3.4.2001 (04/17/2026)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#342001-04172026)
diff --git a/programming/java/release-notes/index.md b/programming/java/release-notes/index.md
index abb2675..287f452 100644
--- a/programming/java/release-notes/index.md
+++ b/programming/java/release-notes/index.md
@@ -9,6 +9,7 @@ noTitleIndex: true
# Module Release Notes - Dynamsoft Capture Vision Java Edition
+- [3.6.3000 (08/20/2026)]({{ site.dcvb_java_release_notes }}java-3.html#363000-08202026)
- [3.6.1000 (07/23/2026)]({{ site.dcvb_java_release_notes }}java-3.html#361000-07232026)
- [3.4.3000 (06/30/2026)]({{ site.dcvb_java_release_notes }}java-3.html#343000-06302026)
- [3.4.2001 (04/17/2026)]({{ site.dcvb_java_release_notes }}java-3.html#342001-04172026)
diff --git a/programming/java/release-notes/java-3.md b/programming/java/release-notes/java-3.md
index 0e4e1b8..23581df 100644
--- a/programming/java/release-notes/java-3.md
+++ b/programming/java/release-notes/java-3.md
@@ -8,6 +8,27 @@ needGenerateH3Content: false
# Release Notes for Java Edition - 3.x
+## 3.6.3000 (08/20/2026)
+
+### Improved
+
+- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short.
+
+### Fixed
+
+- Fixed an issue where MicroPDF417 decoding results did not match the expected output.
+
+- Fixed a hang that could occur during multi-threaded processing.
+
+- Fixed hangs and crashes that could occur with certain input images and templates.
+
+- Fixed a crash that could occur during initialization on Linux ARM64.
+
+### Security Updates
+
+- Updated third-party libraries to incorporate the latest security fixes.
+
+
## 3.6.1000 (07/23/2026)
### Highlights
diff --git a/programming/python/release-notes/index.md b/programming/python/release-notes/index.md
index de5af89..aa09994 100644
--- a/programming/python/release-notes/index.md
+++ b/programming/python/release-notes/index.md
@@ -9,6 +9,7 @@ noTitleIndex: true
# Module Release Notes - Dynamsoft Capture Vision Python Edition
+- [3.6.3000 (08/20/2026)]({{ site.dcvb_python_release_notes }}python-3.html#363000-08202026)
- [3.6.1000 (07/23/2026)]({{ site.dcvb_python_release_notes }}python-3.html#361000-07232026)
- [3.4.3000 (06/30/2026)]({{ site.dcvb_python_release_notes }}python-3.html#343000-06302026)
- [3.4.2001 (04/17/2026)]({{ site.dcvb_python_release_notes }}python-3.html#342001-04172026)
diff --git a/programming/python/release-notes/python-3.md b/programming/python/release-notes/python-3.md
index 67f7363..1d01b3c 100644
--- a/programming/python/release-notes/python-3.md
+++ b/programming/python/release-notes/python-3.md
@@ -8,6 +8,27 @@ needGenerateH3Content: false
# Release Notes for Python Edition - 3.x
+## 3.6.3000 (08/20/2026)
+
+### Improved
+
+- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short.
+
+### Fixed
+
+- Fixed an issue where MicroPDF417 decoding results did not match the expected output.
+
+- Fixed a hang that could occur during multi-threaded processing.
+
+- Fixed hangs and crashes that could occur with certain input images and templates.
+
+- Fixed a crash that could occur during initialization on Linux ARM64.
+
+### Security Updates
+
+- Updated third-party libraries to incorporate the latest security fixes.
+
+
## 3.6.1000 (07/23/2026)
### Highlights