Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
49c9400781
Update CHANGELOG.md 2025-07-18 20:21:09 -04:00
github-actions[bot]
73b84f2d00 changeset version bump 2025-07-19 00:16:07 +00:00
3 changed files with 11 additions and 12 deletions

View file

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

View file

@ -1,5 +1,15 @@
# Roo Code Changelog # 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 ## [3.23.14] - 2025-07-17
- Log api-initiated tasks to a tmp directory - Log api-initiated tasks to a tmp directory

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%", "displayName": "%extension.displayName%",
"description": "%extension.description%", "description": "%extension.description%",
"publisher": "RooVeterinaryInc", "publisher": "RooVeterinaryInc",
"version": "3.23.14", "version": "3.23.15",
"icon": "assets/icons/icon.png", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",