Release v1.36.0 (#47)

* Fix multi-workspace drag/drop, WebView click focus, and add regression tests

- Wire bonsplit isInteractive to workspace active state so inactive
  workspace NSViews are hidden from AppKit event routing
- Add CmuxWebView.mouseDown notification for browser panel focus
  tracking (AppKit delivers clicks to WKWebView, not SwiftUI overlays)
- Add multi-workspace focus regression test covering isHidden fix,
  rapid workspace switching, and browser panel focus routing

* Bump version to 1.36.0
This commit is contained in:
Lawrence Chen 2026-02-17 04:04:29 -08:00 committed by GitHub
parent 2678606a20
commit c2fdd48290
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 433 additions and 13 deletions

View file

@ -2,6 +2,13 @@
All notable changes to cmux are documented here.
## [1.36.0] - 2026-02-17
### Fixed
- App hang when omnibar safety timeout failed to fire (blocked main thread)
- Tab drag/drop not working when multiple workspaces exist
- Clicking in browser WebView not focusing the browser tab
## [1.35.0] - 2026-02-17
### Fixed