From e95554d7828e5e8583dd5ee962563877adb03542 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Wed, 1 Apr 2026 13:40:59 +0700 Subject: [PATCH] docs: add 0.1.40 changelog entry --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11a383f1..e77f58514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.1.40 - 2026-04-01 + +### Added +- Workspace tabs can now be closed in batches. + +### Improved +- Provider model lists are now cached per server and provider, reducing redundant model lookups in the UI. + +### Fixed +- OpenCode reasoning content no longer appears duplicated as assistant text. +- Daemon no longer crashes when a Codex binary is missing or fails to spawn. +- Archive tab now correctly reconciles agent visibility after archiving. +- File diff tracking in workspaces now works correctly on Linux. +- iPad layout now renders correctly in desktop mode. +- macOS auto-updater now correctly delivers both arm64 and x64 binaries — previously whichever architecture finished building last would overwrite the other's update manifest. + ## 0.1.39 - 2026-03-30 ### Added