mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
3.0 KiB
3.0 KiB
Roo Cline Changelog
[2.2.14]
- Make diff editing more robust to transient errors
[2.2.13]
- Fixes to sound playing and applying diffs
[2.2.12]
- Better support for pure deletion and insertion diffs
[2.2.11]
- Added settings checkbox for verbose diff debugging
[2.2.6 - 2.2.10]
- More fixes to search/replace diffs
[2.2.5]
- Allow MCP servers to be enabled/disabled
[2.2.4]
- Tweak the prompt to encourage diff edits when they're enabled
[2.2.3]
- Clean up the settings screen
[2.2.2]
- Add checkboxes to auto-approve MCP tools
[2.2.1]
- Fix another diff editing indentation bug
[2.2.0]
- Incorporate MCP changes from Cline 2.2.0
[2.1.21]
- Larger text area input + ability to drag images into it
[2.1.20]
- Add Gemini 2.0
[2.1.19]
- Better error handling for diff editing
[2.1.18]
- Diff editing bugfix to handle Windows line endings
[2.1.17]
- Switch to search/replace diffs in experimental diff editing mode
[2.1.16]
- Allow copying prompts from the history screen
[2.1.15]
- Incorporate dbasclpy's PR to add support for gemini-exp-1206
- Make it clear that diff editing is very experimental
[2.1.14]
- Fix bug where diffs were not being applied correctly and try Aider's unified diff prompt
- If diffs are enabled, automatically reject write_to_file commands that lead to truncated output
[2.1.13]
- Fix https://github.com/RooVetGit/Roo-Cline/issues/50 where sound effects were not respecting settings
[2.1.12]
- Incorporate JoziGila's PR to add support for editing through diffs
[2.1.11]
- Incorporate lloydchang's PR to add support for OpenRouter compression
[2.1.10]
- Incorporate HeavenOSK's PR to add sound effects to Cline
[2.1.9]
- Add instructions for using .clinerules on the settings screen
[2.1.8]
- Roo Cline now allows configuration of which commands are allowed without approval!
[2.1.7]
- Updated extension icon and metadata
[2.2.0]
- Add support for Model Context Protocol (MCP), enabling Cline to use custom tools like web-search tool or GitHub tool
- Add MCP server management tab accessible via the server icon in the menu bar
- Add ability for Cline to dynamically create new MCP servers based on user requests (e.g., "add a tool that gets the latest npm docs")
[2.1.6]
- Roo Cline now runs in all VSCode-compatible editors
[2.1.5]
- Fix bug in browser action approval
[2.1.4]
- Roo Cline now can run side-by-side with Cline
[2.1.3]
- Roo Cline now allows browser actions without approval when
alwaysAllowBrowseris true
[2.1.2]
- Support for auto-approval of write operations and command execution
- Support for .clinerules custom instructions