From 742b0440e1a84850fcefde07177ee73836c8e6bc Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 11 Feb 2025 14:48:45 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10fdccab7..fada04ba4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,15 @@ # Roo Code Changelog -## 3.3.18 +## [3.3.18] -### Patch Changes - -- v3.3.18 -- Make sure that we fire the onBlur for edited fields when the user hits Done in settings -- Fix issue where Ollama/LMStudio URLs would flicker back to previous while entering -- Fix logic error in retry delays -- Hide advanced openrouter config in the welcome view +- Add a per-API-configuration model temperature setting (thanks @joemanley201!) +- Add retries for fetching usage stats from OpenRouter (thanks @jcbdev!) +- Fix bug where disabled MCP servers would not show up in the settings on initialization (thanks @MuriloFP!) +- Add the Requesty provider and clean up a lot of shared model picker code (thanks @samhvw8!) +- Add a button on the Prompts tab to copy the full system prompt to the clipboard (thanks @mamertofabian!) +- Fix issue where Ollama/LMStudio URLs would flicker back to previous while entering them in settings +- 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]