From 0d2a5c04faaace9e19173e5ea0ea49be7f14c910 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Thu, 30 Apr 2026 11:47:20 +0700 Subject: [PATCH] docs: 0.1.65-beta.2 changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f975a3323..75dd6d89b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ # Changelog -## 0.1.65-beta.1 - 2026-04-29 +## 0.1.65-beta.2 - 2026-04-30 ### Added +- **Windows:** Native ARM64 builds are now available for Snapdragon X / Copilot+ PCs. - Images in assistant messages show a loading spinner while they load and an "Image unavailable" fallback if they fail, instead of a blank space. ### Fixed - **Apple Silicon Mac:** The desktop update pipeline now publishes manifests atomically, closing a race that could install the Intel build on Apple Silicon Macs and cause 100%+ renderer CPU usage. Affected users will self-heal — electron-updater's Rosetta detection migrates back to arm64 on the next update poll. ([#555](https://github.com/getpaseo/paseo/issues/555)) - **Linux:** `.deb` and `.rpm` packages now show as `Paseo` in the dock and process list instead of `Paseo.bin`. `--no-sandbox` is now scoped to AppImage only, matching VS Code's sandbox handling. ([#602](https://github.com/getpaseo/paseo/issues/602)) +- Daemon stays up when WebSocket clients disconnect mid-stream, and crashes now write a fatal log entry instead of disappearing silently. ([#613](https://github.com/getpaseo/paseo/pull/613) by [@yuruiz](https://github.com/yuruiz)) +- The visible changes pane keeps in sync with the working tree diff. +- Tool detail rows on the timeline are selectable again. - `paseo.json` parse errors in setup, teardown, and terminal actions now surface a clear error instead of failing silently. - Diff gutter line numbers were shifted one row out of alignment in some cases on web.