mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
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 <mrubens@users.noreply.github.com>
This commit is contained in:
parent
dbefa7262e
commit
6534f5afe4
6 changed files with 23 additions and 24 deletions
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
fix: ensure consistent line endings in git fallback strategy
|
||||
|
||||
Fixed a cross-platform issue where tests would fail on GitHub Windows runners but pass on local Windows machines due to line ending differences. The fix ensures consistent line ending handling by:
|
||||
|
||||
1. Normalizing CRLF to LF when reading files in the git fallback strategy
|
||||
2. Disabling Git's automatic line ending conversion using core.autocrlf setting
|
||||
3. Maintaining consistent line ending usage throughout the text operations
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.11.4
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Remove the experimental unified diff
|
||||
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,5 +1,25 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.11.4] - 2025-04-02
|
||||
|
||||
- Correctly post state to webview when the current task is cleared (thanks @wkordalski!)
|
||||
- Fix unit tests to run properly on Windows (thanks @StevenTCramer!)
|
||||
- Tree-sitter enhancements: TSX, TypeScript, JSON, and Markdown support (thanks @KJ7LNW!)
|
||||
- Fix issue with line number stripping for deletions in apply_diff
|
||||
- Update history selection mode button spacing (thanks @kyle-apex!)
|
||||
- Limit dropdown menu height to 80% of the viewport (thanks @axmo!)
|
||||
- Update dependencies via `npm audit fix` (thanks @PeterDaveHello!)
|
||||
- Enable model select when api fails (thanks @kyle-apex!)
|
||||
- Fix issue where prompts and settings tabs were not scrollable when accessed from dropdown menus
|
||||
- Update AWS region dropdown menu to the most recent data (thanks @Smartsheet-JB-Brown!)
|
||||
- Fix prompt enhancement for Bedrock (thanks @Smartsheet-JB-Brown!)
|
||||
- Allow processes to access the Roo Code API via a unix socket
|
||||
- Improve zh-TW Traditional Chinese translations (thanks @PeterDaveHello!)
|
||||
- Add support for Azure AI Inference Service with DeepSeek-V3 model (thanks @thomasjeung!)
|
||||
- Fix off-by-one error in tree-sitter line numbers
|
||||
- Remove the experimental unified diff
|
||||
- Make extension icon more visible in different themes
|
||||
|
||||
## [3.11.3] - 2025-03-31
|
||||
|
||||
- Revert mention changes in case they're causing performance issues/crashes
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.11.3",
|
||||
"version": "3.11.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.11.3",
|
||||
"version": "3.11.4",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.37.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "Roo Code (prev. Roo Cline)",
|
||||
"description": "A whole dev team of AI agents in your editor.",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.11.3",
|
||||
"version": "3.11.4",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue