diff --git a/.changeset/blue-masks-camp.md b/.changeset/blue-masks-camp.md deleted file mode 100644 index a67e1c4d53..0000000000 --- a/.changeset/blue-masks-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add shortcuts to the currently open tabs in the "Add File" section of @-mentions (thanks @olup!) diff --git a/.changeset/breezy-badgers-refuse.md b/.changeset/breezy-badgers-refuse.md deleted file mode 100644 index 50cbbe9262..0000000000 --- a/.changeset/breezy-badgers-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Visual cleanup to the list of modes on the prompts tab diff --git a/.changeset/nine-tables-cheat.md b/.changeset/nine-tables-cheat.md deleted file mode 100644 index 7e48c235bf..0000000000 --- a/.changeset/nine-tables-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.3.10 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd17bd2b9..983d2bfac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Roo Code Changelog +## [3.3.10] + +- Add shortcuts to the currently open tabs in the "Add File" section of @-mentions (thanks @olup!) +- Fix pricing for o1-mini (thanks @hesara!) +- Fix context window size calculation (thanks @MuriloFP!) +- Improvements to experimental unified diff strategy and selection logic in code actions (thanks @nissa-seru!) +- Enable markdown formatting in o3 and o1 (thanks @nissa-seru!) +- Improved terminal shell detection logic (thanks @canvrno for the original and @nissa-seru for the port!) +- Fix occasional errors when switching between API profiles (thanks @samhvw8!) +- Visual improvements to the list of modes on the prompts tab +- Fix double-scrollbar in provider dropdown +- Visual cleanup to the list of modes on the prompts tab +- Improvements to the default prompts for Architect and Ask mode +- Allow switching between modes with slash messages like `/ask why is the sky blue?` + ## [3.3.9] - Add o3-mini-high and o3-mini-low diff --git a/package-lock.json b/package-lock.json index eecc0e681e..2c518b330e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.3.9", + "version": "3.3.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.3.9", + "version": "3.3.10", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index a95ace9ee3..80528fdfd0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.", "publisher": "RooVeterinaryInc", - "version": "3.3.9", + "version": "3.3.10", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",