Skip to content

Commit f5ef365

Browse files
Changeset version bump (#4149)
* changeset version bump * Update package.json * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent c86128b commit f5ef365

File tree

6 files changed

+13
-29
lines changed

6 files changed

+13
-29
lines changed

.changeset/bedrock-vpc-endpoint.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-news-warn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-windows-read.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/v3.19.1.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Roo Code Changelog
22

3-
## [3.19.0] - 2025-05-30
3+
## [3.19.1] - 2025-05-30
4+
5+
- Experimental feature to allow reading multiple files at once (thanks @samhvw8!)
6+
- Fix to correctly pass headers to SSE MCP servers
7+
- Adding support for custom VPC endpoints when using Amazon Bedrock (thanks @kcwhite!)
8+
- Fix bug with context condensing in Amazon Bedrock
9+
- Fix UTF-8 encoding in ExecaTerminalProcess (thanks @mr-ryan-james!)
10+
- Set sidebar name bugfix (thanks @chrarnoldus!)
11+
- Fix link to CONTRIBUTING.md in feature request template (thanks @cannuri!)
12+
- Add task metadata to Unbound and improve caching logic (thanks @pugazhendhi-m!)
13+
14+
## [3.19.0] - 2025-05-29
415

516
- Enable intelligent content condensing by default and move condense button out of expanded task menu
617
- Skip condense and show error if context grows during condensing

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.19.0",
6+
"version": "3.19.1",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)