From 76f98f6c0510fdee5a06ee5920be777f39f3bc5a Mon Sep 17 00:00:00 2001 From: R00-B0T <110429663+R00-B0T@users.noreply.github.com> Date: Wed, 30 Apr 2025 12:59:38 -0700 Subject: [PATCH] Changeset version bump (#3074) * changeset version bump * Updating CHANGELOG.md format * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: R00-B0T Co-authored-by: Chris Estreich --- .changeset/fifty-pumpkins-wave.md | 5 ----- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fifty-pumpkins-wave.md diff --git a/.changeset/fifty-pumpkins-wave.md b/.changeset/fifty-pumpkins-wave.md deleted file mode 100644 index c128270bb4..0000000000 --- a/.changeset/fifty-pumpkins-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Capture stderr in execa-spawned processes diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfcd35ac3..6eec06de64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## [3.15.1] - 2025-04-30 + +- Capture stderr in execa-spawned processes +- Play sound only when action needed from the user (thanks @olearycrew) +- Make retries respect the global auto approve checkbox +- Fix a selection mode bug in the history view (thanks @jr) + ## 3.15.0 - 2025-04-30 - Add prompt caching to the Google Vertex provider (thanks @ashktn) diff --git a/package-lock.json b/package-lock.json index c1aaeb1daf..3dc8c66a83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.15.0", + "version": "3.15.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.15.0", + "version": "3.15.1", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 61a68949db..6a92a10a9e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.15.0", + "version": "3.15.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",