From 4eca7b1aef8a431bf78ea26c830c2683fb5d2eb8 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 23 Jun 2025 10:24:36 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f02cb8b44..4abb8e72d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Roo Code Changelog -## 3.21.4 +## [3.21.4] - 2025-06-23 -### Patch Changes - -- Close the browsertool properly when a remote browser is configured but a fallback local one is used -- - Fix start line not working in multiple apply diff (thanks @samhvw8!) +- Fix start line not working in multiple apply diff (thanks @samhvw8!) +- Resolve diff editor issues with markdown preview associations (thanks @daniel-lxs!) +- Resolve URL port handling bug for HTTPS URLs in Qdrant (thanks @benashby!) +- Mark unused Ollama schema properties as optional (thanks @daniel-lxs!) +- Close the local browser when used as fallback for remote (thanks @markijbema!) +- Add Claude Code provider for local CLI integration (thanks @BarreiroT!) ## [3.21.3] - 2025-06-21