From 25e14dad76892f60407f0273c04081322385da95 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 23 Jul 2025 09:07:00 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38de2f8bb9..d5a037e963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Roo Code Changelog -## 3.23.18 +## [3.23.18] - 2025-07-23 -### Patch Changes - -- - Fix: Resolve 'Bad substitution' error in command parsing (#5978 by @KJ7LNW, PR by @daniel-lxs) +- Fix: Resolve 'Bad substitution' error in command parsing (#5978 by @KJ7LNW, PR by @daniel-lxs) +- Fix: Add ErrorBoundary component for better error handling (#5731 by @elianiva, PR by @KJ7LNW) +- Fix: Todo list toggle not working (thanks @chrarnoldus!) +- Improve: Use SIGKILL for command execution timeouts in the "execa" variant (thanks @cte!) ## [3.23.17] - 2025-07-22