Changeset version bump (#6438)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-07-30 11:34:15 -04:00 committed by GitHub
parent 6f9fea3ab9
commit f3d2504117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 15 deletions

View file

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

View file

@ -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!)

View file

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