mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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 <mrubens@users.noreply.github.com>
This commit is contained in:
parent
699b0c051b
commit
0fd8105cfb
7 changed files with 19 additions and 40 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": major
|
||||
---
|
||||
|
||||
Default enabled autoCondenseContext and moved settings out of Experimental
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Appease changesets
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Skips condense operations if the context size grows & shows an error
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Roo Code Cloud
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
- Enable intelligent content condensing by default and move condense button out of expanded task menu
|
||||
- Skip condense and show error if context grows during condensing
|
||||
- Transform Prompts tab into Modes tab and move support prompts to Settings for better organization
|
||||
- Add DeepSeek R1 0528 model support to Chutes provider (thanks @zeozeozeo!)
|
||||
- Fix @directory not respecting .rooignore files (thanks @xyOz-dev!)
|
||||
- Add rooignore checking for insert_content and search_and_replace tools
|
||||
- Fix menu breaking when Roo is moved between primary and secondary sidebars (thanks @chrarnoldus!)
|
||||
- Resolve memory leak in ChatView by stabilizing callback props (thanks @samhvw8!)
|
||||
- Fix write_to_file to properly create empty files when content is empty (thanks @Ruakij!)
|
||||
- Fix chat input clearing during running tasks (thanks @xyOz-dev!)
|
||||
- Update AWS regions to include Spain and Hyderabad
|
||||
- Improve POSIX shell compatibility in pre-push hook (thanks @PeterDaveHello and @chrarnoldus!)
|
||||
- Update PAGER environment variable for Windows compatibility in Terminal (thanks @SmartManoj!)
|
||||
- Add environment variable injection support for whole MCP config (thanks @NamesMT!)
|
||||
- Update codebase search description to emphasize English query requirements (thanks @ChuKhaLi!)
|
||||
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,5 +1,23 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.19.0] - 2025-05-30
|
||||
|
||||
- Enable intelligent content condensing by default and move condense button out of expanded task menu
|
||||
- Skip condense and show error if context grows during condensing
|
||||
- Transform Prompts tab into Modes tab and move support prompts to Settings for better organization
|
||||
- Add DeepSeek R1 0528 model support to Chutes provider (thanks @zeozeozeo!)
|
||||
- Fix @directory not respecting .rooignore files (thanks @xyOz-dev!)
|
||||
- Add rooignore checking for insert_content and search_and_replace tools
|
||||
- Fix menu breaking when Roo is moved between primary and secondary sidebars (thanks @chrarnoldus!)
|
||||
- Resolve memory leak in ChatView by stabilizing callback props (thanks @samhvw8!)
|
||||
- Fix write_to_file to properly create empty files when content is empty (thanks @Ruakij!)
|
||||
- Fix chat input clearing during running tasks (thanks @xyOz-dev!)
|
||||
- Update AWS regions to include Spain and Hyderabad
|
||||
- Improve POSIX shell compatibility in pre-push hook (thanks @PeterDaveHello and @chrarnoldus!)
|
||||
- Update PAGER environment variable for Windows compatibility in Terminal (thanks @SmartManoj!)
|
||||
- Add environment variable injection support for whole MCP config (thanks @NamesMT!)
|
||||
- Update codebase search description to emphasize English query requirements (thanks @ChuKhaLi!)
|
||||
|
||||
## [3.18.5] - 2025-05-27
|
||||
|
||||
- Add thinking controls for Requesty (thanks @dtrugman!)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.18.5",
|
||||
"version": "3.19.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue