release v1.5.4
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
|
||||
## [1.5.4] - 2026-01-22
|
||||
|
||||
- Chat: new Apply Patch tool UI with diff preview for patch-based edits.
|
||||
- Files: refreshed attachment cards and related file views for clearer context.
|
||||
- Settings: manage provider configuration files directly from the UI.
|
||||
|
||||
|
Before Width: | Height: | Size: 562 KiB After Width: | Height: | Size: 578 KiB |
|
Before Width: | Height: | Size: 517 KiB After Width: | Height: | Size: 627 KiB |
|
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 293 KiB |
|
Before Width: | Height: | Size: 455 KiB After Width: | Height: | Size: 541 KiB |
|
Before Width: | Height: | Size: 577 KiB After Width: | Height: | Size: 443 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openchamber-monorepo",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/desktop",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"desktopPrerequisites": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.5.3"
|
||||
version = "1.5.4"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"productName": "OpenChamber",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"identifier": "ai.opencode.openchamber",
|
||||
"build": {
|
||||
"beforeDevCommand": "bun run dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## [Unreleased]
|
||||
## [1.5.4] - 2026-01-22
|
||||
|
||||
- Apply Patch tool now shows a diff preview for applying patch edits.
|
||||
- Settings: manage provider configuration files directly from the extension.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "AI coding assistant powered by OpenCode",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
|
||||