From 66568161010a5d679f7d9f20a9639ab6858c1214 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Mon, 26 Jan 2026 20:05:16 +0200 Subject: [PATCH] release v1.5.8 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- packages/desktop/package.json | 2 +- packages/desktop/src-tauri/Cargo.toml | 2 +- packages/desktop/src-tauri/tauri.conf.json | 2 +- packages/ui/package.json | 2 +- packages/vscode/CHANGELOG.md | 11 +++++++++++ packages/vscode/package.json | 2 +- packages/web/package.json | 2 +- 9 files changed, 31 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e74359..1cf4f275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.5.8] - 2026-01-26 + +- Plans: new Plan/Build mode switching support with dedicated Plan content view with per-session context. +- GitHub: sign in with multiple accounts and smoother auth flow. +- Chat/UI: linkable mentions, better wrapping, and markdown/scroll polish in messages. +- Skills: ClawdHub catalog now pages results and retries transient failures. +- Diff: fixed Chrome scrolling in All Files layout. +- Mobile: improved layout for attachments, git, and permissions on small screens (thanks to @nelsonPires5). +- Web: iOS safe-area support for the PWA header. +- Activity: added a text-justification setting for activity summaries (thanks to @iyangdianfeng). +- Reliability: file lists and message sends handle missing directories and transient errors more gracefully. + + ## [1.5.7] - 2026-01-24 - GitHub: PR panel supports fork PR detection by branch name. diff --git a/package.json b/package.json index 9e3f848f..c63960c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openchamber-monorepo", - "version": "1.5.7", + "version": "1.5.8", "description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes", "private": true, "type": "module", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 6dbe6962..0f5e5397 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/desktop", - "version": "1.5.7", + "version": "1.5.8", "private": true, "type": "module", "desktopPrerequisites": [ diff --git a/packages/desktop/src-tauri/Cargo.toml b/packages/desktop/src-tauri/Cargo.toml index 7ca815ce..5882fa25 100644 --- a/packages/desktop/src-tauri/Cargo.toml +++ b/packages/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openchamber-desktop" -version = "1.5.7" +version = "1.5.8" edition = "2021" publish = false diff --git a/packages/desktop/src-tauri/tauri.conf.json b/packages/desktop/src-tauri/tauri.conf.json index 223d4726..b7c472d5 100644 --- a/packages/desktop/src-tauri/tauri.conf.json +++ b/packages/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/schema.json", "productName": "OpenChamber", - "version": "1.5.7", + "version": "1.5.8", "identifier": "ai.opencode.openchamber", "build": { "beforeDevCommand": "bun run dev", diff --git a/packages/ui/package.json b/packages/ui/package.json index cd374033..4d62e24a 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/ui", - "version": "1.5.7", + "version": "1.5.8", "private": true, "type": "module", "main": "src/main.tsx", diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 013ecda8..7a26a39a 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.5.8] - 2026-01-26 + +- Plans: added new Plan/Build mode switching support. +- Chat: linkable mentions, better wrapping, and markdown/scroll polish in messages. +- Skills: ClawdHub catalog now pages results and retries transient failures. +- Diff: fixed Chrome scrolling in All Files layout. +- Activity: added a text-justification setting for activity summaries (thanks to @iyangdianfeng). +- Performance: faster chat rendering for busy sessions. +- Reliability: file lists and message sends handle missing directories and transient errors more gracefully. + + ## [1.5.7] - 2026-01-24 - No notable changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index b4eda796..f4dc5708 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -2,7 +2,7 @@ "name": "openchamber", "displayName": "OpenChamber", "description": "AI coding assistant powered by OpenCode", - "version": "1.5.7", + "version": "1.5.8", "publisher": "fedaykindev", "private": true, "repository": { diff --git a/packages/web/package.json b/packages/web/package.json index c9c22dad..5c206b46 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/web", - "version": "1.5.7", + "version": "1.5.8", "private": false, "type": "module", "main": "./server/index.js",