Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/v3.25.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"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!)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional? The attribution format here differs from the entries above. The other fixes include issue numbers and PR references (e.g., "#7052, #7063 by @daniel-lxs, PR by @app/roomote"), while this one only has "thanks @chrarnoldus!" without issue/PR references. Could we make this consistent for better traceability?

Loading