From ee9c865cd43a16341ec8c261e60581d8275fc15b Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:54:46 -0800 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2f8e1d2e..ecf9e31d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.1.6] + +- Fix bug where filepaths with Chinese characters would not show up in context mention menu (thanks @chi-chat!) +- Add timestamp to prompts to help with certain MCP servers that need the current time (thanks @MrUbens!) +- Update Anthropic model prices (thanks @timoteostewart!) + ## [3.1.5] - Fix bug where Cline couldn't read "@/" import path aliases from tool results diff --git a/README.md b/README.md index 3617732b80..8da668259e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cline (prev. Claude Dev) – \#1 on OpenRouter +# Cline – \#1 on OpenRouter

diff --git a/package.json b/package.json index 78d96b5367..be2fe79e39 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "claude-dev", - "displayName": "Cline (prev. 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.5", + "version": "3.1.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",