From 75606a4ecdc228579712dac28032ce68a8daf63f Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sun, 2 Aug 2026 19:38:15 +0300 Subject: [PATCH] chore: update changelogs with recent mobile and UI fixes --- CHANGELOG.md | 3 +++ packages/vscode/CHANGELOG.md | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be0ffe4d..d0524503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,11 @@ All notable changes to this project will be documented in this file. - **Walkthrough:** a new guided walkthrough reorders a diff into a sequence of stops — the model groups related changes, explains what each one does, and orders them so each builds on the last. Start one from the Changes and pull-request views for uncommitted work, a branch against its base, or a pull request; nothing runs on its own. - **Mobile/Tablet:** reworked the tablet and foldable layout around the phone's navigation — a persistent resizable sessions sidebar on the left, the workspace (Changes, Files, Terminal, Notes, MCP) as a resizable right sidebar, and app pages like settings and instances shown as centered dialogs. An open diff, edited file, or attached terminal now survives rotation. +- Mobile/Android: pairing QR codes can now be scanned on devices without Google Play Services; the camera closes as soon as a code is recognized, followed by a connection-in-progress screen. +- Mobile/Android: left and right drawer swipes can now start farther from the screen edge, outside Android's system Back gesture area. - Sessions: launching OpenChamber from a directory other than your project (for example your home folder) no longer produces repeated "not a git repository" errors that could stop sessions and projects from loading (thanks to @makeittech). - Sidebar: a worktree shared by more than one project no longer appears twice (thanks to @makeittech). +- Sidebar: session titles no longer clip at the ends of their rows. - Sessions: archiving and unarchiving now stays scoped to the current instance and workspace (thanks to @alexandrereyes). - Chat: assistant messages no longer render active HTML. - VSCode: clicking an apply_patch tool result now opens each changed file at its correct path instead of always opening the first file (thanks to @nabsiddiqui). diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 10fc3888..54e4813f 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -3,6 +3,7 @@ - Chat: clicking an apply_patch tool result now opens each changed file at its correct path instead of always opening the first file (thanks to @nabsiddiqui). - Chat: assistant messages no longer render active HTML. - Sidebar: a worktree shared by more than one project no longer appears twice. +- Sidebar: session titles no longer clip at the ends of their rows. - Sessions: archiving and unarchiving now stays scoped to the current workspace. ## [1.17.2] - 2026-08-01