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
35 lines
1016 B
Markdown
35 lines
1016 B
Markdown
---
|
|
version: 1.3.5
|
|
date: 2025-12-26
|
|
title: Faster workspace switching and fuzzy file search
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- Added Nushell support for OpenCode CLI operations.
|
|
- Added Discord links in the about section.
|
|
- Added settings for choosing the default model/agent to start with in a new session.
|
|
|
|
### Improvements
|
|
- Improved file search with fuzzy matching capabilities.
|
|
- Enhanced mobile responsiveness in chat controls.
|
|
- Improved provider loading reliability during workspace switching.
|
|
|
|
### Fixes
|
|
- Fixed workspace switching performance and API health checks.
|
|
- Fixed session handling for non-existent worktree directories.
|
|
|
|
## VS Code
|
|
|
|
### New
|
|
- Added settings for choosing the default model/agent to start with in a new session.
|
|
|
|
### Improvements
|
|
- Improved file search with fuzzy matching capabilities.
|
|
- Improved provider loading reliability during workspace switching.
|
|
|
|
### Fixes
|
|
- Fixed workspace switching performance and API health checks.
|
|
- Fixed session handling for non-existent worktree directories.
|