diff --git a/.changeset/v3.28.1.md b/.changeset/v3.28.1.md deleted file mode 100644 index ddd4e81da18..00000000000 --- a/.changeset/v3.28.1.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.28.1 Release - Kangaroo riding rocket to the clouds](/releases/3.28.1-release.png) - -- Announce Roo Code Cloud! -- Add cloud task button for opening tasks in Roo Code Cloud (thanks @app/roomote!) -- Make Posthog telemetry the default (thanks @mrubens!) -- Show notification when the checkpoint initialization fails (thanks @app/roomote!) -- Bust cache in generated image preview (thanks @mrubens!) -- Fix: Center active mode in selector dropdown on open (#7882 by @hannesrudolph, PR by @app/roomote) -- Fix: Preserve first message during conversation condensing (thanks @daniel-lxs!) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a9d5952f3..0af79a7454c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Roo Code Changelog +## [3.28.1] - 2025-09-11 + +![3.28.1 Release - Kangaroo riding rocket to the clouds](/releases/3.28.1-release.png) + +- Announce Roo Code Cloud! +- Add cloud task button for opening tasks in Roo Code Cloud (thanks @app/roomote!) +- Make Posthog telemetry the default (thanks @mrubens!) +- Show notification when the checkpoint initialization fails (thanks @app/roomote!) +- Bust cache in generated image preview (thanks @mrubens!) +- Fix: Center active mode in selector dropdown on open (#7882 by @hannesrudolph, PR by @app/roomote) +- Fix: Preserve first message during conversation condensing (thanks @daniel-lxs!) + ## [3.28.0] - 2025-09-10 ![3.28.0 Release - Continue tasks in Roo Code Cloud](/releases/3.28.0-release.png) diff --git a/src/package.json b/src/package.json index 8e1319a924d..8cfecad2dc5 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.28.0", + "version": "3.28.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",