Преглед изворни кода

Changeset version bump (#2517)

* changeset version bump

* Updating CHANGELOG.md format

* 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 месеци
родитељ
комит
e10c25e0a4
5 измењених фајлова са 8 додато и 13 уклоњено
  1. 0 5
      .changeset/metal-papayas-think.md
  2. 0 5
      .changeset/tough-coats-hear.md
  3. 5 0
      CHANGELOG.md
  4. 2 2
      package-lock.json
  5. 1 1
      package.json

+ 0 - 5
.changeset/metal-papayas-think.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Fix bug not to respect symbolic linked rules, if target is a directory or another symbolic link

+ 0 - 5
.changeset/tough-coats-hear.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-Respect the setting to always read the full file

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Roo Code Changelog
 
+## [3.11.14] - 2025-04-11
+
+- Support symbolic links in rules folders to directories and other symbolic links (thanks @taisukeoe!)
+- Stronger enforcement of the setting to always read full files instead of doing partial reads
+
 ## [3.11.13] - 2025-04-11
 
 - Loads of terminal improvements: command delay, PowerShell counter, and ZSH EOL mark (thanks @KJ7LNW!)

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "roo-cline",
-	"version": "3.11.13",
+	"version": "3.11.14",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "roo-cline",
-			"version": "3.11.13",
+			"version": "3.11.14",
 			"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",
 	"description": "A whole dev team of AI agents in your editor. Previously Roo Cline.",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.11.13",
+	"version": "3.11.14",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 		"color": "#617A91",