release v1.3.5
This commit is contained in:
+13
-1
@@ -4,10 +4,22 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.3.5] - 2025-12-26
|
||||
|
||||
- Added Nushell support for operations with Opencode CLI.
|
||||
- Improved file search with fuzzy matching capabilities.
|
||||
- Enhanced mobile responsiveness in chat controls.
|
||||
- Fixed workspace switching performance and API health checks.
|
||||
- Improved provider loading reliability during workspace switching.
|
||||
- Fixed session handling for non-existent worktree directories.
|
||||
- Added Discord links in the about section.
|
||||
- Added settings for choosing the default model/agent to start with in a new session.
|
||||
|
||||
|
||||
## [1.3.4] - 2025-12-25
|
||||
|
||||
- Diff view now loads reliably even with large files and slow networks.
|
||||
- Fixed getting diffs for worktree files
|
||||
- Fixed getting diffs for worktree files.
|
||||
- VS Code extension: improved type checking and editor integration.
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openchamber-monorepo",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/desktop",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"desktopPrerequisites": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.3.4"
|
||||
version = "1.3.5"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"productName": "OpenChamber",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"identifier": "ai.opencode.openchamber",
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "AI coding assistant powered by OpenCode",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.3.4",
|
||||
"version": "1.3.5",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
|
||||
Reference in New Issue
Block a user