Skip to content

Commit 142a855

Browse files
authored
Update CHANGELOG.md
1 parent d026aef commit 142a855

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

CHANGELOG.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
# Roo Code Changelog
22

3-
## 3.11.0
4-
5-
### Minor Changes
6-
7-
- v3.11.0
8-
9-
### Patch Changes
10-
11-
- Show openrouter key balance on the settings screen
12-
- Remove redundant zod schemas
13-
- Preserve existing provider profiles when importing
14-
- Show requesty key balance on the settings screen
15-
- Wrangle our settings-related types and add support for settings import / export
16-
- Consolidate logic that computes the current diff strategy
17-
- Automatically generate .d.ts from zod schemas
18-
- Add config getters to RooCodeAPI
3+
## [3.11.0] - 2025-03-30
4+
5+
- Replace single-block-diff with multi-block-diff fast editing strategy
6+
- Support project-level MCP config in .roo/mcp.json (thanks @aheizi!)
7+
- Show OpenRouter and Requesty key balance on the settings screen
8+
- Support import/export of settings
9+
- Add pinning and sorting for API configuration dropdown (thanks @jwcraig!)
10+
- Add Gemini 2.5 Pro to GCP Vertex AI provider (thanks @nbihan-mediware!)
11+
- Smarter retry logic for Gemini
12+
- Fix Gemini command escaping
13+
- Support @-mentions of files with spaces in the name (thanks @samhvw8!)
14+
- Improvements to partial file reads (thanks @KJ7LNW!)
15+
- Fix list_code_definition_names to support files (thanks @KJ7LNW!)
16+
- Refactor tool-calling logic to make the code a lot easier to work with (thanks @diarmidmackenzie, @bramburn, @KJ7LNW, and everyone else who helped!)
17+
- Prioritize “Add to Context” in the code actions and include line numbers (thanks @samhvw8!)
18+
- Add an activation command that other extensions can use to interface with Roo Code (thanks @gtaylor!)
19+
- Preserve language characters in file @-mentions (thanks @aheizi!)
20+
- Browser tool improvements (thanks @afshawnlotfi!)
21+
- Display info about partial reads in the chat row
22+
- Link to the settings page from the auto-approve toolbar
23+
- Link to provider docs from the API options
24+
- Fix switching profiles to ensure only the selected profile is switched (thanks @feifei325!)
25+
- Allow custom o3-mini-<reasoning> model from OpenAI-compatible providers (thanks @snoyiatk!)
26+
- Edit suggested answers before accepting them (thanks @samhvw8!)
1927

2028
## [3.10.5] - 2025-03-25
2129

0 commit comments

Comments
 (0)