release v1.5.9
This commit is contained in:
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.5.9] - 2026-01-28
|
||||
|
||||
- Worktrees: migrated to Opencode SDK worktree implementation; sessions in worktrees are now completely isolated.
|
||||
- Git: integrate worktree commits back to a target branch with commit previews and guided conflict handling.
|
||||
- Files: toggle markdown preview when viewing files (thanks to @Jovines).
|
||||
- Files: open the file viewer in fullscreen for focused review and editing (thanks to @TaylorBeeston).
|
||||
- Plans: switch between markdown preview and edit mode in the Plan view.
|
||||
- UI: Files, Diff, Git, and Terminal now follow the active session/worktree directory, including new-session drafts.
|
||||
- Web: plan lists no longer error when the plans directory is missing.
|
||||
|
||||
|
||||
## [1.5.8] - 2026-01-26
|
||||
|
||||
- Plans: new Plan/Build mode switching support with dedicated Plan content view with per-session context.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openchamber-monorepo",
|
||||
"version": "1.5.8",
|
||||
"version": "1.5.9",
|
||||
"description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/desktop",
|
||||
"version": "1.5.8",
|
||||
"version": "1.5.9",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"desktopPrerequisites": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "openchamber-desktop"
|
||||
version = "1.5.8"
|
||||
version = "1.5.9"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"productName": "OpenChamber",
|
||||
"version": "1.5.8",
|
||||
"version": "1.5.9",
|
||||
"identifier": "ai.opencode.openchamber",
|
||||
"build": {
|
||||
"beforeDevCommand": "bun run dev",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/ui",
|
||||
"version": "1.5.8",
|
||||
"version": "1.5.9",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "src/main.tsx",
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
## [1.5.9] - 2026-01-28
|
||||
|
||||
- Agent Manager: migrated to Opencode SDK worktree implementation; sessions in worktrees are now completely isolated.
|
||||
- Agent Manager: worktree setup commands are now persistant per project and automatically saved/restored.
|
||||
|
||||
|
||||
## [1.5.8] - 2026-01-26
|
||||
|
||||
- Plans: added new Plan/Build mode switching support.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "openchamber",
|
||||
"displayName": "OpenChamber",
|
||||
"description": "AI coding assistant powered by OpenCode",
|
||||
"version": "1.5.8",
|
||||
"version": "1.5.9",
|
||||
"publisher": "fedaykindev",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@openchamber/web",
|
||||
"version": "1.5.8",
|
||||
"version": "1.5.9",
|
||||
"private": false,
|
||||
"type": "module",
|
||||
"main": "./server/index.js",
|
||||
|
||||
Reference in New Issue
Block a user