diff --git a/.changeset/v3.25.3.md b/.changeset/v3.25.3.md deleted file mode 100644 index d0d891b694..0000000000 --- a/.changeset/v3.25.3.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Prevent input clearing when clicking chat buttons (thanks @hassoncs!) -- Increase Claude Code default max output tokens to 16k (#6125 by @bpeterson1991, PR by @app/roomote) -- Update PR reviewer rules and mode configuration (thanks @daniel-lxs!) -- Add translation check action to pull_request.opened event (thanks @app/roomote!) -- Add docs link for slash commands -- Allow queueing images -- Hide Gemini checkboxes on the welcome view -- Remove "(prev Roo Cline)" from extension title in all languages (thanks @app/roomote!) -- Remove event types mention from PR reviewer rules (thanks @daniel-lxs!) -- Clarify apply_diff tool descriptions to emphasize surgical edits diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7d1e984c..80dd3921c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Roo Code Changelog +## [3.25.3] - 2025-07-30 + +- Allow queueing messages with images +- Increase Claude Code default max output tokens to 16k (#6125 by @bpeterson1991, PR by @app/roomote) +- Add docs link for slash commands +- Hide Gemini checkboxes on the welcome view +- Clarify apply_diff tool descriptions to emphasize surgical edits +- Fix: Prevent input clearing when clicking chat buttons (thanks @hassoncs!) +- Update PR reviewer rules and mode configuration (thanks @daniel-lxs!) +- Add translation check action to pull_request.opened event (thanks @app/roomote!) +- Remove "(prev Roo Cline)" from extension title in all languages (thanks @app/roomote!) +- Remove event types mention from PR reviewer rules (thanks @daniel-lxs!) + ## [3.25.2] - 2025-07-29 - Fix: Show diff view before approval when background edits are disabled (thanks @daniel-lxs!) diff --git a/src/package.json b/src/package.json index e1dc8ae72e..8b350ac838 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.25.2", + "version": "3.25.3", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",