Releases: DeadWaveWave/opencove
Releases · DeadWaveWave/opencove
Nightly v0.2.0-nightly.20260330.1
What's Changed
- Phase 3: Space Explorer 交互与视觉打磨 by @DeadWaveWave in #109
- Fix CI: Prettier format check by @DeadWaveWave in #111
- Milestone 0: filesystem guardrails tests by @DeadWaveWave in #112
- feat(settings): add terminal font family selector by @Tian-orz in #97
New Contributors
Full Changelog: v0.2.0-nightly.20260329.1...v0.2.0-nightly.20260330.1
Nightly v0.2.0-nightly.20260329.1
What's Changed
- docs: filesystem + document node guidance by @DeadWaveWave in #106
- feat(filesystem): desktop IPC + preload api by @DeadWaveWave in #108
Full Changelog: v0.2.0-nightly.20260328.1...v0.2.0-nightly.20260329.1
Nightly v0.2.0-nightly.20260328.1
What's Changed
- refactor: landing phase 1 architecture + naming guardrails by @DeadWaveWave in #93
- fix: respect defaultTerminalProfileId when hydrating terminals on restart by @YonganZhang in #99
- feat: Control Surface project/space list + CLI 列表命令 by @DeadWaveWave in #98
- refactor(terminal): extract TerminalSessionManager from runtime.ts by @Asukabot0 in #103
New Contributors
- @YonganZhang made their first contribution in #99
- @Asukabot0 made their first contribution in #103
Full Changelog: v0.2.0-nightly.20260327.1...v0.2.0-nightly.20260328.1
Nightly v0.2.0-nightly.20260327.1
What's Changed
- docs: sharpen README positioning by @DeadWaveWave in #91
Full Changelog: v0.2.0-nightly.20260326.1...v0.2.0-nightly.20260327.1
Nightly v0.2.0-nightly.20260326.1
What's Changed
- docs: Update app preview image in README by @DeadWaveWave in #85
Full Changelog: v0.2.0-nightly.20260325.2...v0.2.0-nightly.20260326.1
Nightly v0.2.0-nightly.20260325.2
What's Changed
- Spaces: Space Archives snapshots + replay by @DeadWaveWave in #80
- Control Center + agent standby banner notifications by @DeadWaveWave in #81
- feat(workspace-canvas): drag-surface multi-select + space-dominant drag by @DeadWaveWave in #82
Full Changelog: v0.2.0-nightly.20260325.1...v0.2.0-nightly.20260325.2
Nightly v0.2.0-nightly.20260325.1
What's Changed
- feat: task prompt templates by @DeadWaveWave in #71
- Settings: user-controlled standard window size by @DeadWaveWave in #70
- fix: add pnpm onlyBuiltDependencies for electron binary download by @chen-985211 in #73
- Workspace arrange: aspect-aware packing + stable created time ordering by @DeadWaveWave in #72
- feat(canvas): paste/drop image nodes by @DeadWaveWave in #74
- Cmd/Ctrl+F: workspace search + terminal find by @DeadWaveWave in #78
- fix(pty): isolate node-pty in utility process by @DeadWaveWave in #75
- fix: repair persistence schema upgrades by @DeadWaveWave in #76
- Fix react-hooks dependency warnings by @DeadWaveWave in #79
Full Changelog: v0.2.0-nightly.20260324.1...v0.2.0-nightly.20260325.1
Nightly v0.2.0-nightly.20260324.1
What's Changed
- feat: app update checker by @DeadWaveWave in #49
- feat: warn on cross-directory space drop for terminal/agent by @DeadWaveWave in #51
- Workspace canvas: label colors + single-color filter by @DeadWaveWave in #54
- fix/drag node with space by @DeadWaveWave in #55
- fix(canvas): zoom-aware drag + target zoom slider preview by @DeadWaveWave in #56
- fix(workspace-canvas): stable space push-away during node drag by @DeadWaveWave in #57
- fix: correct release tag env expansion on Windows by @DeadWaveWave in #58
- Focus-aware shortcuts + keybinding settings by @DeadWaveWave in #59
- Workspace canvas: polished tiled arrange and magnetic guides by @DeadWaveWave in #42
- fix: freeze opencode terminal theme to dark by @DeadWaveWave in #60
- fix: agent terminal dual cursor and exit message rendering by @GabrielDrapor in #61
- fix: push away nodes when converting notes to tasks by @DeadWaveWave in #63
- Refine workspace context menu placement and ordering by @DeadWaveWave in #64
- Fix crowded-space window creation layout and centering by @DeadWaveWave in #62
- fix: restore terminal UTF-8 input and history keys by @DeadWaveWave in #65
- Warn before closing the last node in a space by @DeadWaveWave in #66
- Redesign What's New release notes delivery by @DeadWaveWave in #67
- Refine shortcut customization model by @DeadWaveWave in #68
- Default to dark theme by @DeadWaveWave in #69
New Contributors
- @GabrielDrapor made their first contribution in #61
Full Changelog: v0.2.0-nightly.20260322.1...v0.2.0-nightly.20260324.1
Nightly v0.2.0-nightly.20260322.1
What's Changed
- fix: center new nodes on cursor by @DeadWaveWave in #30
- feat: add note action to pane context menu by @DeadWaveWave in #29
- fix: show only branch badge for worktree spaces by @DeadWaveWave in #31
- Restrict canvas dragging to headers and expand resize handles by @DeadWaveWave in #32
- fix(e2e): prevent focus-stealing window mode by @DeadWaveWave in #33
- fix(vitest): align coverage exclude paths by @DeadWaveWave in #35
- fix(csp): disable unsafe-inline styles in production by @DeadWaveWave in #36
- fix(worktree): warn dirty archive and require confirmation by @DeadWaveWave in #38
- Copy last agent final message to clipboard by @DeadWaveWave in #34
- Refresh Claude/Gemini model catalogs by @DeadWaveWave in #37
- docs: add Unreleased changelog workflow by @DeadWaveWave in #39
- Workspace: Run Agent submenu + Settings Agent tab by @DeadWaveWave in #41
- feat(theme): UI theme switching + light mode polish by @DeadWaveWave in #40
- UI: VS Code-style header + Command Center by @DeadWaveWave in #44
- Simplify GitHub PR integration to link-only chip by @DeadWaveWave in #43
- fix: restore packaged terminal rendering by @DeadWaveWave in #45
- Fix task advanced settings collapse + opaque dialogs by @DeadWaveWave in #48
- Fix Windows UI + stabilize auto canvas input + soften light minimap by @DeadWaveWave in #47
- fix(windows): titleBarOverlay causes blank window and misaligned header on Windows 10 by @chen-985211 in #52
- perf: throttle terminal output during canvas interaction by @DeadWaveWave in #50
- Workspace: improve node creation around spaces by @DeadWaveWave in #53
New Contributors
- @chen-985211 made their first contribution in #52
Full Changelog: v0.2.0-nightly.20260318.1...v0.2.0-nightly.20260322.1
Nightly v0.2.0-nightly.20260318.1
What's Changed
- fix: restore Windows Codex terminal wheel input by @DeadWaveWave in #28
- fix: handle Windows worktree archive cleanup by @DeadWaveWave in #27
Full Changelog: v0.2.0-nightly.20260317.1...v0.2.0-nightly.20260318.1