From 8d2694031f4c4b4e8f196ae9553b60b9702b094e Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 16 Jan 2026 18:02:26 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f66b6c54..f92674a5b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Roo Code Changelog -## 3.41.2 +## [3.41.2] - 2026-01-16 -### Patch Changes - -- - Add button to open markdown in VSCode preview for easier reading of formatted content (PR #10773 by @brunobergher) +- Add button to open markdown in VSCode preview for easier reading of formatted content (PR #10773 by @brunobergher) +- Fix: Reset invalid model selection when using OpenAI Codex provider (PR #10777 by @hannesrudolph) +- Fix: Add openai-codex to providers that don't require an API key (PR #10786 by @roomote) +- Fix: Detect Gemini models with space-separated names for proper thought signature injection in LiteLLM (PR #10787 by @daniel-lxs) ## [3.41.1] - 2026-01-16