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:
parent
2678606a20
commit
c2fdd48290
9 changed files with 433 additions and 13 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue