Skip to content

Commit 99f8f41

Browse files
committed
chore: add changeset for v3.25.0
1 parent c26752b commit 99f8f41

File tree

39 files changed

+841
-783
lines changed

39 files changed

+841
-783
lines changed

.changeset/v3.25.0.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
- Add message queueing (thanks @app/roomote!)
6+
- Add custom slash commands
7+
- Add options for URL Context and Grounding with Google Search to the Gemini provider (thanks @HahaBill!)
8+
- Add image support to read_file tool (thanks @samhvw8!)
9+
- Add experimental setting to prevent editor focus disruption (#4784 by @hannesrudolph, PR by @app/roomote)
10+
- Add prompt caching support for LiteLLM (#5791 by @steve-gore-snapdocs, PR by @MuriloFP)
11+
- Add markdown table rendering support
12+
- Fix list_files recursive mode now works for dot directories (#2992 by @avtc, #4807 by @zhang157686, #5409 by @MuriloFP, PR by @MuriloFP)
13+
- Add search functionality to mode selector popup and reorganize layout
14+
- Sync API config selector style with mode selector
15+
- Fix keyboard shortcuts for non-QWERTY layouts (#6161 by @shlgug, PR by @app/roomote)
16+
- Add ESC key handling for modes, API provider, and indexing settings popovers (thanks @app/roomote!)
17+
- Make task mode sticky to task (thanks @app/roomote!)
18+
- Add text wrapping to command patterns in Manage Command Permissions (thanks @app/roomote!)
19+
- Update list-files test for fixed hidden files bug (thanks @daniel-lxs!)
20+
- Fix normalize Windows paths to forward slashes in mode export (#6307 by @hannesrudolph, PR by @app/roomote)
21+
- Ensure form-data >= 4.0.4
22+
- Fix filter out non-text tab inputs (Kilo-Org/kilocode#712 by @szermatt, PR by @hassoncs)

.roo/commands/release.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ argument-hint: patch | minor | major
2626
- Without issue: "- Add support for Gemini 2.5 Pro caching (thanks @contributor!)"
2727
- CRITICAL: Include EVERY SINGLE PR in the changeset - don't assume you know which ones are important. Count the total PRs to verify completeness and cross-reference the list to ensure nothing is missed.
2828

29-
6. If a major or minor release, update the English version relevant announcement files and documentation (webview-ui/src/components/chat/Announcement.tsx, README.md, and the `latestAnnouncementId` in src/core/webview/ClineProvider.ts)
30-
7. Ask the user to confirm the English version
31-
8. Use the new_task tool to create a subtask in `translate` mode with detailed instructions of which content needs to be translated into all supported languages
32-
9. Create a new branch for the release preparation: `git checkout -b release/v[version]`
33-
10. Commit and push the changeset file and any documentation updates to the repository: `git add . && git commit -m "chore: add changeset for v[version]" && git push origin release/v[version]`
34-
11. Create a pull request for the release: `gh pr create --title "Release v[version]" --body "Release preparation for v[version]. This PR includes the changeset and any necessary documentation updates." --base main --head release/v[version]`
35-
12. The GitHub Actions workflow will automatically:
29+
6. If a major or minor release:
30+
- Ask the user what the three most important areas to highlight are in the release
31+
- Update the English version relevant announcement files and documentation (webview-ui/src/components/chat/Announcement.tsx, README.md, and the `latestAnnouncementId` in src/core/webview/ClineProvider.ts)
32+
- Ask the user to confirm that the English version looks good to them before proceeding
33+
- Use the new_task tool to create a subtask in `translate` mode with detailed instructions of which content needs to be translated into all supported languages (The READMEs as well as the translation strings)
34+
7. Create a new branch for the release preparation: `git checkout -b release/v[version]`
35+
8. Commit and push the changeset file and any documentation updates to the repository: `git add . && git commit -m "chore: add changeset for v[version]" && git push origin release/v[version]`
36+
9. Create a pull request for the release: `gh pr create --title "Release v[version]" --body "Release preparation for v[version]. This PR includes the changeset and any necessary documentation updates." --base main --head release/v[version]`
37+
10. The GitHub Actions workflow will automatically:
3638
- Create a version bump PR when changesets are merged to main
3739
- Update the CHANGELOG.md with proper formatting
3840
- Publish the release when the version bump PR is merged

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Check out the [CHANGELOG](CHANGELOG.md) for detailed updates and fixes.
4949

5050
---
5151

52-
## 🎉 Roo Code 3.24 Released
52+
## 🎉 Roo Code 3.25 Released
5353

54-
Roo Code 3.24 brings powerful new features and significant improvements to enhance your development workflow!
54+
Roo Code 3.25 brings powerful new features and significant improvements to enhance your development workflow!
5555

56-
- **Hugging Face Provider** - Access tons of great open source models directly through the new Hugging Face provider with seamless integration and model selection.
57-
- **Inline Command Controls** - New auto-approve and deny controls for command execution give you precise control over terminal operations with customizable permissions.
58-
- **AGENTS.md Rules Support** - Adds support for a community standard AGENTS.md file in the root of the project.
56+
- **Message Queueing** - Queue multiple messages while Roo is working, allowing you to continue planning your workflow without interruption.
57+
- **Custom Slash Commands** - Create personalized slash commands for quick access to frequently used prompts and workflows, with full UI management.
58+
- **Enhanced Gemini Tools** - New URL context and Google Search grounding capabilities provide Gemini models with real-time web information and enhanced research abilities.
5959

6060
---
6161

0 commit comments

Comments
 (0)