mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#4057)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <cestreich@gmail.com>
This commit is contained in:
parent
ec486374e7
commit
e1b2a260ca
7 changed files with 8 additions and 26 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Improve the prompt for the "modes" e2e test
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add thinking controls for Requesty
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add version to @roo-code/types
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.18.5
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix Posthog by correctly copying .env in the build process
|
||||
|
|
@ -1,5 +1,12 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.18.5] - 2025-05-27
|
||||
|
||||
- Add thinking controls for Requesty (thanks @dtrugman!)
|
||||
- Re-enable telemetry
|
||||
- Improve zh-TW Traditional Chinese locale (thanks @chrarnoldus)
|
||||
- Improve model metadata for LiteLLM
|
||||
|
||||
## [3.18.4] - 2025-05-25
|
||||
|
||||
- Fix codebase indexing settings saving and Ollama indexing (thanks @daniel-lxs!)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.18.4",
|
||||
"version": "3.18.5",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue