From e8c649a21562172ce98b9ce803af684a96009746 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:34:37 -0800 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b37724af2..3c003c7ece 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [3.2.6] + +- Save last used API/model when switching between Plan and Act, for users that like to use different models for each mode +- Localize READMEs and add language selector for English, Spanish, German, Chinese, and Japanese +- Add Advanced Settings to remove MCP prompts from requests to save tokens, enable/disable checkpoints for users that don't use git (more coming soon!) +- Add Gemini 2.0 Flash Thinking experimental model +- Allow new users to subscribe to mailing list to get notified when new Accounts option is available + ## [3.2.5] - Use yellow textfield outline in Plan mode to better distinguish from Act mode diff --git a/package.json b/package.json index c7b95a1fec..ab5612ae1f 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.2.5", + "version": "3.2.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",