Skip to content

Commit 0fd8105

Browse files
Changeset version bump (#4086)
* changeset version bump * Update package.json * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 699b0c0 commit 0fd8105

File tree

7 files changed

+19
-40
lines changed

7 files changed

+19
-40
lines changed

.changeset/eager-buckets-feel.md

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

.changeset/heavy-snakes-flow.md

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

.changeset/spotty-steaks-brake.md

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

.changeset/swift-carrots-doubt.md

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

.changeset/v3.19.0.md

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

CHANGELOG.md

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

3+
## [3.19.0] - 2025-05-30
4+
5+
- Enable intelligent content condensing by default and move condense button out of expanded task menu
6+
- Skip condense and show error if context grows during condensing
7+
- Transform Prompts tab into Modes tab and move support prompts to Settings for better organization
8+
- Add DeepSeek R1 0528 model support to Chutes provider (thanks @zeozeozeo!)
9+
- Fix @directory not respecting .rooignore files (thanks @xyOz-dev!)
10+
- Add rooignore checking for insert_content and search_and_replace tools
11+
- Fix menu breaking when Roo is moved between primary and secondary sidebars (thanks @chrarnoldus!)
12+
- Resolve memory leak in ChatView by stabilizing callback props (thanks @samhvw8!)
13+
- Fix write_to_file to properly create empty files when content is empty (thanks @Ruakij!)
14+
- Fix chat input clearing during running tasks (thanks @xyOz-dev!)
15+
- Update AWS regions to include Spain and Hyderabad
16+
- Improve POSIX shell compatibility in pre-push hook (thanks @PeterDaveHello and @chrarnoldus!)
17+
- Update PAGER environment variable for Windows compatibility in Terminal (thanks @SmartManoj!)
18+
- Add environment variable injection support for whole MCP config (thanks @NamesMT!)
19+
- Update codebase search description to emphasize English query requirements (thanks @ChuKhaLi!)
20+
321
## [3.18.5] - 2025-05-27
422

523
- Add thinking controls for Requesty (thanks @dtrugman!)

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

0 commit comments

Comments
 (0)