chore: updated changelog

This commit is contained in:
Bohdan Triapitsyn
2026-01-28 16:14:40 +02:00
parent 5c8c02fd00
commit a78ad90d78
3 changed files with 12 additions and 1 deletions
+6
View File
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
- Git: worktree integration now syncs clean target directories before merging.
- Diff: fixed memory leak when viewing many modified files; large changesets now lazy-load for smoother performance.
- VSCode: session activity status now updates reliably even when the webview is hidden.
- Web: session activity tracking now works consistently across browser tabs.
- Reliability: plans directory no longer errors when missing.
## [1.5.9] - 2026-01-28
- Worktrees: migrated to Opencode SDK worktree implementation; sessions in worktrees are now completely isolated.
+1 -1
View File
@@ -2994,7 +2994,7 @@ dependencies = [
[[package]]
name = "openchamber-desktop"
version = "1.5.8"
version = "1.5.9"
dependencies = [
"anyhow",
"axum",
+5
View File
@@ -1,3 +1,8 @@
## [Unreleased]
- Session activity status now updates reliably even when the extension panel is hidden or collapsed.
## [1.5.9] - 2026-01-28
- Agent Manager: migrated to Opencode SDK worktree implementation; sessions in worktrees are now completely isolated.