Changelog
io.Connect Desktop 9.14
Release date: 16.06.2026
| Components | Version |
|---|---|
| Electron | 42.3.3 |
| Chromium | 148.0.7778.218 |
| Node.js | 24.15.0 |
The following libraries are bundled with io.Connect Desktop 9.14 and will be used for auto injection:
| Injected Library | Version |
|---|---|
@interopio/desktop |
6.17 |
@interopio/fdc3 |
2.7 |
New Features
Workspace Splitter Size
It's now possible to customize the size of the Workspace splitters (the draggable dividers between the windows in a Workspace).
To specify a splitter size in pixels, use the
splitterSizeproperty of thesettingsobject within thecomponentsprop of the<Workspaces />component:import Workspaces from "@interopio/workspaces-ui-react"; const App = () => { return ( <Workspaces components={{ settings: { splitterSize: 10 } }} /> ); }; export default App;
Improvements & Bug Fixes
Upgraded to Electron 42.3.3 (Chromium 148).
Improved the App Preferences store to use the Electron networking stack (
netmodule) for HTTP requests instead of the Node.jsrequestlibrary. This enables proper system proxy resolution for app preferences endpoints.Improved handling of the system tray context menu to avoid potential issues.
Improved handling of Channel change events for hidden windows in the advanced platform mode with web groups enabled.
Fixed an issue related to startup crashes occurring on machines with outdated Microsoft Visual C++ Redistributable runtime (versions older than 14.40).
Fixed an issue related to unexpected resizing of app windows when opened from the system tray menu.
Fixed an issue related to Channel filtering in the Fidessa Adapter.