Просмотр исходного кода

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 <[email protected]>
Co-authored-by: Matt Rubens <[email protected]>
R00-B0T 8 месяцев назад
Родитель
Сommit
70a05d3302
5 измененных файлов с 19 добавлено и 13 удалено
  1. 0 5
      .changeset/cuddly-bats-look.md
  2. 0 5
      .changeset/curvy-masks-scream.md
  3. 16 0
      CHANGELOG.md
  4. 2 2
      package-lock.json
  5. 1 1
      package.json

+ 0 - 5
.changeset/cuddly-bats-look.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-v3.11.9

+ 0 - 5
.changeset/curvy-masks-scream.md

@@ -1,5 +0,0 @@
----
-"roo-cline": minor
----
-
-Rate-limit setting updated to be per-profile

+ 16 - 0
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!)

+ 2 - 2
package-lock.json

@@ -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",

+ 1 - 1
package.json

@@ -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",