diff --git a/.changeset/four-trainers-move.md b/.changeset/four-trainers-move.md deleted file mode 100644 index b6aaf84160..0000000000 --- a/.changeset/four-trainers-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Move executeCommand out of Cline and add telemetry for shell integration errors diff --git a/.changeset/shiny-poems-search.md b/.changeset/shiny-poems-search.md deleted file mode 100644 index 699843060e..0000000000 --- a/.changeset/shiny-poems-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Support Gemini 2.5 Flash thinking mode diff --git a/.changeset/wet-knives-call.md b/.changeset/wet-knives-call.md deleted file mode 100644 index cbf2bc91c4..0000000000 --- a/.changeset/wet-knives-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.13.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index bc344d0b44..a7bd81d204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ # Roo Code Changelog +## [3.13.1] - 2025-04-18 + +- Support Gemini 2.5 Flash thinking mode (thanks @monotykamary) +- Make auto-approval toggle on/off states more obvious (thanks @sachasayan) +- Add telemetry for shell integration errors +- Fix the path of files dragging into the chat textarea on Windows (thanks @NyxJae) + ## [3.13.0] - 2025-04-17 - UI improvements to task header, chat view, history preview, and welcome view (thanks @sachasayan!) - Add append_to_file tool for appending content to files (thanks @samhvw8!) - Add Gemini 2.5 Flash Preview to Gemini and Vertex providers (thanks @nbihan-mediware!) - Fix image support in Bedrock (thanks @Smartsheet-JB-Brown!) -- Make diff edits more resilient to models passing in incorrect parameters +- Make diff edits more resilient to models passing in incorrect parameters ## [3.12.3] - 2025-04-17 diff --git a/package-lock.json b/package-lock.json index fa1a5a7c13..251cf7f2d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.13.0", + "version": "3.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.13.0", + "version": "3.13.1", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index ff026fa5cc..a267a9b790 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.13.0", + "version": "3.13.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",