diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3c07d67..fad3f4aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [3.1.10] + +- New icon! + ## [3.1.9] - Add Mistral API provider with codestral-latest model diff --git a/assets/icons/icon.png b/assets/icons/icon.png index e8736aaa0..db6f1d8fd 100644 Binary files a/assets/icons/icon.png and b/assets/icons/icon.png differ diff --git a/assets/icons/icon.svg b/assets/icons/icon.svg new file mode 100644 index 000000000..2a3908aa4 --- /dev/null +++ b/assets/icons/icon.svg @@ -0,0 +1,16 @@ + + + Group Copy 2 + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/icons/robot_panel_dark.png b/assets/icons/robot_panel_dark.png index 0ed7cc627..36c37766f 100644 Binary files a/assets/icons/robot_panel_dark.png and b/assets/icons/robot_panel_dark.png differ diff --git a/assets/icons/robot_panel_light.png b/assets/icons/robot_panel_light.png index bbc7fca4a..2f028e0a2 100644 Binary files a/assets/icons/robot_panel_light.png and b/assets/icons/robot_panel_light.png differ diff --git a/package.json b/package.json index def6b5b32..72daa500d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "3.1.9", + "version": "3.1.10", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", @@ -51,7 +51,7 @@ { "id": "claude-dev-ActivityBar", "title": "Cline", - "icon": "$(robot)" + "icon": "assets/icons/icon.svg" } ] },