From da0d354646177477dcf1f9c1a6095f2a73c97662 Mon Sep 17 00:00:00 2001 From: beubax Date: Fri, 14 Aug 2026 18:31:56 +0530 Subject: [PATCH] chore(main): release webcmd 0.7.1 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d42ec7b..167c045c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ ## [0.7.1](https://github.com/agentrhq/webcmd/compare/webcmd-v0.7.0...webcmd-v0.7.1) (2026-08-14) -- Completed Cloud parity release preparation: aligned plugin file contracts, hosted browser authoring, and generated hosted/plugin manifests. +### Fixes + +- **browser:** retry background Chromium launch through Launch Services ([#302](https://github.com/agentrhq/webcmd/pull/302)) +- **doctor:** distinguish a missing browser binary from connectivity failures ([#303](https://github.com/agentrhq/webcmd/pull/303)) +- **doctor:** install the browser before applying the live-check timeout ([#237](https://github.com/agentrhq/webcmd/pull/237)) +- **browser:** keep background Chromium profiles alive ([#308](https://github.com/agentrhq/webcmd/pull/308)) +- **browser:** isolate pages created by persistent sessions ([#312](https://github.com/agentrhq/webcmd/pull/312)) + +### Release preparation + +- Require OpenAI-generated release notes ([#307](https://github.com/agentrhq/webcmd/pull/307)) +- Complete Cloud and plugin parity for 0.7.1 ([#309](https://github.com/agentrhq/webcmd/pull/309)) ## [0.7.0](https://github.com/agentrhq/webcmd/compare/webcmd-v0.6.2...webcmd-v0.7.0) (2026-08-14)