Release notes now live in changelog/<version>.md (front matter with version and date, then ## App and ## VS Code sections grouped into New, Improvements, Fixes, Misc) plus changelog/unreleased.md for what has not shipped. `bun run changelog:build` renders CHANGELOG.md, packages/vscode/CHANGELOG.md, and changelog/index.json from them; `changelog:check` fails when the outputs are behind and runs in CI and in release:prepare. `oc-dev create-release` promotes unreleased.md to the versioned file dated today and rebuilds. The existing history was split mechanically: every bullet kept, sorted into groups by keyword, five hand-typed headers with one-digit days normalised to YYYY-MM-DD (the update dialog matched none of them). The generated files keep today's release headers, which the update dialog, the release workflow, and the website match by regex. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
2.1 KiB
2.1 KiB
version, date
| version | date |
|---|---|
| 1.4.4 | 2026-01-08 |
App
New
- Agent Manager: added "Copy Worktree Path" action in the more menu (thanks to @wienans).
- Worktrees: added session creation flow with loading screen, auto-create worktree setting, and setup commands management.
- Settings: added the ability to create new sessions in worktrees by default.
- Git view: added branch rename for worktree.
- Projects: added multi-project support with per-project settings for agents/commands/skills.
- Tunnel: added QR code and password URL for Cloudflare tunnel (thanks to @martindonadieu).
Improvements
- Agent Manager / Multi Run: select agent per worktree session (thanks to @wienans).
- Agent Manager / Multi Run: worktree actions to delete group or individual worktrees, or keep only selected one (thanks to @wienans).
- Session sidebar: refactored the unified view for sessions in worktrees.
- Event stream: improved SSE with heartbeat management, permission bootstrap on connect, and reconnection logic.
Fixes
- Chat: fixed IME composition for CJK input to prevent accidental send (thanks to @madebyjun).
- Model selector: fixed dropdowns not responding to viewport size.
VS Code
New
- Agent Manager: added "Copy Worktree Path" action in the more menu (thanks to @wienans).
- Worktrees: added session creation flow with loading screen, auto-create worktree setting, and setup commands management.
- Settings: added ability to create new session in worktree by default.
- Projects: added multi-project support with per-project settings for agents/commands/skills.
Improvements
- Agent Manager / Multi Run: select agent per worktree session (thanks to @wienans).
- Agent Manager / Multi Run: worktree actions to delete group or individual worktrees, or keep only selected one (thanks to @wienans).
- Session sidebar: refactoring with unified view for sessions in worktrees.
- Event stream: improved SSE with heartbeat management, permission bootstrap on connect, and reconnection logic.
Fixes
- Chat: fixed IME composition for CJK input to prevent accidental send (thanks to @madebyjun).
- Model selector: fixed dropdowns not responding to viewport size.