From fbd3dca7edb9b8fae2d72aa070f7f6d0a1b58925 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Sat, 13 Jun 2026 00:16:42 +0700 Subject: [PATCH] Changelog for 0.1.95 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18b47d94c..9f125574e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.1.95 - 2026-06-13 + +### Added + +- **Attach any file to agents on desktop** ([#1474](https://github.com/getpaseo/paseo/pull/1474)) + +### Improved + +- The git push button shows before merge actions when your branch is ahead ([#1488](https://github.com/getpaseo/paseo/pull/1488)) +- SVG attachments are uploaded to disk +- Switching workspaces feels smoother + +### Fixed + +- Fixed cases where outdated GitHub data could be shown ([#1491](https://github.com/getpaseo/paseo/pull/1491)) +- Uploaded images in PR comments and review threads now load in the PR panel ([#1486](https://github.com/getpaseo/paseo/pull/1486)) +- Opening a project whose folder is missing shows a clear error ([#1490](https://github.com/getpaseo/paseo/pull/1490)) +- The new workspace title moves out of the way of the keyboard ([#1489](https://github.com/getpaseo/paseo/pull/1489)) +- Sidebars no longer open on their own on Android + ## 0.1.94 - 2026-06-12 ### Added