From 142a855a58b1f395ae20ce12e498c0a16b0f3725 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 31 Mar 2025 00:26:21 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eef01d058..c30109cef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,29 @@ # Roo Code Changelog -## 3.11.0 +## [3.11.0] - 2025-03-30 -### Minor Changes - -- v3.11.0 - -### Patch Changes - -- Show openrouter key balance on the settings screen -- Remove redundant zod schemas -- Preserve existing provider profiles when importing -- Show requesty key balance on the settings screen -- Wrangle our settings-related types and add support for settings import / export -- Consolidate logic that computes the current diff strategy -- Automatically generate .d.ts from zod schemas -- Add config getters to RooCodeAPI +- Replace single-block-diff with multi-block-diff fast editing strategy +- Support project-level MCP config in .roo/mcp.json (thanks @aheizi!) +- Show OpenRouter and Requesty key balance on the settings screen +- Support import/export of settings +- Add pinning and sorting for API configuration dropdown (thanks @jwcraig!) +- Add Gemini 2.5 Pro to GCP Vertex AI provider (thanks @nbihan-mediware!) +- Smarter retry logic for Gemini +- Fix Gemini command escaping +- Support @-mentions of files with spaces in the name (thanks @samhvw8!) +- Improvements to partial file reads (thanks @KJ7LNW!) +- Fix list_code_definition_names to support files (thanks @KJ7LNW!) +- Refactor tool-calling logic to make the code a lot easier to work with (thanks @diarmidmackenzie, @bramburn, @KJ7LNW, and everyone else who helped!) +- Prioritize “Add to Context” in the code actions and include line numbers (thanks @samhvw8!) +- Add an activation command that other extensions can use to interface with Roo Code (thanks @gtaylor!) +- Preserve language characters in file @-mentions (thanks @aheizi!) +- Browser tool improvements (thanks @afshawnlotfi!) +- Display info about partial reads in the chat row +- Link to the settings page from the auto-approve toolbar +- Link to provider docs from the API options +- Fix switching profiles to ensure only the selected profile is switched (thanks @feifei325!) +- Allow custom o3-mini- model from OpenAI-compatible providers (thanks @snoyiatk!) +- Edit suggested answers before accepting them (thanks @samhvw8!) ## [3.10.5] - 2025-03-25