Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
9422893e8b
Update CHANGELOG.md 2025-06-27 12:58:30 -04:00
github-actions[bot]
c91c9e222d changeset version bump 2025-06-27 16:53:44 +00:00
3 changed files with 9 additions and 10 deletions

View file

@ -1,9 +0,0 @@
---
"roo-cline": patch
---
- Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!)
- Fix terminal keyboard shortcut error when adding content to context (thanks @MuriloFP!)
- Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (thanks @daniel-lxs!)
- Fix(i18n): correct gemini cli error translation paths (thanks @daniel-lxs!)
- Code Index (Qdrant) recreate services when change configurations (thanks @catrielmuller!)

View file

@ -1,5 +1,13 @@
# Roo Code Changelog # Roo Code Changelog
## [3.22.2] - 2025-06-27
- Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!)
- Fix terminal keyboard shortcut error when adding content to context (thanks @MuriloFP!)
- Fix checkpoint popover not opening due to StandardTooltip wrapper conflict (thanks @daniel-lxs!)
- Fix(i18n): correct gemini cli error translation paths (thanks @daniel-lxs!)
- Code Index (Qdrant) recreate services when change configurations (thanks @catrielmuller!)
## [3.22.1] - 2025-06-26 ## [3.22.1] - 2025-06-26
- Add Gemini CLI provider (thanks Cline!) - Add Gemini CLI provider (thanks Cline!)

View file

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