Skip to content

Commit 030575a

Browse files
authored
Merge pull request #514 from RooVetGit/changeset-release/main
Changeset version bump
2 parents 5cd28ab + 47635fd commit 030575a

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.changeset/beige-ties-battle.md

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

.changeset/happy-camels-rhyme.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Roo Code Changelog
22

3+
## [3.2.8]
4+
5+
- Fixed bug opening custom modes settings JSON
6+
- Reverts provider key entry back to checking onInput instead of onChange to hopefully address issues entering API keys (thanks @samhvw8!)
7+
- Added explicit checkbox to use Azure for OpenAI compatible providers (thanks @samhvw8!)
8+
- Fixed Glama usage reporting (thanks @punkpeye!)
9+
- Added Llama 3.3 70B Instruct model to the AWS Bedrock provider options (thanks @Premshay!)
10+
311
## [3.2.7]
412

513
- Fix bug creating new configuration profiles

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Roo Code (prev. Roo Cline)",
44
"description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.2.7",
6+
"version": "3.2.8",
77
"icon": "assets/icons/rocket.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)