Prepare for release

This commit is contained in:
Saoud Rizwan 2025-01-14 17:54:46 -08:00
parent 51e218c81a
commit ee9c865cd4
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Change Log # 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] ## [3.1.5]
- Fix bug where Cline couldn't read "@/" import path aliases from tool results - Fix bug where Cline couldn't read "@/" import path aliases from tool results

View File

@ -1,4 +1,4 @@
# Cline (prev. Claude Dev) \#1 on OpenRouter # Cline \#1 on OpenRouter
<p align="center"> <p align="center">
<img src="https://media.githubusercontent.com/media/cline/cline/main/assets/docs/demo.gif" width="100%" /> <img src="https://media.githubusercontent.com/media/cline/cline/main/assets/docs/demo.gif" width="100%" />

View File

@ -1,8 +1,8 @@
{ {
"name": "claude-dev", "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.", "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", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",