What's Changed
- Fix #2210: coalesce portal sync to latest geometry by @austinywang in #2214
- Fix sidebar LazyVStack layout loop by @austinywang in #2328
- Fix remote proxy notification spam by @austinywang in #2330
- Fix sidebar live refresh for branch and PR state by @austinywang in #2331
- Add copy-on-select setting by @austinywang in #2282
- Fix browser pane dark-mode leak on light pages by @austinywang in #2346
- Fix fullscreen new windows opening in current Space by @austinywang in #2345
- Add reset-terminal terminal menu workaround by @austinywang in #2349
- Add New Window to Dock menu by @austinywang in #2340
- Fix #2347 terminal focus and surface recovery by @austinywang in #2354
- Fix #2358 update error details dialog overflow by @austinywang in #2359
- Keep cmux browser Find shortcuts authoritative by @austinywang in #2356
- Fix tmux-compat split-window surface resolution by @austinywang in #2351
- Fix Dock persistence for manual app icons by @austinywang in #2360
- Fix browser pane hangs from redundant portal refreshes by @austinywang in #2353
- Add R2 dual-write for nightly appcast and DMGs by @lawrencecchen in #2335
- Add cmd-click fallback for bare filenames (ls output) by @lawrencecchen in #2294
- Simplify R2 to appcast-only (keep DMGs on GitHub) by @lawrencecchen in #2363
- Relicense from AGPL-3.0 to GPL-3.0 by @lawrencecchen in #2364
- Switch nightly Sparkle feed to R2 by @lawrencecchen in #2366
- Fix minimal mode tab bar disappearing in fullscreen by @lawrencecchen in #2375
- Add hover background to split action buttons by @lawrencecchen in #2271
- Add React Grab inject button to browser toolbar by @lawrencecchen in #2373
- Map Shift+Enter to raw newline in Ghostty by @austinywang in #2355
- Fix transparent background flash during sidebar toggle by @lawrencecchen in #2378
- Fix Ctrl+K in the command palette by @lawrencecchen in #2394
- Keep cmd+p stable during animated workspace title updates by @lawrencecchen in #2393
- Revert "Map Shift+Enter to raw newline in Ghostty" by @austinywang in #2407
- Fix main CI workspace retention in cmd-p switcher by @austinywang in #2412
- Fix duplicate sidebar git metadata publishes by @austinywang in #2405
- Add Open Folder in VS Code (Inline) menu item and command palette entry by @austinywang in #2409
- Remove copy-on-select setting and override by @lawrencecchen in #2420
- Localize tab context menu and alert strings by @lawrencecchen in #2422
- Cache Zig package downloads in CI to prevent TLS flakes by @lawrencecchen in #2423
- Add cmux SSH blog post by @lawrencecchen in #2377
- Update claude-teams blog: link to Claude docs, mention auto env setup by @lawrencecchen in #2426
- Add SSH, Claude Code Teams, browser import, custom commands to README by @lawrencecchen in #2445
- Make sidebar PR lookups event-driven by @lawrencecchen in #2453
- Fix CLI commands briefly stealing focus by @lawrencecchen in #2464
- Fix shell integration review regressions by @lawrencecchen in #2466
- Fix paste from Raycast and apps using alternate plain-text UTIs by @austinywang in #2467
- Fix macOS 26 glass background gating (#2459) by @lawrencecchen in #2468
- Ensure shell integrations always dispatch claude through the bundled wrapper by @austinywang in #2465
- Fix web header overlap by @lawrencecchen in #2452
- Fix stray 'C' insertion from Speakly dictation by @austinywang in #2413
- Fix GitHub star badge k formatting by @lawrencecchen in #2473
- Fix session restore suppression on relaunch by @austinywang in #2469
- Fix claude_vm_node OOM behavior and hook payload retention by @lawrencecchen in #2462
- Keep GitHub stars badge stable across navigation by @lawrencecchen in #2476
- Add GitHub stars badge to README badge rows by @austinywang in #2502
- Add Claude Binary Path setting by @lawrencecchen in #2514
- Update ghostty fork to latest upstream by @lawrencecchen in #2379
- Fix Korean IME jamo leak during composition by @lawrencecchen in #2529
- Fix browser panel resize flicker during split drag by @austinywang in #2513
- Add editable workspace descriptions by @lawrencecchen in #2475
- fix: new-split falls back to focused surface when target is stale by @anusheel in #2518
- Detect listening ports for remote SSH workspaces by @lawrencecchen in #2398
- Fix session restore terminal cursor focus race by @austinywang in #2471
- Support chorded keyboard shortcuts by @lawrencecchen in #2528
- Fix missing sidebar git branch metadata for workspaces by @lawrencecchen in #2563
- Fix missing sidebar ports for agent-run dev servers by @austinywang in #2562
- Fix SSH password auth bootstrap race by @lawrencecchen in #2564
- Fix sidebar layout loop and CLI socket deadlocks by @austinywang in #2601
- Fix focus reporting leak during pane creation (#2446) by @austinywang in #2511
- Fix browser pane flicker during multi-split resize by @austinywang in #2574
- fix: stop swallowing ABC-QWERTZ / and ? in terminal input by @austinywang in #2447
- Keep prompt colors when switching local TERM to xterm-256color by @lawrencecchen in #2613
- Suppress cmd-hover path highlighting while terminal selection is active by @austinywang in #2579
- Fix terminals freezing when first responder drifts by @austinywang in #2505
- Fix React Grab Cmd-Shift-G terminal round-trip by @lawrencecchen in #2615
- fix: DevTools pane breaks after workspace switch round-trips by @austinywang in #2621
- Fix sidebar bg: add missing locale entries and portal resync by @lawrencecchen in #2622
- Keep latest sidebar notification until explicit clear by @lawrencecchen in #2623
- Add cmux omx and cmux omc agent integrations by @lawrencecchen in #2619
- Release v0.63.2 by @austinywang in #2624
New Contributors
Full Changelog: v0.63.1...v0.63.2
What's Changed
- Fix #2210: coalesce portal sync to latest geometry by @austinywang in #2214
- Fix sidebar LazyVStack layout loop by @austinywang in #2328
- Fix remote proxy notification spam by @austinywang in #2330
- Fix sidebar live refresh for branch and PR state by @austinywang in #2331
- Add copy-on-select setting by @austinywang in #2282
- Fix browser pane dark-mode leak on light pages by @austinywang in #2346
- Fix fullscreen new windows opening in current Space by @austinywang in #2345
- Add reset-terminal terminal menu workaround by @austinywang in #2349
- Add New Window to Dock menu by @austinywang in #2340
- Fix #2347 terminal focus and surface recovery by @austinywang in #2354
- Fix #2358 update error details dialog overflow by @austinywang in #2359
- Keep cmux browser Find shortcuts authoritative by @austinywang in #2356
- Fix tmux-compat split-window surface resolution by @austinywang in #2351
- Fix Dock persistence for manual app icons by @austinywang in #2360
- Fix browser pane hangs from redundant portal refreshes by @austinywang in #2353
- Add R2 dual-write for nightly appcast and DMGs by @lawrencecchen in #2335
- Add cmd-click fallback for bare filenames (ls output) by @lawrencecchen in #2294
- Simplify R2 to appcast-only (keep DMGs on GitHub) by @lawrencecchen in #2363
- Relicense from AGPL-3.0 to GPL-3.0 by @lawrencecchen in #2364
- Switch nightly Sparkle feed to R2 by @lawrencecchen in #2366
- Fix minimal mode tab bar disappearing in fullscreen by @lawrencecchen in #2375
- Add hover background to split action buttons by @lawrencecchen in #2271
- Add React Grab inject button to browser toolbar by @lawrencecchen in #2373
- Map Shift+Enter to raw newline in Ghostty by @austinywang in #2355
- Fix transparent background flash during sidebar toggle by @lawrencecchen in #2378
- Fix Ctrl+K in the command palette by @lawrencecchen in #2394
- Keep cmd+p stable during animated workspace title updates by @lawrencecchen in #2393
- Revert "Map Shift+Enter to raw newline in Ghostty" by @austinywang in #2407
- Fix main CI workspace retention in cmd-p switcher by @austinywang in #2412
- Fix duplicate sidebar git metadata publishes by @austinywang in #2405
- Add Open Folder in VS Code (Inline) menu item and command palette entry by @austinywang in #2409
- Remove copy-on-select setting and override by @lawrencecchen in #2420
- Localize tab context menu and alert strings by @lawrencecchen in #2422
- Cache Zig package downloads in CI to prevent TLS flakes by @lawrencecchen in #2423
- Add cmux SSH blog post by @lawrencecchen in #2377
- Update claude-teams blog: link to Claude docs, mention auto env setup by @lawrencecchen in #2426
- Add SSH, Claude Code Teams, browser import, custom commands to README by @lawrencecchen in #2445
- Make sidebar PR lookups event-driven by @lawrencecchen in #2453
- Fix CLI commands briefly stealing focus by @lawrencecchen in #2464
- Fix shell integration review regressions by @lawrencecchen in #2466
- Fix paste from Raycast and apps using alternate plain-text UTIs by @austinywang in #2467
- Fix macOS 26 glass background gating (#2459) by @lawrencecchen in #2468
- Ensure shell integrations always dispatch claude through the bundled wrapper by @austinywang in #2465
- Fix web header overlap by @lawrencecchen in #2452
- Fix stray 'C' insertion from Speakly dictation by @austinywang in #2413
- Fix GitHub star badge k formatting by @lawrencecchen in #2473
- Fix session restore suppression on relaunch by @austinywang in #2469
- Fix claude_vm_node OOM behavior and hook payload retention by @lawrencecchen in #2462
- Keep GitHub stars badge stable across navigation by @lawrencecchen in #2476
- Add GitHub stars badge to README badge rows by @austinywang in #2502
- Add Claude Binary Path setting by @lawrencecchen in #2514
- Update ghostty fork to latest upstream by @lawrencecchen in #2379
- Fix Korean IME jamo leak during composition by @lawrencecchen in #2529
- Fix browser panel resize flicker during split drag by @austinywang in #2513
- Add editable workspace descriptions by @lawrencecchen in #2475
- fix: new-split falls back to focused surface when target is stale by @anusheel in #2518
- Detect listening ports for remote SSH workspaces by @lawrencecchen in #2398
- Fix session restore terminal cursor focus race by @austinywang in #2471
- Support chorded keyboard shortcuts by @lawrencecchen in #2528
- Fix missing sidebar git branch metadata for workspaces by @lawrencecchen in #2563
- Fix missing sidebar ports for agent-run dev servers by @austinywang in #2562
- Fix SSH password auth bootstrap race by @lawrencecchen in #2564
- Fix sidebar layout loop and CLI socket deadlocks by @austinywang in #2601
- Fix focus reporting leak during pane creation (#2446) by @austinywang in #2511
- Fix browser pane flicker during multi-split resize by @austinywang in #2574
- fix: stop swallowing ABC-QWERTZ / and ? in terminal input by @austinywang in #2447
- Keep prompt colors when switching local TERM to xterm-256color by @lawrencecchen in #2613
- Suppress cmd-hover path highlighting while terminal selection is active by @austinywang in #2579
- Fix terminals freezing when first responder drifts by @austinywang in #2505
- Fix React Grab Cmd-Shift-G terminal round-trip by @lawrencecchen in #2615
- fix: DevTools pane breaks after workspace switch round-trips by @austinywang in #2621
- Fix sidebar bg: add missing locale entries and portal resync by @lawrencecchen in #2622
- Keep latest sidebar notification until explicit clear by @lawrencecchen in #2623
- Add cmux omx and cmux omc agent integrations by @lawrencecchen in #2619
- Release v0.63.2 by @austinywang in #2624
- Fix Sparkle update path: bump build number + add monotonic guard by @austinywang in #2625
New Contributors
Full Changelog: v0.63.1...v0.63.2