Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/v3.26.4.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Roo Code Changelog

## 3.26.4
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intentional? The new entry shows version 3.26.4 with a proper date format, but I notice line 3 in the current file shows without brackets or date. Should we also fix the formatting of the 3.26.2 entry to match the consistent pattern used throughout the rest of the changelog (e.g., )?


### Patch Changes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog references . Could we confirm this image file exists in the releases directory? It would be good to ensure all referenced assets are present before merging.


- ![3.26.4 Release - Memory Optimization](/releases/3.26.4-release.png)

## [3.26.3] - 2025-08-29

![3.26.3 Release - Kangaroo Photo Editor](/releases/3.26.3-release.png)
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.26.3",
"version": "3.26.4",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version inconsistency detected: The diff shows this should be bumped from 3.26.3 to 3.26.4, but the current file shows version 3.26.2 on line 6. Could we verify if the PR branch needs to be rebased with the latest main branch? The changeset automation might be out of sync.

"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
Expand Down