From a62c7471d29aa1fa2e714997b6954cccf6099c7d Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Thu, 23 Apr 2026 20:27:40 +0700 Subject: [PATCH] docs: add 0.1.62 changelog entry --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3640fd6..87a84b09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.1.62 - 2026-04-23 + +### Added +- Sidebar warning when your app and daemon versions drift apart, with a shortcut to settings. + +### Improved +- Workspaces appear in the sidebar immediately on startup instead of waiting for git registration. + +### Fixed +- Pull request status resolves correctly for PRs opened from forks. +- Installing the paseo CLI from the macOS desktop app now works in packaged builds. +- Agents launched from the desktop app no longer inherit Electron-only environment variables. + ## 0.1.61 - 2026-04-23 ### Added