From 582d1781574f5865a9d795d66b6dc25e20abe925 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 3 Aug 2024 19:02:37 -0400 Subject: [PATCH] Update version and Announcement --- CHANGELOG.md | 4 ++++ package.json | 2 +- webview-ui/src/components/Announcement.tsx | 3 ++- webview-ui/src/components/SettingsView.tsx | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45be452..09f0bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "claude-dev" extension will be documented in this fil +## [1.0.9] + +- Add support for OpenRouter and AWS Bedrock + ## [1.0.8] - Shows diff view of new or edited files right in the editor diff --git a/package.json b/package.json index 54dc9fe..40003a8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Claude Dev", "description": "Autonomous software engineer right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.", - "version": "1.0.87", + "version": "1.0.9", "icon": "icon.png", "engines": { "vscode": "^1.84.0" diff --git a/webview-ui/src/components/Announcement.tsx b/webview-ui/src/components/Announcement.tsx index a838527..d17d309 100644 --- a/webview-ui/src/components/Announcement.tsx +++ b/webview-ui/src/components/Announcement.tsx @@ -22,7 +22,7 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => { style={{ position: "absolute", top: "8px", right: "8px" }}> -

🎉{" "}New in v1.0.87

+

🎉{" "}New in v1.0.9

Follow me for more updates!{" "} diff --git a/webview-ui/src/components/SettingsView.tsx b/webview-ui/src/components/SettingsView.tsx index 86e3f93..416a8a5 100644 --- a/webview-ui/src/components/SettingsView.tsx +++ b/webview-ui/src/components/SettingsView.tsx @@ -129,7 +129,7 @@ const SettingsView = ({ https://github.com/saoudrizwan/claude-dev

-

v1.0.87

+

v1.0.9

)