Skip to content

Commit 0d28781

Browse files
Changeset version bump (#4801)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent c6e5bab commit 0d28781

File tree

4 files changed

+22
-40
lines changed

4 files changed

+22
-40
lines changed

.changeset/khaki-clocks-float.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/v3.21.0.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Roo Code Changelog
22

3+
## [3.21.0] - 2025-06-17
4+
5+
- Add Roo Marketplace to make it easy to discover and install great MCPs and modes!
6+
- Add Gemini 2.5 models (Pro, Flash and Flash Lite) (thanks @daniel-lxs!)
7+
- Add support for Excel (.xlsx) files in tools (thanks @chrarnoldus!)
8+
- Add max tokens checkbox option for OpenAI compatible provider (thanks @AlexandruSmirnov!)
9+
- Update provider models and prices for Groq & Mistral (thanks @KanTakahiro!)
10+
- Add proper error handling for API conversation history issues (thanks @KJ7LNW!)
11+
- Fix ambiguous model id error (thanks @elianiva!)
12+
- Fix save/discard/revert flow for Prompt Settings (thanks @hassoncs!)
13+
- Fix codebase indexing alignment with list-files hidden directory filtering (thanks @daniel-lxs!)
14+
- Fix subtask completion mismatch (thanks @feifei325!)
15+
- Fix Windows path normalization in MCP variable injection (thanks @daniel-lxs!)
16+
- Update marketplace branding to 'Roo Marketplace' (thanks @SannidhyaSah!)
17+
- Refactor to more consistent history UI (thanks @elianiva!)
18+
- Adjust context menu positioning to be near Copilot
19+
- Update evals Docker setup to work on Windows (thanks @StevenTCramer!)
20+
- Include current working directory in terminal details
21+
- Encourage use of start_line in multi-file diff to match legacy diff
22+
- Always focus the panel when clicked to ensure menu buttons are visible (thanks @hassoncs!)
23+
324
## [3.20.3] - 2025-06-13
425

526
- Resolve diff editor race condition in multi-monitor setups (thanks @daniel-lxs!)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.20.3",
6+
"version": "3.21.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)