Skip to content
Merged

19.4.3 #1075

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _articles/info/schedule/Stable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _includes/version-list.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<span class="fullVersionHistory">
<ul class="fullVersionInfo">
<li onclick="changeVersion(this)">Latest Version (19.4.2)</li>
<li onclick="changeVersion(this)">Latest Version (19.4.3)</li>
<li onclick="changeVersion(this)">Version 19.0</li>
<li onclick="changeVersion(this)">Version 18.5.1</li>
<li onclick="changeVersion(this)">Version 18.4</li>
Expand Down
2 changes: 1 addition & 1 deletion assets/js/setLatestVersion.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var versionNoteLatestVersion = "19.4.2"
var versionNoteLatestVersion = "19.4.3"

$(function() {
$("#versionNoteLatestVersion").text(" (" + versionNoteLatestVersion + ")")
Expand Down