From 4530e8f9e33da4e9410530a65858bab7867c5f48 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:21:13 -0800 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 1 + .../src/components/chat/Announcement.tsx | 24 +++++-------------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7d4ab084..38e45b1226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Cline now uses a search & replace diff based approach when editing large files to prevent code deletion issues. - Adds support for a more comprehensive auto-approve configuration, allowing you to specify which tools require approval and which don't. - Adds ability to enable system notifications for when Cline needs approval or completes a task. +- Adds support for a root-level `.clinerules` file that can be used to specify custom instructions for the project. ## [2.2.0] diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index 2e421ef2bb..11978135de 100644 --- a/webview-ui/src/components/chat/Announcement.tsx +++ b/webview-ui/src/components/chat/Announcement.tsx @@ -33,14 +33,18 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { 🎉{" "}New in v{minorVersion}
{"// rest of code here"}" deletions).
.clinerules file to specify custom instructions
+ for the project.
v2.2 Updates:
@@ -64,22 +68,6 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { -v2.1 Updates:
-