From 4b7c62359240252928407a1bec476feb25017486 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Wed, 1 Apr 2026 19:21:48 +0700 Subject: [PATCH] docs(changelog): add 0.1.41 release notes --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e77f58514..57abaf94f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.1.41 - 2026-04-01 + +### Fixed +- Fixed agent spawning on Windows — all providers (Claude, Codex, OpenCode) now use shell mode so npm shims and `.cmd` wrappers resolve correctly. +- Fixed terminal creation on Windows defaulting to a Unix shell instead of `cmd.exe`. +- Fixed path handling across the app to support Windows drive-letter paths (`C:\...`) and UNC paths (`\\...`). +- Fixed executable resolution on Windows to work with `nvm4w` and similar Node version managers. +- Eliminated white flash on window resize in dark mode by setting the native window background color to match the theme. +- Fixed titlebar drag region — replaced the fragile pointer-event approach with VS Code's proven static CSS `app-region: drag` pattern. +- Fixed context menu for copy/paste across the desktop app. +- Fixed shortcut rebinding UI to show held modifier keys and recognize additional keys (Tab, Delete, Home, End, Page Up/Down, Insert, F1–F12). +- Removed the 40-item cap on activity timeline output so long agent sessions display their full history. + +### Improved +- Improved light mode theming with dedicated workspace background, scrollbar handle colors, and lighter shadows. +- Window controls overlay on Windows/Linux reduced from 48px to 29px height for a more compact titlebar. + ## 0.1.40 - 2026-04-01 ### Added