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
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
---
|
|
version: 1.5.3
|
|
date: 2026-01-20
|
|
title: Edit files inline in the browser
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- Settings: new memory limits controls for session message history.
|
|
- Chat: new Activity view in collapsed state, now shows latest 6 tools by default.
|
|
|
|
### Improvements
|
|
- Files: edit files inline with syntax highlighting, draft protection, and save/discard flow.
|
|
- Files: toggles to show hidden/dotfiles and gitignored entries in file browsers and pickers (thanks to @syntext).
|
|
- Chat: smooth session switching with more stable scroll anchoring.
|
|
- Git: generated commit messages now auto-pick a gitmoji when enabled (thanks to @TheRealAshik).
|
|
- Performance: faster filesystem/search operations and general stability improvements (thanks to @TheRealAshik).
|
|
|
|
### Fixes
|
|
- Chat: fixed message copy on Firefox for macOS (thanks to @syntext).
|
|
- Appearance: new corner radius control and restored input bar offset setting (thanks to @TheRealAshik).
|
|
|
|
## VS Code
|
|
|
|
### Improvements
|
|
- Chat: improved session switching with more stable scroll anchoring.
|
|
- Chat: the collapsed Activity view now shows the latest 6 tools by default.
|
|
- Chat: updated accent color derivation to better match editor themes.
|
|
- Performance: improved filesystem/search speed and general stability (thanks to @TheRealAshik).
|
|
- Files: adjusted default visibility for hidden/dotfiles to be visible and gitignored entries to be hidden.
|