changelog
Every release of Pane since v0.0.1.
- Ship arch-specific Mac builds instead of universal
- Fetch model prices from OpenRouter, fix stale rate-limit scope
- Add share and download buttons to Usage & Limits screen
- Fix release notification race: gate on checksums, not tag push (#517)
- Watch --from now baseline replay, post-restart agent.unknown, panel labelling
- Add in-app GitHub feedback flow
- Remove render-time component ref mutations
- Keep event refs aligned with committed state
- Keep React state updaters side-effect free
- Make remote settings updates replay-safe
- Publish immutable git status queue updates
- Clean up dialog timer and terminal observer
- Route remaining renderer diagnostics through dev logger
- Route setup and IPC diagnostics through dev logger
- Remove low-risk renderer debug logs
- Stabilize remaining frontend effects
- Stabilize session view effects
- Preserve pending editor autosaves
- Fix stable React hook dependencies
- Replace legacy require imports
- Remove dead declarations and assignments
- Mark intentionally unused parameters
- Remove unused catch bindings
- Remove unused main process declarations
- Eliminate React Fast Refresh lint warnings
- Remove deterministic ESLint warnings
- Reach zero anti-slop findings and block regressions (phase 5)
- Replace module mocks with explicit test seams (phase 4)
- Phase 3b: preserve frontend finite contracts
- Phase 3a: tighten finite internal contracts
- Eliminate script and test boundary findings
- Eliminate phase 2d quality findings
- Refactor process and service boundaries (phase 2c)
- Remove unused @anthropic-ai/claude-code dependency and its dead build config (afterSign hook, ReadableStream polyfill, stale NOTICES)
- Send the root-cause probe at convergence; fresh-eyes on human deliverables
- Add RunPane pane rename command, closes #393
- Bring the human in before the work, and recommend a delivery lane
- Document experimental Remote Pane
- Fix nightly whitespace before merge
- Polish remote PWA voice input handoff
- Package websocket runtime dependency
- Proxy Deepgram streaming through daemon
- Add PWA live voice transcription
- Add GPT-5.5 transcription glossary
- Track voice transcription usage
- Refine PWA mobile input layout
- Upload voice audio to Fal CDN
- Add PWA voice transcription
- Fix remote terminal cwd fallback
- Fix remote host connection code persistence
- Add mobile remote terminal scroll control
- Improve remote PWA Safari resilience
- Add remote PWA pane creation
- Add remote PWA mobile sidebar actions
- Make remote PWA auth Safari-friendly
- Preserve direct remote invoke support
- Extend remote PWA request retries
- Harden remote PWA mobile reconnect
- Revoke remote host codes when forgotten
- Add remote host code cleanup
- Fix Tailscale remote preview CORS
- Fix remote PWA preview public routing
- Add remote PWA preview deploy
- Add remote Pane PWA client
- Fix runtime switch renderer resync
- Normalize session timestamps in frontend
- Add remote desktop shortcut
- Add remote host client controls
- Fix remote terminal visibility per viewer
- Show remote client device labels
- Clarify Tailscale Serve startup delay
- Fix remote daemon liveness and status
- Fix Settings remote setup port selection
- Avoid remote setup port collisions
- Add Tailscale IP fallback for remote profiles
- Use macOS Tailscale CLI formula fallback
- Fix Tailscale setup recovery edge cases
- Improve Tailscale client recovery UX
- Fix interactive Tailscale Serve setup
- Add interactive Tailscale remote setup
- Install tailscale during remote setup
- Disambiguate remote setup label
- Require tailscale for remote setup
- Clarify Remote Pane setup instructions
- Add in-app remote host setup
- Add manual nightly release workflow
- Abort cloud stop when local switch fails
- Fix settings font reload loop
- Detect setup args in packaged Windows
- Polish settings and cloud stop behavior
- Prioritize connection import settings
- Emit Linux headless daemon env
- Add one-command daemon setup
- Boot hosted cloud VMs into headless daemon
- Mark missing hosted profiles as connection errors
- Expose recovery for missing hosted profile
- Refresh config on remote resync
- Surface hosted daemon connection failures
- Handle hosted cloud reconnect edge cases
- Resync after hosted cloud mode switch
- Remove duplicate cloud smoke coverage
- Handle hosted cloud fallback states
- Gate hosted daemon readiness on connection
- Link hosted cloud workspaces to remote profiles
- Fall back to hosted daemon state
- Honor novnc fallback for hosted cloud
- Preserve legacy cloud tunnel controls
- Hide hosted daemon stop controls
- Handle daemon-first hosted workspace state
- Surface daemon-only cloud state
- Add hosted cloud workspace state contract
- Seed IPv6 remote profile URLs
- Add remote profile import flow
- Block terminal file reveal in remote mode
- Time out remote daemon SSE handshake
- Forward active session hints to remote daemon
- Preserve split CRLF SSE chunks
- Resync remote client on initial connect
- Normalize IPv6 remote pairing defaults
- Resync remote clients after reconnect
- Preserve remote daemon subpath routing
- Roll back failed remote activation
- Keep retrying remote daemon connects
- Harden remote daemon client transport
- Add Electron remote daemon client adapter
- Daemonize permission approval flow
- Harden remote daemon HTTP transport
- Add remote daemon HTTP transport
- Reject empty remote daemon profiles
- Add remote daemon config surface
- Extract headless daemon host bootstrap
- Restore live Electron daemon bridge boot
- Route renderer daemon commands through bridge
- Flush buffered output before hiding terminals
- Preserve hidden terminal output on visibility change
- Deliver hidden terminal output to daemon clients
- Shorten unix daemon socket paths
- Harden local daemon socket server
- Drop backpressured daemon clients
- Forward script state daemon events
- Harden local daemon socket startup
- Start local Pane daemon server
- Route git mutator IPC through registry
- Route git status IPC through registry
- Route session runtime IPC through registry
- Route terminal runtime IPC through registry
- Route data-domain IPC through command registry
- Add pane command registry core
- Preserve UTF-8 daemon socket frames
- Add daemon protocol primitives
- Add daemon boundary import regression test
- Extract runtime and event sink boundary
- Use target path semantics for worktree sync
- Enforce maintained regression checks
- Bump release version to 1.1.146
- Debounce terminal WebGL detach on app blur
- Increase panel tab minimum width
- Hide scrollbar indicators across themed surfaces
- Expand structural theming and add dusk oled
- Add ember and aurora themes and remove resize chrome
- Apply structural theme shells for dusk and forge
- Light theme tab contrast, tab min-width, and theme-specific rounding
- Add Dusk and Forge themes with full visual overhaul system
- Add git history graph to DetailPanel sidebar
- Theme-aware dropdowns and keyboard shortcut tooltips for terminal pills
- Improve terminal output batching and add spawn concurrency limiter
- Add resource usage monitor with CPU and memory tracking
- Add terminal row pill shortcuts and restore Codex menu entry
- Add terminal shortcuts with hints overlay
- PathResolver + CommandRunner for universal WSL support
- Add OLED Black theme
- Prevent macOS traffic light buttons from overlapping UI content
- Add kbd indicator for New Workspace shortcut on active project
- Add keyboard shortcuts for git branch actions
- Fetch all PR states and enrich PR data on project refresh
- Auto-rename sessions to PR title, PR status indicator, sidebar cleanup
- Improve run script generation prompt with edge case handling
- Replace foozol icon with new Pane logo across all platforms
- Update attribution email to runpane GitHub account
- Add git committer attribution for Pane IDE
- Replace fragile WSL --cd flag with universal bash -c pattern
- Ctrl+B sidebar toggle & Ctrl+Shift+1-5 add-tool shortcuts
- Fix terminal command injection by detecting shell prompt
- Add Ctrl+T and Ctrl+W keyboard shortcuts for tab management
- Polish left sidebar — project headers, PR numbers, workspace CTA
- Add Jupyter notebook read-only preview in Editor panel
- Replace branch dropdown with searchable combobox in Create Session dialog