mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#10823)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
1e104e1eb0
commit
719e6cb35b
3 changed files with 11 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote)
|
||||
- Add Claude-like CLI flags and authentication fixes for the Roo Code CLI (PR #10797 by @cte)
|
||||
- Improve CLI authentication by using a redirect instead of a fetch (PR #10799 by @cte)
|
||||
- Fix: Roo Code Router fixes for the CLI (PR #10789 by @cte)
|
||||
- Release CLI v0.0.48 with latest improvements (PR #10800 by @cte)
|
||||
- Release CLI v0.0.47 (PR #10798 by @cte)
|
||||
- Revert E2E tests enablement to address stability issues (PR #10794 by @cte)
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.41.3] - 2026-01-18
|
||||
|
||||
- Fix: Thinking block word-breaking to prevent horizontal scroll in the chat UI (PR #10806 by @roomote)
|
||||
- Add Claude-like CLI flags and authentication fixes for the Roo Code CLI (PR #10797 by @cte)
|
||||
- Improve CLI authentication by using a redirect instead of a fetch (PR #10799 by @cte)
|
||||
- Fix: Roo Code Router fixes for the CLI (PR #10789 by @cte)
|
||||
- Release CLI v0.0.48 with latest improvements (PR #10800 by @cte)
|
||||
- Release CLI v0.0.47 (PR #10798 by @cte)
|
||||
- Revert E2E tests enablement to address stability issues (PR #10794 by @cte)
|
||||
|
||||
## [3.41.2] - 2026-01-16
|
||||
|
||||
- Add button to open markdown in VSCode preview for easier reading of formatted content (PR #10773 by @brunobergher)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.41.2",
|
||||
"version": "3.41.3",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue