mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
parent
6f9fea3ab9
commit
f3d2504117
3 changed files with 14 additions and 15 deletions
|
|
@ -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
|
||||
13
CHANGELOG.md
13
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!)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue