|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
3 | | -## 3.8.0 |
4 | | - |
5 | | -### Minor Changes |
6 | | - |
7 | | -- v3.8 |
8 | | - |
9 | | -### Patch Changes |
10 | | - |
11 | | -- Disable repo-per-workspace checkpoints |
12 | | -- Remove item number from history preview cards |
13 | | -- Add credentials auth for Google vertex |
14 | | -- Handle outputless commands |
15 | | -- Improved observability of openai compatible APIs, by sending x-title and http-referer headers, as per Open Router standard. |
| 3 | +## [3.8.0] |
| 4 | + |
| 5 | +- Add opt-in telemetry to help us improve Roo Code faster (thanks Cline!) |
| 6 | +- Fix terminal overload / gray screen of death, and other terminal issues |
| 7 | +- Add a new experimental diff editing strategy that applies multiple diff edits at once #1234 (thanks @qdaxb!) |
| 8 | +- Add support for a .rooignore to prevent Roo Code from read/writing certain files, with a setting to also exclude them from search/lists (thanks Cline!) |
| 9 | +- Update the new_task tool to return results to the parent task on completion, supporting better orchestration (thanks @shaybc!) |
| 10 | +- Support running Roo in multiple editor windows simultaneously (thanks @samhvw8!) |
| 11 | +- Make checkpoints asynchronous and exclude more files to speed them up |
| 12 | +- Redesign the settings page to make it easier to navigate |
| 13 | +- Add credential-based authentication for Vertex AI, enabling users to easily switch between Google Cloud accounts (thanks @eonghk!) |
| 14 | +- Update the DeepSeek provider with the correct baseUrl and track caching correctly (thanks @olweraltuve!) |
| 15 | +- Add a new “Human Relay” provider that allows you to manually copy information to a Web AI when needed, and then paste the AI's response back into Roo Code (thanks @NyxJae)! |
| 16 | +- Add observability for OpenAI providers (thanks @refactorthis!) |
| 17 | +- Support speculative decoding for LM Studio local models (thanks @adamwlarson!) |
| 18 | +- Improve UI for mode/provider selectors in chat |
| 19 | +- Improve styling of the task headers (thanks @monotykamary!) |
| 20 | +- Improve context mention path handling on Windows (thanks @samhvw8!) |
16 | 21 |
|
17 | 22 | ## [3.7.12] |
18 | 23 |
|
|
0 commit comments