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.3.8 | 2025-12-29 | Intel Mac support and message queuing |
App
New
- Added Intel Mac (x86_64) support for the desktop application (thanks to @rothnic).
- Added queued message mode with chips, batching, and idle auto‑send (including attachments).
- Added queue mode toggle to OpenChamber settings (chat section) with persistence across runtimes.
Improvements
- Build workflow now generates separate builds for Apple Silicon (arm64) and Intel (x86_64) Macs (thanks to @rothnic).
- Improved dev server HMR by reusing a healthy OpenCode process to avoid zombie instances.
- Refactored Agents/Commands management with ability to configure project/user scopes.
Fixes
- Fixed scroll position persistence for active conversation turns across session switches.
VS Code
New
- Added queued message mode with chips, batching, and idle auto‑send (including attachments).
- Added queue mode toggle to settings (chat section).
Improvements
- Refactored Agents/Commands management with ability to configure project/user scopes.
Fixes
- Fixed scroll position persistence for active conversation turns across session switches.