Compare commits

...
Author SHA1 Message Date
pashpashpash 377bb26e38 Revert "v3.16.1 Release Notes"
This reverts commit 95750f8c9c.
2025-05-17 17:44:36 -07:00
8 changed files with 31 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
taskFeedback protobus migration
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
fix: Address memory leak by bypassing subscribeToState gRPC stream for state updates
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
fetchOpenGraphData protobus migration
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
Changing UX and UI for gemini models attempts
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
resetState protobus migration
+5
View File
@@ -0,0 +1,5 @@
---
"claude-dev": patch
---
Add Enable auto approve toggle
-9
View File
@@ -1,14 +1,5 @@
# Changelog
## [3.16.1]
- Add Enable auto approve toggle switch, allowing users to easily turn auto-approve functionality on or off without losing their action settings
- Improve Gemini retry handling with better UI feedback, showing retry progress during API request attempts
- Fix memory leak issue that could occur during long sessions with multiple tasks
- Improve UI for Gemini model retry attempts with clearer status updates
- Fix quick actions functionality in auto-approve settings
- Update UI styling for auto-approve menu items to conserve space
## [3.16.0]
- Add new workflow feature allowing users to create and manage workflow files that can be injected into conversations via slash commands
+1 -1
View File
@@ -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.16.1",
"version": "3.16.0",
"icon": "assets/icons/icon.png",
"engines": {
"vscode": "^1.84.0"