Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
d4a987038d
Update CHANGELOG for version 3.29.1 release
Updated version number and added release notes for 3.29.1.
2025-10-26 22:27:46 -04:00
github-actions[bot]
99cf4c458e changeset version bump 2025-10-27 02:25:01 +00:00
3 changed files with 9 additions and 10 deletions

View file

@ -1,9 +0,0 @@
---
"roo-cline": patch
---
![3.29.1 Release - Window Cleaning](/releases/3.29.1-release.png)
- Fix: Clean up max output token calculations to prevent context window overruns (#8821 by @enerage, PR by @roomote)
- Fix: Change Add to Context keybinding to avoid Redo conflict (#8652 by @swythan, PR by @roomote)
- Fix provider model loading race conditions (thanks @mrubens!)

View file

@ -1,5 +1,13 @@
# Roo Code Changelog # Roo Code Changelog
## [3.29.1] - 2025-10-26
![3.29.1 Release - Window Cleaning](/releases/3.29.1-release.png)
- Fix: Clean up max output token calculations to prevent context window overruns (#8821 by @enerage, PR by @roomote)
- Fix: Change Add to Context keybinding to avoid Redo conflict (#8652 by @swythan, PR by @roomote)
- Fix provider model loading race conditions (thanks @mrubens!)
## [3.29.0] - 2025-10-24 ## [3.29.0] - 2025-10-24
![3.29.0 Release - Intelligent File Reading](/releases/3.29.0-release.png) ![3.29.0 Release - Intelligent File Reading](/releases/3.29.0-release.png)

View file

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