From c314effb8062a420f31161d8dd63973661c24d8b Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 30 May 2025 22:26:20 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e40ce6267..5472068faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,17 @@ # Roo Code Changelog -## 4.0.0 +## [3.19.1] - 2025-05-30 -### Major Changes +- Experimental feature to allow reading multiple files at once (thanks @samhvw8!) +- Fix to correctly pass headers to SSE MCP servers +- Adding support for custom VPC endpoints when using Amazon Bedrock (thanks @kcwhite!) +- Fix bug with context condensing in Amazon Bedrock +- Fix UTF-8 encoding in ExecaTerminalProcess (thanks @mr-ryan-james!) +- Set sidebar name bugfix (thanks @chrarnoldus!) +- Fix link to CONTRIBUTING.md in feature request template (thanks @cannuri!) +- Add task metadata to Unbound and improve caching logic (thanks @pugazhendhi-m!) -- Fixes bug with context condensing on Amazon Bedrock - -### Patch Changes - -- Add AWS Bedrock VPC endpoint support, allowing users to connect to Bedrock through private VPC endpoints. This includes UI configuration options, updated types, and comprehensive test coverage. -- Correctly pass headers to SSE MCP -- - Experimental feature to allow reading multiple files at once (thanks @samhvw8!) - -## [3.19.0] - 2025-05-30 +## [3.19.0] - 2025-05-29 - Enable intelligent content condensing by default and move condense button out of expanded task menu - Skip condense and show error if context grows during condensing