diff --git a/.changeset/metal-papayas-think.md b/.changeset/metal-papayas-think.md deleted file mode 100644 index 89affd64fb3..00000000000 --- a/.changeset/metal-papayas-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix bug not to respect symbolic linked rules, if target is a directory or another symbolic link diff --git a/.changeset/tough-coats-hear.md b/.changeset/tough-coats-hear.md deleted file mode 100644 index 6189de0fda0..00000000000 --- a/.changeset/tough-coats-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Respect the setting to always read the full file diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b3962300c..b6be2e0d0ce 100644 --- a/CHANGELOG.md +++ b/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!) diff --git a/package-lock.json b/package-lock.json index 4ebeb58b73d..b0f09bfd170 100644 --- a/package-lock.json +++ b/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", diff --git a/package.json b/package.json index bf5a0e9f3ce..2785b57d4e3 100644 --- a/package.json +++ b/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",