Skip to content

Commit c4594cc

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

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

.changeset/v3.22.0.md

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

CHANGELOG.md

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

3+
## [3.22.0] - 2025-06-25
4+
5+
- Add 1-click task sharing
6+
- Add support for loading rules from a global .roo directory (thanks @samhvw8!)
7+
- Modes selector improvements (thanks @brunobergher!)
8+
- Use safeWriteJson for all JSON file writes to avoid task history corruption (thanks @KJ7LNW!)
9+
- Improve YAML error handling when editing modes
10+
- Register importSettings as VSCode command (thanks @shivamd1810!)
11+
- Add default task names for empty tasks (thanks @daniel-lxs!)
12+
- Improve translation workflow to avoid unnecessary file reads (thanks @KJ7LNW!)
13+
- Allow write_to_file to handle newline-only and empty content (thanks @Githubguy132010!)
14+
- Address multiple memory leaks in CodeBlock component (thanks @kiwina!)
15+
- Memory cleanup (thanks @xyOz-dev!)
16+
- Fix port handling bug in code indexing for HTTPS URLs (thanks @benashby!)
17+
- Improve Bedrock error handling for throttling and streaming contexts
18+
- Handle long Claude code messages (thanks @daniel-lxs!)
19+
- Fixes to Claude Code caching and image upload
20+
- Disable reasoning budget UI controls for Claude Code provider
21+
- Remove temperature parameter for Azure OpenAI reasoning models (thanks @ExactDoug!)
22+
- Allowed commands import/export (thanks @catrielmuller!)
23+
- Add VS Code setting to disable quick fix context actions (thanks @OlegOAndreev!)
24+
325
## [3.21.5] - 2025-06-23
426

527
- Fix Qdrant URL prefix handling for QdrantClient initialization (thanks @CW-B-W!)

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.21.5",
6+
"version": "3.22.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)