Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
6ecd6a9499
Update CHANGELOG.md 2025-08-14 12:51:56 -04:00
github-actions[bot]
60d4e541f9 changeset version bump 2025-08-14 16:49:57 +00:00
3 changed files with 8 additions and 9 deletions

View file

@ -1,8 +0,0 @@
---
"roo-cline": patch
---
- Fix: Remove 500-message limit to prevent scrollbar jumping in long conversations (#7052, #7063 by @daniel-lxs, PR by @app/roomote)
- Fix: Reset condensing state when switching tasks (#6919 by @f14XuanLv, PR by @f14XuanLv)
- Fix: Implement sitemap generation in TypeScript and remove XML file (#5231 by @abumalick, PR by @abumalick)
- Fix: allowedMaxRequests and allowedMaxCost values not showing in the settings UI (thanks @chrarnoldus!)

View file

@ -1,5 +1,12 @@
# Roo Code Changelog
## [3.25.15] - 2025-08-14
- Fix: Remove 500-message limit to prevent scrollbar jumping in long conversations (#7052, #7063 by @daniel-lxs, PR by @app/roomote)
- Fix: Reset condensing state when switching tasks (#6919 by @f14XuanLv, PR by @f14XuanLv)
- Fix: Implement sitemap generation in TypeScript and remove XML file (#5231 by @abumalick, PR by @abumalick)
- Fix: allowedMaxRequests and allowedMaxCost values not showing in the settings UI (thanks @chrarnoldus!)
## [3.25.14] - 2025-08-13
- Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote)

View file

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