You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# Roo Code Changelog
2
2
3
-
## 3.3.19
3
+
## [3.3.19]
4
4
5
-
### Patch Changes
6
-
7
-
- Add a help button
8
-
- Allow users to clear out custom instructions for the built-in modes
5
+
- Fix a bug where aborting in the middle of file writes would not revert the write
6
+
- Honor the VS Code theme for dialog backgrounds
7
+
- Make it possible to clear out the default custom instructions for built-in modes
8
+
- Add a help button that links to our new documentation site (which we would love help from the community to improve!)
9
+
- 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!)
0 commit comments