-
v0.9.9 Stable
released this
2026-05-14 17:23:06 +02:00 | 0 commits to master since this releaseFixes
- "Failed to fetch" loop in the UI (Issue #21): When the web UI was opened via the LAN IP,
/kx/printerswas returningbridge_url: http://localhost:7125, which caused the browser to fire cross-origin requests from the LAN IP tolocalhost— these were silently blocked, producing a flood ofTypeError: Failed to fetchpoll errors. The bridge now sends an emptybridge_urlin single-printer mode so the frontend uses relative paths against the same origin as the UI. In multi-printer mode,localhost/127.0.0.1are filtered out as bridge hosts. - Windows EXE startup crash (Issue #21): The v0.9.8
kx-bridge.exewas built with a staleconfig_loader.pyfrom an earlier release and crashed on startup withAttributeError: module 'config_loader' has no attribute 'list_printers'.release.shnow syncsconfig_loader.pyinto the Windows build repository together with the other source files.
Downloads
- "Failed to fetch" loop in the UI (Issue #21): When the web UI was opened via the LAN IP,