Skip to content

Tags: Serial-Studio/Serial-Studio

Tags

continuous

Toggle continuous's commit message
feat(data-tables): live register edits, help link, test-dialog table API

Shared-memory register edits now mark the project modified the moment the
user types, test dialogs see uncommitted register values, frame parser and
output scripts can read project-wide constants, and the Shared Memory
toolbars expose a Help entry mirroring the frame parser view.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

v3.2.7

Toggle v3.2.7's commit message
v3.2.7: version bump, plugin improvements, translations, and UI fixes

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v3.2.6

Toggle v3.2.6's commit message
chore: bump version to 3.2.6

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v3.2.5

Toggle v3.2.5's commit message
refactor: replace QtWebEngine with QtWebView for lighter footprint

Use the platform-native WebView instead of the full Chromium-based
WebEngineView. Key adaptations: load HTML via loadHtml() since WebView
does not support qrc: URLs, and use document.title for JS-to-QML
signaling since onNavigationRequested is unavailable.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>

v3.2.4

Toggle v3.2.4's commit message
feat: update to 3.2.4

v3.2.3

Toggle v3.2.3's commit message
chore: upgrade to 3.2.3

v3.2.2

Toggle v3.2.2's commit message

v3.2.1

Toggle v3.2.1's commit message
docs: update example

v3.2.0

Toggle v3.2.0's commit message
fix: fix Windows build issues & disable LTO on FlatHub builds

v3.1.10

Toggle v3.1.10's commit message
fix: update to Qt 6.9.2