Every release file now carries a title: two to six plain words naming the change a user would remember it for. The generator refuses a release without one, promote carries the title from unreleased.md, and the unreleased template opens with a title line. The changelog-authoring skill and the format README describe how to write it. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
1.1 KiB
1.1 KiB
version, date, title
| version | date | title |
|---|---|---|
| 1.4.2 | 2026-01-02 | Timeline navigation with undo and redo |
App
New
- Added timeline dialog (
/timelinecommand or Cmd/Ctrl+T) for navigating, reverting, and forking from any point in the conversation (thanks to @aptdnfapt). - Added
/undoand/redocommands for reverting and restoring messages in a session (thanks to @aptdnfapt). - Added fork button on user messages to create a new session from any point (thanks to @aptdnfapt).
Improvements
- Desktop app: keyboard shortcuts now use Cmd on macOS and Ctrl on web/other platforms (thanks to @sakhnyuk).
- Migrated to OpenCode SDK v2 with improved API types and streaming.
VS Code
New
- Added timeline dialog (
/timelinecommand or Cmd/Ctrl+T) for navigating, reverting, and forking from any point in the conversation (thanks to @aptdnfapt). - Added
/undoand/redocommands for reverting and restoring messages in a session (thanks to @aptdnfapt). - Added fork button on user messages to create a new session from any point (thanks to @aptdnfapt).
Improvements
- Migrated to OpenCode SDK v2 with improved API types and streaming.