release v1.8.0

This commit is contained in:
Bohdan Triapitsyn
2026-02-28 04:38:25 +02:00
parent d5d0d35083
commit 76bc4f8036
11 changed files with 224 additions and 202 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/desktop",
"version": "1.7.5",
"version": "1.8.0",
"private": true,
"type": "module",
"desktopPrerequisites": [
+1 -1
View File
@@ -2670,7 +2670,7 @@ dependencies = [
[[package]]
name = "openchamber-desktop"
version = "1.7.5"
version = "1.8.0"
dependencies = [
"anyhow",
"base64 0.22.1",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openchamber-desktop"
version = "1.7.5"
version = "1.8.0"
edition = "2021"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "OpenChamber",
"version": "1.7.5",
"version": "1.8.0",
"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.7.5",
"version": "1.8.0",
"private": true,
"type": "module",
"main": "src/main.tsx",
+12
View File
@@ -1,3 +1,15 @@
## [1.8.0] - 2026-02-28
- Chat: improved long-session performance with virtualized message rendering, smoother scrolling, and more stable behavior in large histories (thanks to @shekohex).
- Chat: added drag-and-drop file attachments, so dropping files from Explorer into chat is now a first-class flow (thanks to @Asuta).
- Chat: enabled markdown rendering in user messages for clearer formatted prompts and notes (thanks to @haofeng0705).
- Chat: pasted absolute paths are now treated as normal messages, reducing accidental command-like sends.
- Chat: fixed queued send behavior for inactive sessions to reduce accidental sends to the wrong conversation.
- Chat: enabled bueatiful diffs for edit tools in chat (thanks to @shekohex).
- UI: improved long filename handling in file-mention autocomplete so results stay readable while typing (thanks to @haofeng0705).
- Usage: added MiniMax coding-plan quota provider support for broader usage tracking coverage (thanks to @nzlov).
- Usage: added Ollama Cloud quota provider support for broader usage tracking coverage (thanks to @iamhenry).
## [1.7.5] - 2026-02-25
- Sessions: improved switching performance so moving between chats feels more immediate.
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.7.5",
"version": "1.8.0",
"publisher": "fedaykindev",
"private": true,
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@openchamber/web",
"version": "1.7.5",
"version": "1.8.0",
"private": false,
"type": "module",
"main": "./server/index.js",