Skip to content

Commit 6534f5a

Browse files
R00-B0Tgithub-actions[bot]mrubens
authored
Changeset version bump (#2204)
* changeset version bump * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent dbefa72 commit 6534f5a

File tree

6 files changed

+23
-24
lines changed

6 files changed

+23
-24
lines changed

.changeset/curvy-cows-cry.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/fifty-glasses-fold.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/popular-teachers-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Roo Code Changelog
22

3+
## [3.11.4] - 2025-04-02
4+
5+
- Correctly post state to webview when the current task is cleared (thanks @wkordalski!)
6+
- Fix unit tests to run properly on Windows (thanks @StevenTCramer!)
7+
- Tree-sitter enhancements: TSX, TypeScript, JSON, and Markdown support (thanks @KJ7LNW!)
8+
- Fix issue with line number stripping for deletions in apply_diff
9+
- Update history selection mode button spacing (thanks @kyle-apex!)
10+
- Limit dropdown menu height to 80% of the viewport (thanks @axmo!)
11+
- Update dependencies via `npm audit fix` (thanks @PeterDaveHello!)
12+
- Enable model select when api fails (thanks @kyle-apex!)
13+
- Fix issue where prompts and settings tabs were not scrollable when accessed from dropdown menus
14+
- Update AWS region dropdown menu to the most recent data (thanks @Smartsheet-JB-Brown!)
15+
- Fix prompt enhancement for Bedrock (thanks @Smartsheet-JB-Brown!)
16+
- Allow processes to access the Roo Code API via a unix socket
17+
- Improve zh-TW Traditional Chinese translations (thanks @PeterDaveHello!)
18+
- Add support for Azure AI Inference Service with DeepSeek-V3 model (thanks @thomasjeung!)
19+
- Fix off-by-one error in tree-sitter line numbers
20+
- Remove the experimental unified diff
21+
- Make extension icon more visible in different themes
22+
323
## [3.11.3] - 2025-03-31
424

525
- Revert mention changes in case they're causing performance issues/crashes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Roo Code (prev. Roo Cline)",
44
"description": "A whole dev team of AI agents in your editor.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.11.3",
6+
"version": "3.11.4",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)