mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#2394)
* changeset version bump * Updating CHANGELOG.md format * Apply suggestions from code review * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: R00-B0T <github-actions@github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
1ad8e9c7d3
commit
70a05d3302
5 changed files with 19 additions and 13 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.11.9
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
Rate-limit setting updated to be per-profile
|
||||
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,5 +1,21 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.11.9] - 2025-04-07
|
||||
|
||||
- Rate-limit setting updated to be per-profile (thanks @ross!)
|
||||
- You can now place multiple rules files in the .roo/rules/ and .roo/rules-{mode}/ folders (thanks @upamune!)
|
||||
- Add Gemini 2.5 Pro Preview to Vertex AI (thanks @nbihan-mediware!)
|
||||
- Tidy up following ClineProvider refactor (thanks @diarmidmackenzie!)
|
||||
- Clamp negative line numbers when reading files (thanks @KJ7LNW!)
|
||||
- Enhance Rust tree-sitter parser with advanced language structures (thanks @KJ7LNW!)
|
||||
- Persist settings on api.setConfiguration (thanks @gtaylor!)
|
||||
- Add deep links to settings sections
|
||||
- Add command to focus Roo Code input field (thanks @axkirillov!)
|
||||
- Add resize and hover actions to the browser (thanks @SplittyDev!)
|
||||
- Add resumeTask and isTaskInHistory to the API (thanks @franekp!)
|
||||
- Fix bug displaying boolean/numeric suggested answers
|
||||
- Dynamic Vite port detection for webview development (thanks @KJ7LNW!)
|
||||
|
||||
## [3.11.8] - 2025-04-05
|
||||
|
||||
- Improve combineApiRequests performance to reduce gray screens of death (thanks @kyle-apex!)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.11.8",
|
||||
"version": "3.11.9",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.11.8",
|
||||
"version": "3.11.9",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.37.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "Roo Code (prev. Roo Cline)",
|
||||
"description": "A whole dev team of AI agents in your editor.",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.11.8",
|
||||
"version": "3.11.9",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue