diff --git a/CHANGELOG.md b/CHANGELOG.md index 830b5cd9..76781dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.13.6] - 2026-06-28 + +- Chat: scrolling in conversations now stays steady while sending, queueing, streaming, switching sessions, and loading older messages. - Chat: selecting a user-installed skill from the slash command menu now invokes the skill and injects its content, instead of inserting the skill name as plain text. -- UI: typography classes (ui-header, ui-label, meta, micro) now actually shrink on mobile viewports — they previously rendered at the same size as desktop despite the mobile clamp rules. +- Context Panel: chat tabs now use the session title and mark the open chat as seen while you are viewing it. +- Desktop/macOS: the Dock icon can now show a badge count for chats with unseen activity, with a new Appearance setting to turn it off. +- Context Panel: Browser and Preview tabs no longer accumulate duplicate auth tokens in their URLs after reloads or navigation. +- UI: typography classes (ui-header, ui-label, meta, micro) now actually shrink on mobile viewports — they previously rendered at the same size as desktop despite the mobile clamp rules (thanks to @foundryseven). + ## [1.13.5] - 2026-06-27 - CLI: global web installs no longer crash on startup when tunnel commands load ngrok capabilities. diff --git a/package.json b/package.json index 5dbca49e..ab6bc430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openchamber-monorepo", - "version": "1.13.5", + "version": "1.13.6", "description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes", "private": true, "type": "module", diff --git a/packages/electron/package.json b/packages/electron/package.json index be12e257..78654969 100644 --- a/packages/electron/package.json +++ b/packages/electron/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/electron", - "version": "1.13.5", + "version": "1.13.6", "private": true, "description": "Electron desktop runtime for OpenChamber", "author": "OpenChamber", diff --git a/packages/ui/package.json b/packages/ui/package.json index 8a2a5d03..f1c5b219 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/ui", - "version": "1.13.5", + "version": "1.13.6", "private": true, "type": "module", "main": "src/main.tsx", diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 5f30afa4..905b8351 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.13.6] - 2026-06-28 + +- Chat: scrolling in conversations now stays steady while sending, queueing, streaming, switching sessions, and loading older messages. + ## [1.13.5] - 2026-06-27 - No notable changes. diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 500a1c94..a441351d 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -2,7 +2,7 @@ "name": "openchamber", "displayName": "OpenChamber", "description": "%extension.description%", - "version": "1.13.5", + "version": "1.13.6", "publisher": "fedaykindev", "private": true, "repository": { diff --git a/packages/web/package.json b/packages/web/package.json index 3abfbd9b..9f410745 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/web", - "version": "1.13.5", + "version": "1.13.6", "private": false, "type": "module", "main": "./server/index.js",