Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
8491f798c0
Update CHANGELOG.md 2025-07-09 19:39:35 -04:00
github-actions[bot]
f72cfd60f2 changeset version bump 2025-07-09 23:32:33 +00:00
3 changed files with 7 additions and 8 deletions

View file

@ -1,7 +0,0 @@
---
"roo-cline": patch
---
- Fix: use decodeURIComponent in openFile (thanks @vivekfyi!)
- Fix(embeddings): Translate error messages before sending to UI (thanks @daniel-lxs!)
- Make account tab visible

View file

@ -1,5 +1,11 @@
# Roo Code Changelog # Roo Code Changelog
## [3.23.5] - 2025-07-09
- Fix: use decodeURIComponent in openFile (thanks @vivekfyi!)
- Fix(embeddings): Translate error messages before sending to UI (thanks @daniel-lxs!)
- Make account tab visible
## [3.23.4] - 2025-07-09 ## [3.23.4] - 2025-07-09
- Update chat area icons for better discoverability & consistency - Update chat area icons for better discoverability & consistency

View file

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