desktop-v1.15.0
superset-sh/supersetdesktop-v1.15.0Jul 13, 2026by github-actions[bot]
AI Summary
Improves terminal fidelity with native wheel scrolling and connection status indicators, while expanding mobile capabilities with ACP-backed workspace pages. It also adds Discord triage automation and various UI polish items.
Key Highlights
- Implement native-fidelity terminal wheel scrolling
- Add terminal connection status indicator with diagnosis popover
- Mobile ACP-backed workspace pages with restyled home screen
- Add Discord triage to auto-ingest support channels into Linear
New Features
- Replace update toast with sidebar settings-inline updates pill
- Standardize reconnecting WS clients on partysocket
- Add cmd+f search to the v2 changes pane
- Add tab-drag merge preview and nested dropdown corners
Full Release Notes
## What's Changed * fix(host-service): isolate dev pty daemons by @bra1nDump in https://github.com/superset-sh/superset/pull/5564 * feat(mobile): unified home, attachments sheet, glass composer with voice dictation by @saddlepaddle in https://github.com/superset-sh/superset/pull/5581 * fix(desktop): augment PATH for host-service so git status resolves with a truncated login-shell PATH by @Kitenite in https://github.com/superset-sh/superset/pull/5574 * feat(desktop): add View menu toggle for the presets bar by @AviPeltz in https://github.com/superset-sh/superset/pull/5576 * chore: route customer-facing contact emails to support@superset.sh by @Kitenite in https://github.com/superset-sh/superset/pull/5587 * feat(desktop): replace update toast with sidebar settings-inline updates pill by @AviPeltz in https://github.com/superset-sh/superset/pull/5588 * feat(mobile): live ACP agent sessions end to end (host harness, mobile UI, desktop gate) by @bra1nDump in https://github.com/superset-sh/superset/pull/5580 * feat(desktop): pin the local workspace name to "local" and block renaming it by @AviPeltz in https://github.com/superset-sh/superset/pull/5586 * fix(release): enforce CLI lockstep on desktop publish and guard cli-latest rollback by @Kitenite in https://github.com/superset-sh/superset/pull/5589 * fix(desktop): shorten canary version in post-update confirmation pill by @AviPeltz in https://github.com/superset-sh/superset/pull/5629 * feat(discord-triage): auto-ingest Discord support channels into Linear Triage by @Kitenite in https://github.com/superset-sh/superset/pull/5627 * fix(desktop): refresh relay JWT on WS reconnect and stop retrying definitive 403s by @Kitenite in https://github.com/superset-sh/superset/pull/5628 * feat(mobile): ACP-backed workspace pages — restyled home, native workspace screen, diff surface by @saddlepaddle in https://github.com/superset-sh/superset/pull/5635 * feat(desktop,web): native-fidelity terminal wheel scrolling via custom xterm handler + kitty identity by @AviPeltz in https://github.com/superset-sh/superset/pull/5639 * revert(desktop,web): native-fidelity terminal wheel scrolling (#5639) by @AviPeltz in https://github.com/superset-sh/superset/pull/5641 * feat(desktop): animate update pill countdown border and pixel-dissolve exit by @AviPeltz in https://github.com/superset-sh/superset/pull/5640 * feat(discord-triage): mirror Discord artifacts and enhance tickets with Claude Sonnet by @Kitenite in https://github.com/superset-sh/superset/pull/5638 * fix(discord-triage): edit-precondition must use Linear-normalized description by @Kitenite in https://github.com/superset-sh/superset/pull/5643 * docs: generate weekly changelog 2026-07-12 by @Kitenite in https://github.com/superset-sh/superset/pull/5636 * refactor(workspace-client,web): standardize reconnecting WS clients on partysocket by @Kitenite in https://github.com/superset-sh/superset/pull/5637 * feat(desktop,web): native-fidelity terminal wheel scrolling — take 2 (custom xterm handler + kitty identity) by @AviPeltz in https://github.com/superset-sh/superset/pull/5642 * docs(changelog): rework launch tweet instructions to single-tweet format by @Kitenite in https://github.com/superset-sh/superset/pull/5651 * feat(desktop): tab-drag merge preview, plus settings & sidebar UX polish and nested dropdown corners by @mikemilla in https://github.com/superset-sh/superset/pull/5647 * feat(desktop): terminal connection status indicator with diagnosis popover by @Kitenite in https://github.com/superset-sh/superset/pull/5652 * feat(desktop): add cmd+f search to the v2 changes pane by @AviPeltz in https://github.com/superset-sh/superset/pull/5648 * feat(workspace-client,desktop): relay WS outage telemetry + version-stamped desktop events by @Kitenite in https://github.com/superset-sh/superset/pull/5653 ## New Contributors * @mikemilla made their first contribution in https://github.com/superset-sh/superset/pull/5647 **Full Changelog**: https://github.com/superset-sh/superset/compare/desktop-v1.14.3...desktop-v1.15.0