diff --git a/.changeset/brave-dolphins-pull.md b/.changeset/brave-dolphins-pull.md new file mode 100644 index 0000000..94001bb --- /dev/null +++ b/.changeset/brave-dolphins-pull.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +Fix announcement diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index 12f7133..a15171d 100644 --- a/webview-ui/src/components/chat/Announcement.tsx +++ b/webview-ui/src/components/chat/Announcement.tsx @@ -12,7 +12,7 @@ interface AnnouncementProps { You must update the latestAnnouncementId in ClineProvider for new announcements to show to users. This new id will be compared with whats in state for the 'last announcement shown', and if it's different then the announcement will render. As soon as an announcement is shown, the id will be updated in state. This ensures that announcements are not shown more than once, even if the user doesn't close it themselves. */ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { - // const minorVersion = version.split(".").slice(0, 2).join(".") // 2.0.0 -> 2.0 + const minorVersion = version.split(".").slice(0, 2).join(".") // 2.0.0 -> 2.0 return (
{ style={{ position: "absolute", top: "8px", right: "8px" }}> -

🎉{" "}Introducing Roo Code 4.0

+

+ 🎉{" "}Introducing Roo Code {minorVersion} +

- Our biggest update yet is here - we're officially changing our name from "Roo Cline" to "Roo Code"! - After growing beyond 50,000 installations, we're ready to chart our own course. Our heartfelt thanks to + Our biggest update yet is here - we're officially changing our name from Roo Cline to Roo Code! After + growing beyond 50,000 installations, we're ready to chart our own course. Our heartfelt thanks to everyone in the Cline community who helped us reach this milestone.