|
1 | | -# Roo Cline Changelog |
| 1 | +# Roo Code Changelog |
| 2 | + |
| 3 | +## [3.3.4] |
| 4 | + |
| 5 | +- Add per-server MCP network timeout configuration ranging from 15 seconds to an hour |
| 6 | +- Speed up diff editing (thanks @hannesrudolph and @KyleHerndon!) |
| 7 | +- Add option to perform explain/improve/fix code actions either in the existing task or a new task (thanks @samhvw8!) |
| 8 | + |
| 9 | +## [3.3.3] |
| 10 | + |
| 11 | +- Throw errors sooner when a mode tries to write a restricted file |
| 12 | +- Styling improvements to the mode/configuration dropdowns (thanks @psv2522!) |
| 13 | + |
| 14 | +## [3.3.2] |
| 15 | + |
| 16 | +- Add a dropdown to select the API configuration for a mode in the Prompts tab |
| 17 | +- Fix bug where always allow wasn't showing up for MCP tools |
| 18 | +- Improve OpenRouter DeepSeek-R1 integration by setting temperature to the recommended 0.6 and displaying the reasoning output (thanks @Szpadel - it's really fascinating to watch!) |
| 19 | +- Allow specifying a custom OpenRouter base URL (thanks @dairui1!) |
| 20 | +- Make the UI for nested settings nicer (thanks @PretzelVector!) |
| 21 | + |
| 22 | +## [3.3.1] |
| 23 | + |
| 24 | +- Fix issue where the terminal management system was creating unnecessary new terminals (thanks @evan-fannin!) |
| 25 | +- Fix bug where the saved API provider for a mode wasn't being selected after a mode switch command |
| 26 | + |
| 27 | +## [3.3.0] |
| 28 | + |
| 29 | +- Native VS Code code actions support with quick fixes and refactoring options |
| 30 | +- Modes can now request to switch to other modes when needed |
| 31 | +- Ask and Architect modes can now edit markdown files |
| 32 | +- Custom modes can now be restricted to specific file patterns (for example, a technical writer who can only edit markdown files 👋) |
| 33 | +- Support for configuring the Bedrock provider with AWS Profiles |
| 34 | +- New Roo Code community Discord at https://roocode.com/discord! |
| 35 | + |
| 36 | +## [3.2.8] |
| 37 | + |
| 38 | +- Fixed bug opening custom modes settings JSON |
| 39 | +- Reverts provider key entry back to checking onInput instead of onChange to hopefully address issues entering API keys (thanks @samhvw8!) |
| 40 | +- Added explicit checkbox to use Azure for OpenAI compatible providers (thanks @samhvw8!) |
| 41 | +- Fixed Glama usage reporting (thanks @punkpeye!) |
| 42 | +- Added Llama 3.3 70B Instruct model to the AWS Bedrock provider options (thanks @Premshay!) |
| 43 | + |
| 44 | +## [3.2.7] |
| 45 | + |
| 46 | +- Fix bug creating new configuration profiles |
| 47 | + |
| 48 | +## [3.2.6] |
| 49 | + |
| 50 | +- Fix bug with role definition overrides for built-in modes |
| 51 | + |
| 52 | +## [3.2.5] |
| 53 | + |
| 54 | +- Added gemini flash thinking 01-21 model and a few visual fixes (thanks @monotykamary!) |
| 55 | + |
| 56 | +## [3.2.4] |
| 57 | + |
| 58 | +- Only allow use of the diff tool if it's enabled in settings |
| 59 | + |
| 60 | +## [3.2.3] |
| 61 | + |
| 62 | +- Fix bug where language selector wasn't working |
| 63 | + |
| 64 | +## [3.2.0 - 3.2.2] |
| 65 | + |
| 66 | +- **Name Change From Roo Cline to Roo Code:** We're excited to announce our new name! After growing beyond 50,000 installations, we've rebranded from Roo Cline to Roo Code to better reflect our identity as we chart our own course. |
| 67 | + |
| 68 | +- **Custom Modes:** Create your own personas for Roo Code! While our built-in modes (Code, Architect, Ask) are still here, you can now shape entirely new ones: |
| 69 | + - Define custom prompts |
| 70 | + - Choose which tools each mode can access |
| 71 | + - Create specialized assistants for any workflow |
| 72 | + - Just type "Create a new mode for <X>" or visit the Prompts tab in the top menu to get started |
| 73 | + |
| 74 | +Join us at https://www.reddit.com/r/RooCode to share your custom modes and be part of our next chapter! |
2 | 75 |
|
3 | 76 | ## [3.1.7] |
4 | 77 |
|
|
51 | 124 |
|
52 | 125 | ## [3.0.0] |
53 | 126 |
|
54 | | -- This release adds chat modes! Now you can ask Roo Cline questions about system architecture or the codebase without immediately jumping into writing code. You can even assign different API configuration profiles to each mode if you prefer to use different models for thinking vs coding. Would love feedback in the new Roo Cline Reddit! https://www.reddit.com/r/roocline |
| 127 | +- This release adds chat modes! Now you can ask Roo Code questions about system architecture or the codebase without immediately jumping into writing code. You can even assign different API configuration profiles to each mode if you prefer to use different models for thinking vs coding. Would love feedback in the new Roo Code Reddit! https://www.reddit.com/r/RooCode |
55 | 128 |
|
56 | 129 | ## [2.2.46] |
57 | 130 |
|
|
0 commit comments