diff --git a/.changeset/young-wolves-add.md b/.changeset/young-wolves-add.md new file mode 100644 index 00000000000..3bfc2f1c429 --- /dev/null +++ b/.changeset/young-wolves-add.md @@ -0,0 +1,5 @@ +--- +"roo-cline": minor +--- + +v3.8 diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index e53b1fbf798..2e31c40c694 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -71,7 +71,7 @@ export class ClineProvider implements vscode.WebviewViewProvider { private clineStack: Cline[] = [] private workspaceTracker?: WorkspaceTracker protected mcpHub?: McpHub // Change from private to protected - private latestAnnouncementId = "feb-27-2025-automatic-checkpoints" // update to some unique identifier when we add a new announcement + private latestAnnouncementId = "mar-7-2025-3-8" // update to some unique identifier when we add a new announcement private contextProxy: ContextProxy configManager: ConfigManager customModesManager: CustomModesManager diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index 031e8016288..82fdb628ebb 100644 --- a/webview-ui/src/components/chat/Announcement.tsx +++ b/webview-ui/src/components/chat/Announcement.tsx @@ -26,38 +26,52 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { style={{ position: "absolute", top: "8px", right: "8px" }}> -

🎉{" "}Automatic Checkpoints Now Enabled

+

🎉{" "}Roo Code 3.8 Released

- We're thrilled to announce that our experimental Checkpoints feature is now enabled by default for all - users. This powerful feature automatically tracks your project changes during a task, allowing you to - quickly review or revert to earlier states if needed. + Roo Code 3.8 is out with performance boosts, new features, and bug fixes.

What's New

- Automatic Checkpoints provide you with:

-

Customize Your Experience

-

- While we recommend keeping this feature enabled, you can disable it if needed.{" "} +

+ Get more details and discuss in{" "} + { + e.preventDefault() + window.postMessage( + { type: "action", action: "openExternal", data: { url: "https://discord.gg/roocode" } }, + "*", + ) + }}> + Discord + {" "} + and{" "} { e.preventDefault() - window.postMessage({ type: "action", action: "settingsButtonClicked" }, "*") - }} - style={{ display: "inline", padding: "0 2px" }}> - Open Settings + window.postMessage( + { type: "action", action: "openExternal", data: { url: "https://reddit.com/r/RooCode" } }, + "*", + ) + }}> + Reddit {" "} - and look for the "Enable automatic checkpoints" option in the Advanced Settings section. + 🚀

)