Skip to content

Commit 9fcf69c

Browse files
authored
Merge pull request RooCodeInc#1486 from RooVetGit/mrubens-patch-4
Update CHANGELOG.md
2 parents 9104173 + 471d832 commit 9fcf69c

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

CHANGELOG.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roo Code Changelog
22

3-
## [3.8.1]
3+
## [3.8.1] - 2025-03-07
44

55
- Show the reserved output tokens in the context window visualization
66
- Improve the UI of the configuration profile dropdown (thanks @DeXtroTip!)
@@ -11,7 +11,7 @@
1111
- Fix bug where checkpoints were no longer enabled by default
1212
- Add extension and VSCode versions to telemetry
1313

14-
## [3.8.0]
14+
## [3.8.0] - 2025-03-07
1515

1616
- Add opt-in telemetry to help us improve Roo Code faster (thanks Cline!)
1717
- Fix terminal overload / gray screen of death, and other terminal issues
@@ -30,7 +30,7 @@
3030
- Improve styling of the task headers (thanks @monotykamary!)
3131
- Improve context mention path handling on Windows (thanks @samhvw8!)
3232

33-
## [3.7.12]
33+
## [3.7.12] - 2025-03-03
3434

3535
- Expand max tokens of thinking models to 128k, and max thinking budget to over 100k (thanks @monotykamary!)
3636
- Fix issue where keyboard mode switcher wasn't updating API profile (thanks @aheizi!)
@@ -42,19 +42,19 @@
4242
- Update the warning text for the VS LM API
4343
- Correctly populate the default OpenRouter model on the welcome screen
4444

45-
## [3.7.11]
45+
## [3.7.11] - 2025-03-02
4646

4747
- Don't honor custom max tokens for non thinking models
4848
- Include custom modes in mode switching keyboard shortcut
4949
- Support read-only modes that can run commands
5050

51-
## [3.7.10]
51+
## [3.7.10] - 2025-03-01
5252

5353
- Add Gemini models on Vertex AI (thanks @ashktn!)
5454
- Keyboard shortcuts to switch modes (thanks @aheizi!)
5555
- Add support for Mermaid diagrams (thanks Cline!)
5656

57-
## [3.7.9]
57+
## [3.7.9] - 2025-03-01
5858

5959
- Delete task confirmation enhancements
6060
- Smarter context window management
@@ -64,76 +64,76 @@
6464
- UI fix to dropdown hover colors (thanks @SamirSaji!)
6565
- Add support for Claude Sonnet 3.7 thinking via Vertex AI (thanks @lupuletic!)
6666

67-
## [3.7.8]
67+
## [3.7.8] - 2025-02-27
6868

6969
- Add Vertex AI prompt caching support for Claude models (thanks @aitoroses and @lupuletic!)
7070
- Add gpt-4.5-preview
7171
- Add an advanced feature to customize the system prompt
7272

73-
## [3.7.7]
73+
## [3.7.7] - 2025-02-27
7474

7575
- Graduate checkpoints out of beta
7676
- Fix enhance prompt button when using Thinking Sonnet
7777
- Add tooltips to make what buttons do more obvious
7878

79-
## [3.7.6]
79+
## [3.7.6] - 2025-02-26
8080

8181
- Handle really long text better in the in the ChatRow similar to TaskHeader (thanks @joemanley201!)
8282
- Support multiple files in drag-and-drop
8383
- Truncate search_file output to avoid crashing the extension
8484
- Better OpenRouter error handling (no more "Provider Error")
8585
- Add slider to control max output tokens for thinking models
8686

87-
## [3.7.5]
87+
## [3.7.5] - 2025-02-26
8888

