From 3976d00bcfb1955cebc90fc006350e2d4692d368 Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Mon, 9 Feb 2026 15:59:18 +0800 Subject: [PATCH 1/4] update release notes --- _articles/info/schedule/Stable.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_articles/info/schedule/Stable.md b/_articles/info/schedule/Stable.md index 3c5ab696..53dc3ee2 100644 --- a/_articles/info/schedule/Stable.md +++ b/_articles/info/schedule/Stable.md @@ -10,6 +10,12 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page # Stable Releases +## 19.3.1 (02/11/2026) + +* Updated the checking of the local network access. +* Updated third-party libraries to enhance security. +* Fixed the params of a local network request, which causes failure to connect to the service after installation (only on Safari 26.2). + ## 19.3 (12/11/2025) ### New Features @@ -137,6 +143,10 @@ Updated the names of headers for the REST API. - Fixed a CORS request blocked error which also triggers a prompt to install the Dynamic Web TWAIN Service. - Fixed Vite runtime errors caused by polyfills and resource path misconfiguration. +## 18.5.4 (02/11/2026) + +Updated third-party libraries to enhance security. + ## 18.5.3 (01/14/2026) Updated third-party libraries to enhance security. From f214b29512601bf3443041c45107c04e41188160 Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Mon, 9 Feb 2026 16:14:00 +0800 Subject: [PATCH 2/4] refine 19.3.1 release note --- _articles/info/schedule/Stable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_articles/info/schedule/Stable.md b/_articles/info/schedule/Stable.md index 53dc3ee2..25f3f708 100644 --- a/_articles/info/schedule/Stable.md +++ b/_articles/info/schedule/Stable.md @@ -12,9 +12,9 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page ## 19.3.1 (02/11/2026) -* Updated the checking of the local network access. +* Improved the local network access check. Screenshots have been moved to a separate web page (which lists UI differences across browsers/versions) instead of being embedded directly in the dialogs. * Updated third-party libraries to enhance security. -* Fixed the params of a local network request, which causes failure to connect to the service after installation (only on Safari 26.2). +* Fixed an issue with local network request parameters that caused connection failures after installation (affecting only Safari 26.2). ## 19.3 (12/11/2025) From 7b3575c0a2d17f00eaff9643678d5b8b095b6959 Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Tue, 10 Feb 2026 14:17:46 +0800 Subject: [PATCH 3/4] remove 18.5.4 release note --- _articles/info/schedule/Stable.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/_articles/info/schedule/Stable.md b/_articles/info/schedule/Stable.md index 25f3f708..8fb2dbb2 100644 --- a/_articles/info/schedule/Stable.md +++ b/_articles/info/schedule/Stable.md @@ -143,9 +143,6 @@ Updated the names of headers for the REST API. - Fixed a CORS request blocked error which also triggers a prompt to install the Dynamic Web TWAIN Service. - Fixed Vite runtime errors caused by polyfills and resource path misconfiguration. -## 18.5.4 (02/11/2026) - -Updated third-party libraries to enhance security. ## 18.5.3 (01/14/2026) From e511cd4e8b38b9f4dcf1a63825f96a10fb2606a8 Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Wed, 11 Feb 2026 11:23:57 +0800 Subject: [PATCH 4/4] update affected safari version --- _articles/info/schedule/Stable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/info/schedule/Stable.md b/_articles/info/schedule/Stable.md index 8fb2dbb2..84bb0a92 100644 --- a/_articles/info/schedule/Stable.md +++ b/_articles/info/schedule/Stable.md @@ -14,7 +14,7 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page * Improved the local network access check. Screenshots have been moved to a separate web page (which lists UI differences across browsers/versions) instead of being embedded directly in the dialogs. * Updated third-party libraries to enhance security. -* Fixed an issue with local network request parameters that caused connection failures after installation (affecting only Safari 26.2). +* Fixed an issue with local network request parameters that caused connection failures after installation (affecting only Safari 26.2+). ## 19.3 (12/11/2025)