From e1cb6a515d68b27b821759639d69f4aa97ef316a Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 28 Aug 2025 11:19:44 -0400 Subject: [PATCH] Revise CHANGELOG for version 3.26.2 updates Updated changelog for version 3.26.2 to include new features and fixes. --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0905b719b2..7cfd52af29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Roo Code Changelog -## 3.26.2 +## [3.26.2] - 2025-08-28 -### Patch Changes - -- - feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!) +- feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!) +- Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs) +- Fix: Hide .rooignore'd files from environment details by default (#7368 by @AlexBlack772, PR by @app/roomote) +- Fix: Exclude browser scroll actions from repetition detection (#7470 by @cgrierson-smartsheet, PR by @app/roomote) ## [3.26.1] - 2025-08-27