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
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
---
|
|
version: 1.4.2
|
|
date: 2026-01-02
|
|
title: Timeline navigation with undo and redo
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- Added timeline dialog (`/timeline` command or Cmd/Ctrl+T) for navigating, reverting, and forking from any point in the conversation (thanks to @aptdnfapt).
|
|
- Added `/undo` and `/redo` commands 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 (`/timeline` command or Cmd/Ctrl+T) for navigating, reverting, and forking from any point in the conversation (thanks to @aptdnfapt).
|
|
- Added `/undo` and `/redo` commands 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.
|