Browse Source

Changeset version bump (#5531)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chris Estreich <[email protected]>
github-actions[bot] 7 months ago
parent
commit
5f0860798e
3 changed files with 9 additions and 6 deletions
  1. 0 5
      .changeset/neat-ends-stick.md
  2. 8 0
      CHANGELOG.md
  3. 1 1
      src/package.json

+ 0 - 5
.changeset/neat-ends-stick.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-v3.23.4

+ 8 - 0
CHANGELOG.md

@@ -1,5 +1,13 @@
 # Roo Code Changelog
 # Roo Code Changelog
 
 
+## [3.23.4] - 2025-07-09
+
+- Update chat area icons for better discoverability & consistency
+- Fix a bug that allowed `list_files` to return directory results that should be excluded by .gitignore
+- Add an overflow header menu to make the UI a little tidier (thanks @dlab-anton)
+- Fix a bug the issue where null custom modes configuration files cause a 'Cannot read properties of null' error (thanks @daniel-lxs!)
+- Replace native title attributes with StandardTooltip component for consistency (thanks @daniel-lxs!)
+
 ## [3.23.3] - 2025-07-09
 ## [3.23.3] - 2025-07-09
 
 
 - Remove erroneous line from announcement modal
 - Remove erroneous line from announcement modal

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.23.3",
+	"version": "3.23.4",
 	"icon": "assets/icons/icon.png",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 	"galleryBanner": {
 		"color": "#617A91",
 		"color": "#617A91",