desktop-v1.11.3
superset-sh/supersetdesktop-v1.11.3May 24, 2026by github-actions[bot]
AI Summary
Terminal rendering fixes and v2 onboarding improvements to handle terminal output flow control and WebGL issues.
Key Highlights
- Fixed WebGL atlas rendering issues in terminal.
- Added flow control to terminal output to prevent deadlock.
- Implemented skippable v2 onboarding.
- Refactored DiffPane to use @pierre/diffs CodeView.
New Features
- Terminal rendering fix (WebGL atlas)
- Terminal flow control
- Skippable v2 onboarding
- DiffPane CodeView refactor
Full Release Notes
## What's Changed * chore(desktop): bump version to 1.11.2 by @Kitenite in https://github.com/superset-sh/superset/pull/4885 * [codex] Bump xterm for WebGL atlas fix by @Kitenite in https://github.com/superset-sh/superset/pull/4892 * fix(desktop): bump @xterm/* to beta.220 for upstream WebGL atlas-merge fix by @justincrich in https://github.com/superset-sh/superset/pull/4893 * fix(desktop): focus-aware Cmd+W and Cmd+R in browser panes (SUPER-794 v2) by @justincrich in https://github.com/superset-sh/superset/pull/4865 * feat(desktop): skippable v2 onboarding + Settings re-run entry by @Kitenite in https://github.com/superset-sh/superset/pull/4867 * [codex] fix v2 preset env commands by @Kitenite in https://github.com/superset-sh/superset/pull/4831 * Add terminal output flow control by @Kitenite in https://github.com/superset-sh/superset/pull/4896 * refactor(desktop): port v2 DiffPane to @pierre/diffs CodeView by @Kitenite in https://github.com/superset-sh/superset/pull/4898 **Full Changelog**: https://github.com/superset-sh/superset/compare/desktop-v1.11.2...desktop-v1.11.3