diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f3a8c48e..e99bdb354f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ # Roo Code Changelog -## 3.10.3 +## [3.10.3] - 2025-03-23 -### Patch Changes - -- Update the welcome page to provide 1-click OAuth flows with LLM routers or more advanced configuration with custom providers. -- Auto-truncate -- Changes maxTokens to 8192 for anthropic models that supports it -- Support mentioning binary files +- Update the welcome page to provide 1-click OAuth flows with LLM routers (thanks @dtrugman!) +- Switch to a more direct method of tracking OpenRouter tokens/spend +- Make partial file reads backwards-compatible with custom system prompts and give users more control over the chunk size +- Fix issues where questions and suggestions weren’t showing up for non-streaming models and were hard to read in some themes +- A variety of fixes and improvements to experimental multi-block diff (thanks @KJ7LNW!) +- Fix opacity of drop-down menus in settings (thanks @KJ7LNW!) +- Fix bugs with reading and mentioning binary files like PDFs +- Fix the pricing information for OpenRouter free models (thanks @Jdo300!) +- Fix an issue with our unit tests on Windows (thanks @diarmidmackenzie!) +- Fix a maxTokens issue for the Outbound provider (thanks @pugazhendhi-m!) +- Fix a line number issue with partial file reads (thanks @samhvw8!) ## [3.10.2] - 2025-03-21