mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
changeset version bump
This commit is contained in:
parent
11ed27a925
commit
c91c9e222d
3 changed files with 7 additions and 10 deletions
|
|
@ -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!)
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.22.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- - Fix: eliminate XSS vulnerability in CodeBlock component (thanks @KJ7LNW!)
|
||||
|
||||
## [3.22.1] - 2025-06-26
|
||||
|
||||
- Add Gemini CLI provider (thanks Cline!)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.22.1",
|
||||
"version": "3.22.2",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue