Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
3ee7ee10f8
Update CHANGELOG for version 3.31.0 2025-11-07 23:21:16 -05:00
github-actions[bot]
bb879c4251 changeset version bump 2025-11-08 04:15:42 +00:00
3 changed files with 12 additions and 13 deletions

View file

@ -1,12 +0,0 @@
---
"roo-cline": minor
---
![3.31.0 Release - Todo List and Task Header Improvements](/releases/3.31.0-release.png)
- Improvements to to-do lists and task headers (thanks @brunobergher!)
- Fix: Prevent crash when streaming chunks have null choices array (thanks @daniel-lxs!)
- Fix: Prevent context condensing on settings save when provider/model unchanged (#4430 by @hannesrudolph, PR by @daniel-lxs)
- Fix: Respect custom OpenRouter URL for all API operations (#8947 by @sstraus, PR by @roomote)
- Add comprehensive error logging to Roo Cloud provider (thanks @daniel-lxs!)
- UX: Less caffeinated kangaroo (thanks @brunobergher!)

View file

@ -1,5 +1,16 @@
# Roo Code Changelog
## [3.31.0] - 2025-11-07
![3.31.0 Release - Todo List and Task Header Improvements](/releases/3.31.0-release.png)
- Improvements to to-do lists and task headers (thanks @brunobergher!)
- Fix: Prevent crash when streaming chunks have null choices array (thanks @daniel-lxs!)
- Fix: Prevent context condensing on settings save when provider/model unchanged (#4430 by @hannesrudolph, PR by @daniel-lxs)
- Fix: Respect custom OpenRouter URL for all API operations (#8947 by @sstraus, PR by @roomote)
- Add comprehensive error logging to Roo Cloud provider (thanks @daniel-lxs!)
- UX: Less caffeinated kangaroo (thanks @brunobergher!)
## [3.30.3] - 2025-11-06
![3.30.3 Release - Moonshot Brain](/releases/3.30.3-release.png)

View file

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