Update CHANGELOG.md

This commit is contained in:
Matt Rubens 2025-02-12 23:42:54 -05:00 committed by GitHub
parent b9233f802b
commit 705adc5ece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,12 @@
# Roo Code Changelog
## 3.3.19
## [3.3.19]
### Patch Changes
- Add a help button
- Allow users to clear out custom instructions for the built-in modes
- Fix a bug where aborting in the middle of file writes would not revert the write
- Honor the VS Code theme for dialog backgrounds
- Make it possible to clear out the default custom instructions for built-in modes
- Add a help button that links to our new documentation site (which we would love help from the community to improve!)
- 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!)
## [3.3.18]