release v1.6.7
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
## [1.6.7] - 2026-02-10
|
||||
|
||||
- Voice: added built-in voice input and read-aloud responses with multiple providers, so you can drive chats hands-free when typing is slower (thanks to @gsxdsm).
|
||||
- Git: added multi-remote push selection and smarter fork-aware pull request creation to reduce manual branch/remote setup (thanks to @gsxdsm).
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openchamber-monorepo",
|
||||
"version": "1.6.6",
|
||||
"version": "1.6.7",
|
||||
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/desktop",
|
||||
"version": "1.6.6",
|
||||
"version": "1.6.7",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"desktopPrerequisites": [
|
||||
|
||||
Generated
+1
-1
@@ -2669,7 +2669,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.6.6"
|
||||
version = "1.6.7"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64 0.22.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.6.6"
|
||||
version = "1.6.7"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"productName": "OpenChamber",
|
||||
"version": "1.6.6",
|
||||
"version": "1.6.7",
|
||||
"identifier": "ai.opencode.openchamber",
|
||||
"build": {
|
||||
"beforeDevCommand": "node ./scripts/dev-web-server.mjs",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.6.6",
|
||||
"version": "1.6.7",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
## [Unreleased]
|
||||
## [1.6.7] - 2026-02-10
|
||||
|
||||
- Added built-in voice input and read-aloud responses with multiple providers, so you can run chats more naturally without constant typing (thanks to @gsxdsm).
|
||||
- Added usage pace and prediction indicators in the header and settings to make quota usage trends easier to track (thanks to @gsxdsm).
|
||||
- Improved plan/file comment workflows with safer draft identity and better multi-line editing, reducing lost drafts during review (thanks to @nelsonPires5).
|
||||
- Reduced noisy completion notifications by skipping alerts for comment draft add/edit/remove actions during review loops (thanks to @nelsonPires5).
|
||||
- Added confirmation dialogs for destructive delete/reset actions to reduce accidental mistakes in settings and management flows.
|
||||
- Refined header and settings layout, plus host-switch behavior, for a cleaner extension experience with faster context changes.
|
||||
- Improved reliability for message loading and voice mode persistence, so sessions recover more predictably after reloads.
|
||||
- Improved reliability for message loading so sessions recover more predictably after reloads.
|
||||
|
||||
## [1.6.6] - 2026-02-9
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "AI coding assistant powered by OpenCode",
|
||||
"version": "1.6.6",
|
||||
"version": "1.6.7",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.6.6",
|
||||
"version": "1.6.7",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
@@ -99,4 +99,4 @@
|
||||
"package.json",
|
||||
"README.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user