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
41 lines
2.5 KiB
Markdown
41 lines
2.5 KiB
Markdown
---
|
|
version: 1.10.1
|
|
date: 2026-05-06
|
|
title: Git sync and stash management
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- Git: added one-click Sync and stash management, including stash access from a clean worktree.
|
|
- UI/Localization: added Polish interface translations, expanding language support for Polish-speaking users (thanks to @levy52).
|
|
- Sessions: added a quick archive action directly on session rows (thanks to @zoubenr).
|
|
- Files: added a manual save mode to the file editor.
|
|
- Chat/Timeline: added full-text timeline search across user, assistant, and tool messages in a session.
|
|
- Mobile/Terminal: added an opt-in keyboard resize mode and steady touch terminal input.
|
|
|
|
### Improvements
|
|
- Chat/Reliability: pending questions now survive session switches and directory eviction.
|
|
- VSCode/Reliability: aligned session status parsing and reconnect reconciliation (thanks to @vhqtvn).
|
|
|
|
### Fixes
|
|
- Git: improved sync safety and feedback with latest remote refs, clearer progress banners, less flicker during refresh, cleaner header controls, and better unavailable pull-request states.
|
|
- Terminal: restored focus back to terminal input after Ghostty element blur events.
|
|
- Startup/Reliability: configured OpenCode CLI paths are now validated before managed startup, with clearer errors for missing, non-executable, or app-bundle paths.
|
|
- Performance/Reliability: reduced duplicate app initialization, deferred heavier views, lowered local server status overhead, optimized markdown file-link detection, reduced sync recovery payloads, and suppressed expected missing-directory noise.
|
|
|
|
## VS Code
|
|
|
|
### New
|
|
- UI/Localization: added Polish interface translations, expanding language support for Polish-speaking users (thanks to @levy52).
|
|
- Sessions: added a quick archive action directly on session rows (thanks to @zoubenr).
|
|
- Chat/Timeline: added full-text timeline search across user, assistant, and tool messages in a session.
|
|
|
|
### Improvements
|
|
- Chat/Reliability: pending questions now survive session switches and directory eviction.
|
|
- Reliability/Sync: aligned session status parsing and reconnect reconciliation (thanks to @vhqtvn).
|
|
|
|
### Fixes
|
|
- Startup/Reliability: configured OpenCode CLI paths are now validated before managed startup, with clearer errors for missing, non-executable, or app-bundle paths.
|
|
- Performance/Reliability: reduced duplicate extension initialization, deferred heavier views, lowered managed runtime status overhead, optimized markdown file-link detection, reduced sync recovery payloads, and suppressed expected missing-directory noise.
|