From 0798f997c3b4084a5932c877e36aee75e4509a05 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Mon, 29 Jun 2026 23:59:58 +0200 Subject: [PATCH] docs: update changelog for 0.1.102-beta.2 --- CHANGELOG.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7647bf4..f2012616c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## 0.1.102-beta.1 - 2026-06-27 +## 0.1.102-beta.2 - 2026-06-29 ### Added +- Fork a chat from any assistant answer ([#1788](https://github.com/getpaseo/paseo/pull/1788)) - Use Paseo from a browser served directly by your daemon ([#1635](https://github.com/getpaseo/paseo/pull/1635)) - Run Paseo from an official Docker image ([#1740](https://github.com/getpaseo/paseo/pull/1740) by [@Herbrant](https://github.com/Herbrant)) - Update a remote host from the app when a newer daemon is available ([#1513](https://github.com/getpaseo/paseo/pull/1513) by [@thedavidweng](https://github.com/thedavidweng)) @@ -14,8 +15,13 @@ ### Improved - The sidebar can show workspaces across all connected hosts ([#1538](https://github.com/getpaseo/paseo/pull/1538)) +- Multi-host workspace rows show which host they belong to ([#1775](https://github.com/getpaseo/paseo/pull/1775)) +- Host switcher rows show the connection currently in use - Creating a new workspace is available from an app-wide screen ([#1746](https://github.com/getpaseo/paseo/pull/1746)) +- New Workspace starts from the current project when opened inside a project ([#1806](https://github.com/getpaseo/paseo/pull/1806)) - Project search shows loading progress while results are fetched ([#1762](https://github.com/getpaseo/paseo/pull/1762)) +- Desktop update checks show feedback while checking for updates ([#1808](https://github.com/getpaseo/paseo/pull/1808)) +- Slow host requests time out less aggressively ([#1789](https://github.com/getpaseo/paseo/pull/1789)) - Pi waits longer for extension results before timing out ([#1732](https://github.com/getpaseo/paseo/pull/1732) by [@theslava](https://github.com/theslava)) - Open file tabs refresh when you revisit them ([#1699](https://github.com/getpaseo/paseo/pull/1699) by [@cleiter](https://github.com/cleiter)) - Web terminals stay smoother while scrolling ([#1622](https://github.com/getpaseo/paseo/pull/1622) by [@TommyLike](https://github.com/TommyLike)) @@ -25,13 +31,21 @@ - Freshly added projects can be edited without restarting ([#1761](https://github.com/getpaseo/paseo/pull/1761) by [@huiliaoning](https://github.com/huiliaoning)) - Opening projects and directory suggestions work better in large repos ([#1620](https://github.com/getpaseo/paseo/pull/1620) by [@jms830](https://github.com/jms830)) +- Mobile opens the saved workspace reliably on launch ([#1777](https://github.com/getpaseo/paseo/pull/1777)) +- Agent prompts no longer rename existing workspaces ([#1779](https://github.com/getpaseo/paseo/pull/1779)) +- Chat stays at your scroll position when delayed history arrives ([#1776](https://github.com/getpaseo/paseo/pull/1776)) +- Streamed chat images stay in order ([#1805](https://github.com/getpaseo/paseo/pull/1805)) +- Chat actions wait until running tool calls finish +- Claude subagent narration no longer leaks into chat ([#1807](https://github.com/getpaseo/paseo/pull/1807)) +- Agent lists keep working when project records go stale ([#1812](https://github.com/getpaseo/paseo/pull/1812)) +- Windows image previews work with drive-letter paths ([#1811](https://github.com/getpaseo/paseo/pull/1811)) +- OpenCode closes cleanly on Windows ([#1771](https://github.com/getpaseo/paseo/pull/1771) by [@agamotto](https://github.com/agamotto)) - Desktop file uploads keep their file extensions ([#1741](https://github.com/getpaseo/paseo/pull/1741)) - Closing Claude Code sessions no longer leaves child processes running ([#1540](https://github.com/getpaseo/paseo/pull/1540) by [@TommyLike](https://github.com/TommyLike)) - OpenCode no longer indexes your home directory by mistake ([#1704](https://github.com/getpaseo/paseo/pull/1704) by [@rex-chang](https://github.com/rex-chang)) -- ACP sessions load with the correct project folder and MCP server settings ([#1624](https://github.com/getpaseo/paseo/pull/1624) by [@theslava](https://github.com/theslava)) -- Docker images serve the bundled web UI from global installs -- Docker web UI connections work when opened through either `localhost` or `127.0.0.1` -- Docker images can extract downloaded local speech models +- Packaged macOS CLI daemon no longer shows extra Dock icons ([#1759](https://github.com/getpaseo/paseo/pull/1759) by [@yzim](https://github.com/yzim)) +- `paseo daemon status` reports daemon health even when agent details are unavailable ([#1810](https://github.com/getpaseo/paseo/pull/1810)) +- PR worktrees show pushed state correctly after checkout ([#1804](https://github.com/getpaseo/paseo/pull/1804)) ## 0.1.101 - 2026-06-26