• v1.14.2 c9a41370e0

    jkaindl released this 2026-07-15 14:50:16 +00:00 | 54 commits to main since this release

    Fixes the "Download bundle (.zip)" button doing nothing in the packaged DMG app. Root cause: the desktop app opens the WebUI in a native pywebview WKWebView window, which gates handling of <a download> links behind webview.settings['ALLOW_DOWNLOADS'] (default False, never enabled). The server-side download route was already correct.

    See CHANGELOG.md and pipeline/CHANGELOG.md for details.

    Downloads