From ed1e5f76cc855b6a2387d71eac7fff685c132a0c Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Wed, 30 Apr 2025 13:07:36 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eec06de64..7e2e32d152 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Roo Code Changelog -## [3.15.1] - 2025-04-30 +## 3.15.1 - 2025-04-30 - Capture stderr in execa-spawned processes - Play sound only when action needed from the user (thanks @olearycrew) From 91afc523a778c00dc172cd22e1654a1554972854 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Thu, 1 May 2025 11:18:14 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2e32d152..14634c4451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Roo Code Changelog -## 3.15.1 - 2025-04-30 +## [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 +## [3.15.0] - 2025-04-30 - Add prompt caching to the Google Vertex provider (thanks @ashktn) - Add a fallback mechanism for executing terminal commands if VSCode terminal shell integration fails