desktop-v1.11.0

superset-sh/supersetdesktop-v1.11.0May 22, 2026by github-actions[bot]

AI Summary

This release focuses on stabilizing the chat interface, improving desktop window management, and making the Slack integration publicly available. It also introduces a dev sign-in button for mobile and a guided setup workflow for new workspaces.

Key Highlights

  • Fixed new-session message flicker in the chat interface.
  • Cmd+W now closes the focused pane instead of the whole window.
  • Added a dev sign-in button for mobile development.
  • Slack integration is now publicly available.
  • Setup-script card opens a guided modal for new workspaces.

New Features

  • Guided workspace setup modal
  • Mobile dev sign-in button
  • Public Slack integration

Full Release Notes

## What's Changed
* fix(chat): kill new-session message flicker (SUPER-753) by @justincrich in https://github.com/superset-sh/superset/pull/4791
* fix(desktop): Cmd+W in browser pane closes focused pane, not whole window by @justincrich in https://github.com/superset-sh/superset/pull/4783
* feat(mobile): add dev sign-in button (mirrors #4778) by @justincrich in https://github.com/superset-sh/superset/pull/4821
* release(sdk): cut alpha.11 + drop internal warnings from public create result by @saddlepaddle in https://github.com/superset-sh/superset/pull/4818
* feat(integrations): make Slack publicly available by @saddlepaddle in https://github.com/superset-sh/superset/pull/4823
* chore(desktop): bump version to 1.10.3 by @Kitenite in https://github.com/superset-sh/superset/pull/4824
* [codex] Fix worktree delete cleanup ordering by @Kitenite in https://github.com/superset-sh/superset/pull/4801
* fix(ci): chain Homebrew formula bump into release-cli pipeline by @saddlepaddle in https://github.com/superset-sh/superset/pull/4826
* feat(desktop): setup-script card opens new-workspace modal with a guided prompt by @saddlepaddle in https://github.com/superset-sh/superset/pull/4819
* release(cli): cut v0.2.20 by @saddlepaddle in https://github.com/superset-sh/superset/pull/4830
* fix(desktop): don't block onboarding on GitHub CLI auth by @saddlepaddle in https://github.com/superset-sh/superset/pull/4834


**Full Changelog**: https://github.com/superset-sh/superset/compare/desktop-v1.10.3...desktop-v1.11.0