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
28 lines
886 B
Markdown
28 lines
886 B
Markdown
---
|
|
version: 1.4.9
|
|
date: 2026-01-14
|
|
title: View sessions alongside files
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- VSCode: added session editor panel to view sessions alongside files.
|
|
- Diff: added stacked/inline diff mode toggle in settings with sidebar file navigation (thanks to @nelsonPires5).
|
|
|
|
### Improvements
|
|
- VSCode: improved server connection reliability with multiple URL candidate support.
|
|
- Upload: increased attachment size limit to 50MB with automatic image compression to 2048px for large files.
|
|
|
|
### Fixes
|
|
- Mobile: fixed iOS keyboard safe area padding for home indicator bar (thanks to @Jovines).
|
|
|
|
## VS Code
|
|
|
|
### New
|
|
- Added session editor panel to view sessions alongside files.
|
|
|
|
### Improvements
|
|
- Improved server connection reliability with multiple URL candidate support.
|
|
- Upload: increased attachment size limit to 50MB with automatic image compression to 2048px for large files.
|