From 9b6c57273956057aea86312638052af97da9e4f4 Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Tue, 25 Aug 2026 14:19:17 +0800 Subject: [PATCH 1/2] 19.4.3 release notes --- _articles/info/schedule/Stable.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_articles/info/schedule/Stable.md b/_articles/info/schedule/Stable.md index ffdf10b2..bc9edc00 100644 --- a/_articles/info/schedule/Stable.md +++ b/_articles/info/schedule/Stable.md @@ -10,6 +10,13 @@ description: Dynamic Web TWAIN SDK Documentation Schedule Stable Release Page # Stable Releases +## 19.4.3 (08/27/2026) + +* Updated third-party libraries to enhance security. +* Changed the compression format of the Linux .deb packages from zstd to xz for better compatibility with older Linux distributions (v19.4 started using zstd). +* Fixed an issue on Linux where the service started on every login, resulting in multiple running instances. + + ## 19.4.2 (07/30/2026) * Updated third-party libraries to enhance security. From 25261728273dcba40e7f2b009f010ed267eca6ec Mon Sep 17 00:00:00 2001 From: tony-xlh Date: Tue, 25 Aug 2026 14:20:06 +0800 Subject: [PATCH 2/2] update version to 19.4.3 --- _includes/version-list.html | 2 +- assets/js/setLatestVersion.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/version-list.html b/_includes/version-list.html index efa8e362..47597b64 100644 --- a/_includes/version-list.html +++ b/_includes/version-list.html @@ -1,6 +1,6 @@
    -
  • Latest Version (19.4.2)
  • +
  • Latest Version (19.4.3)
  • Version 19.0
  • Version 18.5.1
  • Version 18.4
  • diff --git a/assets/js/setLatestVersion.js b/assets/js/setLatestVersion.js index 65faa8f2..034ff257 100644 --- a/assets/js/setLatestVersion.js +++ b/assets/js/setLatestVersion.js @@ -1,4 +1,4 @@ -var versionNoteLatestVersion = "19.4.2" +var versionNoteLatestVersion = "19.4.3" $(function() { $("#versionNoteLatestVersion").text(" (" + versionNoteLatestVersion + ")")