8989
- Fix context window truncation math (see [#1173](https://github.com/RooVetGit/Roo-Code/issues/1173))
9090
- Fix various issues with the model picker (thanks @System233!)
9191
- Fix model input / output cost parsing (thanks @System233!)
9292
- Add drag-and-drop for files
9393
- Enable the "Thinking Budget" slider for Claude 3.7 Sonnet on OpenRouter
9494

95-
## [3.7.4]
95+
## [3.7.4] - 2025-02-25
9696

9797
- Fix a bug that prevented the "Thinking" setting from properly updating when switching profiles.
9898

99-
## [3.7.3]
99+
## [3.7.3] - 2025-02-25
100100

101101
- Support for ["Thinking"](https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking) Sonnet 3.7 when using the Anthropic provider.
102102

103-
## [3.7.2]
103+
## [3.7.2] - 2025-02-24
104104

105105
- Fix computer use and prompt caching for OpenRouter's `anthropic/claude-3.7-sonnet:beta` (thanks @cte!)
106106
- Fix sliding window calculations for Sonnet 3.7 that were causing a context window overflow (thanks @cte!)
107107
- Encourage diff editing more strongly in the system prompt (thanks @hannesrudolph!)
108108

109-
## [3.7.1]
109+
## [3.7.1] - 2025-02-24
110110

111111
- Add AWS Bedrock support for Sonnet 3.7 and update some defaults to Sonnet 3.7 instead of 3.5
112112

113-
## [3.7.0]
113+
## [3.7.0] - 2025-02-24
114114

115115
- Introducing Roo Code 3.7, with support for the new Claude Sonnet 3.7. Because who cares about skipping version numbers anymore? Thanks @lupuletic and @cte for the PRs!
116116

117-
## [3.3.26]
117+
## [3.3.26] - 2025-02-27
118118

119119
- Adjust the default prompt for Debug mode to focus more on diagnosis and to require user confirmation before moving on to implementation
120120

121-
## [3.3.25]
121+
## [3.3.25] - 2025-02-21
122122

123123
- Add a "Debug" mode that specializes in debugging tricky problems (thanks [Ted Werbel](https://x.com/tedx_ai/status/1891514191179309457) and [Carlos E. Perez](https://x.com/IntuitMachine/status/1891516362486337739)!)
124124
- Add an experimental "Power Steering" option to significantly improve adherence to role definitions and custom instructions
125125

126-
## [3.3.24]
126+
## [3.3.24] - 2025-02-20
127127

128128
- Fixed a bug with region selection preventing AWS Bedrock profiles from being saved (thanks @oprstchn!)
129129
- Updated the price of gpt-4o (thanks @marvijo-code!)
130130

131-
## [3.3.23]
131+
## [3.3.23] - 2025-02-20
132132

133133
- Handle errors more gracefully when reading custom instructions from files (thanks @joemanley201!)
134134
- Bug fix to hitting "Done" on settings page with unsaved changes (thanks @System233!)
135135

136-
## [3.3.22]
136+
## [3.3.22] - 2025-02-20
137137

138138
- Improve the Provider Settings configuration with clear Save buttons and warnings about unsaved changes (thanks @System233!)
139139
- Correctly parse `<think>` reasoning tags from Ollama models (thanks @System233!)
@@ -143,7 +143,7 @@
143143
- Fix a bug where the .roomodes file was not automatically created when adding custom modes from the Prompts tab
144144
- Allow setting a wildcard (`*`) to auto-approve all command execution (use with caution!)
145145

146-
## [3.3.21]
146+
## [3.3.21] - 2025-02-17
147147

148148
- Fix input box revert issue and configuration loss during profile switch (thanks @System233!)
149149
- Fix default preferred language for zh-cn and zh-tw (thanks @System233!)
@@ -152,23 +152,23 @@
152152
- Fix system prompt to make sure Roo knows about all available modes
153153
- Enable streaming mode for OpenAI o1
154154

155-
## [3.3.20]
155+
## [3.3.20] - 2025-02-14
156156

157157
- Support project-specific custom modes in a .roomodes file
158158
- Add more Mistral models (thanks @d-oit and @bramburn!)
159159
- By popular request, make it so Ask mode can't write to Markdown files and is purely for chatting with
160160
- Add a setting to control the number of open editor tabs to tell the model about (665 is probably too many!)
161161
- Fix race condition bug with entering API key on the welcome screen
162162

163-
## [3.3.19]
163+
## [3.3.19] - 2025-02-12
164164

165165
- Fix a bug where aborting in the middle of file writes would not revert the write
166166
- Honor the VS Code theme for dialog backgrounds
167167
- Make it possible to clear out the default custom instructions for built-in modes
168168
- Add a help button that links to our new documentation site (which we would love help from the community to improve!)
169169
- Switch checkpoints logic to use a shadow git repository to work around issues with hot reloads and polluting existing repositories (thanks Cline for the inspiration!)
170170

171-
## [3.3.18]
171+
## [3.3.18] - 2025-02-11
172172

173173
- Add a per-API-configuration model temperature setting (thanks @joemanley201!)
174174
- Add retries for fetching usage stats from OpenRouter (thanks @jcbdev!)
@@ -179,18 +179,18 @@
179179
- Fix logic error where automatic retries were waiting twice as long as intended
180180
- Rework the checkpoints code to avoid conflicts with file locks on Windows (sorry for the hassle!)
181181

182-
## [3.3.17]
182+
## [3.3.17] - 2025-02-09
183183

184184
- Fix the restore checkpoint popover
185185
- Unset git config that was previously set incorrectly by the checkpoints feature
186186

187-
## [3.3.16]
187+
## [3.3.16] - 2025-02-09
188188

189189
- Support Volcano Ark platform through the OpenAI-compatible provider
190190
- Fix jumpiness while entering API config by updating on blur instead of input
191191
- Add tooltips on checkpoint actions and fix an issue where checkpoints were overwriting existing git name/email settings - thanks for the feedback!
192192

193-
## [3.3.15]
193+
## [3.3.15] - 2025-02-08
194194

195195
- Improvements to MCP initialization and server restarts (thanks @MuriloFP and @hannesrudolph!)
196196
- Add a copy button to the recent tasks (thanks @hannesrudolph!)

0 commit comments

Comments
 (0)