Update CHANGELOG.md

This commit is contained in:
Matt Rubens 2025-02-11 14:48:45 -05:00 committed by GitHub
parent 517e82fce9
commit 742b0440e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]