From 471d832c7a3854c7625e0084e37186cbb6e18750 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 8 Mar 2025 01:34:23 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b0052f40..ff2aa8de27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Roo Code Changelog -## [3.8.1] +## [3.8.1] - 2025-03-07 - Show the reserved output tokens in the context window visualization - Improve the UI of the configuration profile dropdown (thanks @DeXtroTip!) @@ -11,7 +11,7 @@ - Fix bug where checkpoints were no longer enabled by default - Add extension and VSCode versions to telemetry -## [3.8.0] +## [3.8.0] - 2025-03-07 - Add opt-in telemetry to help us improve Roo Code faster (thanks Cline!) - Fix terminal overload / gray screen of death, and other terminal issues @@ -30,7 +30,7 @@ - Improve styling of the task headers (thanks @monotykamary!) - Improve context mention path handling on Windows (thanks @samhvw8!) -## [3.7.12] +## [3.7.12] - 2025-03-03 - Expand max tokens of thinking models to 128k, and max thinking budget to over 100k (thanks @monotykamary!) - Fix issue where keyboard mode switcher wasn't updating API profile (thanks @aheizi!) @@ -42,19 +42,19 @@ - Update the warning text for the VS LM API - Correctly populate the default OpenRouter model on the welcome screen -## [3.7.11] +## [3.7.11] - 2025-03-02 - Don't honor custom max tokens for non thinking models - Include custom modes in mode switching keyboard shortcut - Support read-only modes that can run commands -## [3.7.10] +## [3.7.10] - 2025-03-01 - Add Gemini models on Vertex AI (thanks @ashktn!) - Keyboard shortcuts to switch modes (thanks @aheizi!) - Add support for Mermaid diagrams (thanks Cline!) -## [3.7.9] +## [3.7.9] - 2025-03-01 - Delete task confirmation enhancements - Smarter context window management @@ -64,19 +64,19 @@ - UI fix to dropdown hover colors (thanks @SamirSaji!) - Add support for Claude Sonnet 3.7 thinking via Vertex AI (thanks @lupuletic!) -## [3.7.8] +## [3.7.8] - 2025-02-27 - Add Vertex AI prompt caching support for Claude models (thanks @aitoroses and @lupuletic!) - Add gpt-4.5-preview - Add an advanced feature to customize the system prompt -## [3.7.7] +## [3.7.7] - 2025-02-27 - Graduate checkpoints out of beta - Fix enhance prompt button when using Thinking Sonnet - Add tooltips to make what buttons do more obvious -## [3.7.6] +## [3.7.6] - 2025-02-26 - Handle really long text better in the in the ChatRow similar to TaskHeader (thanks @joemanley201!) - Support multiple files in drag-and-drop @@ -84,7 +84,7 @@ - Better OpenRouter error handling (no more "Provider Error") - Add slider to control max output tokens for thinking models -## [3.7.5] +## [3.7.5] - 2025-02-26 - Fix context window truncation math (see [#1173](https://github.com/RooVetGit/Roo-Code/issues/1173)) - Fix various issues with the model picker (thanks @System233!) @@ -92,48 +92,48 @@ - Add drag-and-drop for files - Enable the "Thinking Budget" slider for Claude 3.7 Sonnet on OpenRouter -## [3.7.4] +## [3.7.4] - 2025-02-25 - Fix a bug that prevented the "Thinking" setting from properly updating when switching profiles. -## [3.7.3] +## [3.7.3] - 2025-02-25 - Support for ["Thinking"](https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking) Sonnet 3.7 when using the Anthropic provider. -## [3.7.2] +## [3.7.2] - 2025-02-24 - Fix computer use and prompt caching for OpenRouter's `anthropic/claude-3.7-sonnet:beta` (thanks @cte!) - Fix sliding window calculations for Sonnet 3.7 that were causing a context window overflow (thanks @cte!) - Encourage diff editing more strongly in the system prompt (thanks @hannesrudolph!) -## [3.7.1] +## [3.7.1] - 2025-02-24 - Add AWS Bedrock support for Sonnet 3.7 and update some defaults to Sonnet 3.7 instead of 3.5 -## [3.7.0] +## [3.7.0] - 2025-02-24 - Introducing Roo Code 3.7, with support for the new Claude Sonnet 3.7. Because who cares about skipping version numbers anymore? Thanks @lupuletic and @cte for the PRs! -## [3.3.26] +## [3.3.26] - 2025-02-27 - Adjust the default prompt for Debug mode to focus more on diagnosis and to require user confirmation before moving on to implementation -## [3.3.25] +## [3.3.25] - 2025-02-21 - Add a "Debug" mode that specializes in debugging tricky problems (thanks [Ted Werbel](https://x.com/tedx_ai/status/1891514191179309457) and [Carlos E. Perez](https://x.com/IntuitMachine/status/1891516362486337739)!) - Add an experimental "Power Steering" option to significantly improve adherence to role definitions and custom instructions -## [3.3.24] +## [3.3.24] - 2025-02-20 - Fixed a bug with region selection preventing AWS Bedrock profiles from being saved (thanks @oprstchn!) - Updated the price of gpt-4o (thanks @marvijo-code!) -## [3.3.23] +## [3.3.23] - 2025-02-20 - Handle errors more gracefully when reading custom instructions from files (thanks @joemanley201!) - Bug fix to hitting "Done" on settings page with unsaved changes (thanks @System233!) -## [3.3.22] +## [3.3.22] - 2025-02-20 - Improve the Provider Settings configuration with clear Save buttons and warnings about unsaved changes (thanks @System233!) - Correctly parse `` reasoning tags from Ollama models (thanks @System233!) @@ -143,7 +143,7 @@ - Fix a bug where the .roomodes file was not automatically created when adding custom modes from the Prompts tab - Allow setting a wildcard (`*`) to auto-approve all command execution (use with caution!) -## [3.3.21] +## [3.3.21] - 2025-02-17 - Fix input box revert issue and configuration loss during profile switch (thanks @System233!) - Fix default preferred language for zh-cn and zh-tw (thanks @System233!) @@ -152,7 +152,7 @@ - Fix system prompt to make sure Roo knows about all available modes - Enable streaming mode for OpenAI o1 -## [3.3.20] +## [3.3.20] - 2025-02-14 - Support project-specific custom modes in a .roomodes file - Add more Mistral models (thanks @d-oit and @bramburn!) @@ -160,7 +160,7 @@ - Add a setting to control the number of open editor tabs to tell the model about (665 is probably too many!) - Fix race condition bug with entering API key on the welcome screen -## [3.3.19] +## [3.3.19] - 2025-02-12 - Fix a bug where aborting in the middle of file writes would not revert the write - Honor the VS Code theme for dialog backgrounds @@ -168,7 +168,7 @@ - Add a help button that links to our new documentation site (which we would love help from the community to improve!) - Switch checkpoints logic to use a shadow git repository to work around issues with hot reloads and polluting existing repositories (thanks Cline for the inspiration!) -## [3.3.18] +## [3.3.18] - 2025-02-11 - Add a per-API-configuration model temperature setting (thanks @joemanley201!) - Add retries for fetching usage stats from OpenRouter (thanks @jcbdev!) @@ -179,18 +179,18 @@ - Fix logic error where automatic retries were waiting twice as long as intended - Rework the checkpoints code to avoid conflicts with file locks on Windows (sorry for the hassle!) -## [3.3.17] +## [3.3.17] - 2025-02-09 - Fix the restore checkpoint popover - Unset git config that was previously set incorrectly by the checkpoints feature -## [3.3.16] +## [3.3.16] - 2025-02-09 - Support Volcano Ark platform through the OpenAI-compatible provider - Fix jumpiness while entering API config by updating on blur instead of input - Add tooltips on checkpoint actions and fix an issue where checkpoints were overwriting existing git name/email settings - thanks for the feedback! -## [3.3.15] +## [3.3.15] - 2025-02-08 - Improvements to MCP initialization and server restarts (thanks @MuriloFP and @hannesrudolph!) - Add a copy button to the recent tasks (thanks @hannesrudolph!)