mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#5935)
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
5ed73385c3
commit
64d35dc357
3 changed files with 11 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Fix configurable delay for diagnostics to prevent premature error reporting
|
||||
- Add command timeout allowlist
|
||||
- Add description and whenToUse fields to custom modes in .roomodes (thanks @RandalSchwartz!)
|
||||
- Fix Claude model detection by name for API protocol selection (thanks @daniel-lxs!)
|
||||
- Move marketplace icon from overflow menu to top navigation
|
||||
- Optional setting to prevent completion with open todos
|
||||
- Added YouTube to website footer (thanks @thill2323!)
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.23.15] - 2025-07-18
|
||||
|
||||
- Fix configurable delay for diagnostics to prevent premature error reporting
|
||||
- Add command timeout allowlist
|
||||
- Add description and whenToUse fields to custom modes in .roomodes (thanks @RandalSchwartz!)
|
||||
- Fix Claude model detection by name for API protocol selection (thanks @daniel-lxs!)
|
||||
- Move marketplace icon from overflow menu to top navigation
|
||||
- Optional setting to prevent completion with open todos
|
||||
- Added YouTube to website footer (thanks @thill2323!)
|
||||
|
||||
## [3.23.14] - 2025-07-17
|
||||
|
||||
- Log api-initiated tasks to a tmp directory
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.23.14",
|
||||
"version": "3.23.15",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue