From 539441b3d5e6c343755b39b23a058203929c0bb8 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Tue, 2 Jun 2026 20:49:48 +0700 Subject: [PATCH] Add 0.1.89 changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e8d581b..d77c169fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 0.1.89 - 2026-06-02 + +### Added + +- **Open workspace services through public service proxy links** ([#1280](https://github.com/getpaseo/paseo/pull/1280) by [@mcowger](https://github.com/mcowger)) +- **Choose where new worktrees are created** ([#1230](https://github.com/getpaseo/paseo/pull/1230) by [@mcowger](https://github.com/mcowger)) +- **Desktop windows reopen at the same size and position** ([#1224](https://github.com/getpaseo/paseo/pull/1224) by [@everton-dgn](https://github.com/everton-dgn)) +- **Delegated agents can run independently and send recurring heartbeat updates** + +### Improved + +- Composer controls fit better in narrow panes +- Fork pull request badges stay visible in worktrees +- Cline in the ACP catalog is updated to v3 + +### Fixed + +- Archiving a worktree finishes even if teardown hits an error ([#1260](https://github.com/getpaseo/paseo/pull/1260) by [@mcowger](https://github.com/mcowger)) +- iOS chat messages render bold, italics, strikethrough, and line breaks correctly ([#1254](https://github.com/getpaseo/paseo/pull/1254) by [@outofrange-consulting](https://github.com/outofrange-consulting)) +- Right-edge split pane resizing no longer clips ([#1261](https://github.com/getpaseo/paseo/pull/1261) by [@everton-dgn](https://github.com/everton-dgn)) +- Pi extension command output no longer hangs +- Delegated agents no longer appear in workspace alert counts + ## 0.1.88 - 2026-06-01 ### Added