mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#2587)
* changeset version bump * Updating CHANGELOG.md format * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: R00-B0T <github-actions@github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
180f904528
commit
3ffe61f548
4 changed files with 15 additions and 8 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.11.15
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.11.15] - 2025-04-13
|
||||
|
||||
- Add ability to filter task history by workspace (thanks @samhvw8!)
|
||||
- Fix Node.js version in the .tool-versions file (thanks @bogdan0083!)
|
||||
- Fix duplicate suggested mentions for open tabs (thanks @samhvw8!)
|
||||
- Fix Bedrock ARN validation and token expiry issue when using profiles (thanks @vagadiya!)
|
||||
- Add Anthropic option to pass API token as Authorization header instead of X-Api-Key (thanks @mecab!)
|
||||
- Better documentation for adding new settings (thanks @KJ7LNW!)
|
||||
- Localize package.json (thanks @samhvw8!)
|
||||
- Add option to hide the welcome message and fix the background color for the new profile dialog (thanks @zhangtony239!)
|
||||
- Restore the focus ring for the VSCodeButton component (thanks @pokutuna!)
|
||||
|
||||
## [3.11.14] - 2025-04-11
|
||||
|
||||
- Support symbolic links in rules folders to directories and other symbolic links (thanks @taisukeoe!)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.11.14",
|
||||
"version": "3.11.15",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.11.14",
|
||||
"version": "3.11.15",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.37.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.11.14",
|
||||
"version": "3.11.15",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue