Files
openchamber/changelog/1.4.9.md
T
Bohdan Triapitsyn a1bc1368ae docs(changelog): title every release and require one
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
2026-09-05 16:45:29 +03:00

886 B

version, date, title
version date title
1.4.9 2026-01-14 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.