release v1.8.5

This commit is contained in:
Bohdan Triapitsyn
2026-03-04 20:15:32 +02:00
parent 895d1ffa9a
commit 7e38a47e4b
10 changed files with 30 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.8.4",
"version": "1.8.5",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -2670,7 +2670,7 @@ dependencies = [
[[package]]
name = "openchamber-desktop"
version = "1.8.4"
version = "1.8.5"
dependencies = [
"anyhow",
"base64 0.22.1",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.8.4"
version = "1.8.5"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.8.4",
"version": "1.8.5",
"identifier": "ai.opencode.openchamber",
"build": {
"beforeDevCommand": "node ./scripts/dev-web-server.mjs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/ui",
"version": "1.8.4",
"version": "1.8.5",
"private": true,
"type": "module",
"main": "src/main.tsx",
+8
View File
@@ -1,3 +1,11 @@
## [1.8.5] - 2026-03-04
- Chat/Files: edit-style tool results now open in a VS Code diff editor with focus on the first changed line, making review and follow-up edits much faster.
- Chat: improved focus-mode input layout so the footer action row stays pinned and available while composing long prompts.
- Settings: removed duplicate chat display options from Appearance and hid extension-irrelevant sections, making settings easier to scan.
- UI/Theming: aligned startup/loading branding with the active theme for a more consistent look during connection and auth states.
- Reliability: improved startup recovery for provider/model/agent loading so options are less likely to appear empty right after opening the extension.
## [1.8.4] - 2026-03-04
- Chat: added Save as image support for assistant messages, so you can export response snapshots directly from the extension.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.8.4",
"version": "1.8.5",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.8.4",
"version": "1.8.5",
"private": false,
"type": "module",
"main": "./server/index.js",