Skip to content

Commit d721275

Browse files
committed
Prepare for release
1 parent 97fa8cf commit d721275

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
112112
workspaceTracker?: WorkspaceTracker
113113
mcpHub?: McpHub
114114
private authManager: FirebaseAuthManager
115-
private latestAnnouncementId = "feb-18-2025" // update to some unique identifier when we add a new announcement
115+
private latestAnnouncementId = "feb-19-2025" // update to some unique identifier when we add a new announcement
116116

117117
constructor(
118118
readonly context: vscode.ExtensionContext,

webview-ui/src/components/chat/Announcement.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
5656
task.
5757
</li>
5858
</ul>
59+
<VSCodeLink href="https://x.com/sdrzn/status/1892262424881090721" style={{ display: "inline" }}>
60+
See a demo of the changes here!
61+
</VSCodeLink>
5962
{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
6063
<li>
6164
OpenRouter now supports prompt caching! They also have much higher rate limits than other providers,
@@ -112,9 +115,12 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
112115
}}
113116
/>
114117
<p style={{ margin: "0" }}>
115-
Join our{" "}
118+
Join us on{" "}
119+
<VSCodeLink style={{ display: "inline" }} href="https://x.com/cline">
120+
X,
121+
</VSCodeLink>{" "}
116122
<VSCodeLink style={{ display: "inline" }} href="https://discord.gg/cline">
117-
discord
123+
discord,
118124
</VSCodeLink>{" "}
119125
or{" "}
120126
<VSCodeLink style={{ display: "inline" }} href="https://www.reddit.com/r/cline/">

0 commit comments

Comments
 (0)