feat: add release notes for version 3.21.1 and update sidebar links#232
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Pull Request Overview
Adds documentation and navigation for the 3.21.1 patch release, updates the combined 3.21 notes, and introduces a new rule section in the project’s .roorules.
- Created a new
v3.21.1.mdxwith the patch’s release notes. - Updated
sidebars.tsanddocs/update-notes/index.mdto surface the 3.21.1 docs. - Enhanced the combined 3.21 notes and added a “Release Notes” section to
.roorules.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Added a sidebar entry for the 3.21.1 release notes |
| docs/update-notes/v3.21.mdx | Inserted patch notes under Bug Fixes and Misc Improvements |
| docs/update-notes/v3.21.1.mdx | Added a new file with 3.21.1 release details |
| docs/update-notes/index.md | Added index link for version 3.21.1 |
| .roorules | Introduced a “Release Notes” section with a new rule |
Comments suppressed due to low confidence (2)
docs/update-notes/v3.21.mdx:51
- The contributor mention is missing an '@' prefix for 'olweraltuve' to match the formatting of other entries (e.g.,
thanks @olweraltuve!).
* **Subtask Rate Limiting**: Implemented global rate-limiting to prevent errors when creating subtasks, ensuring more reliable task execution (thanks olweraltuve!) ([#4453](https://github.com/RooCodeInc/Roo-Code/pull/4453))
docs/update-notes/v3.21.1.mdx:9
- The contributor mention is missing an '@' prefix for 'olweraltuve' to match the formatting of other entries (e.g.,
thanks @olweraltuve!).
* **Subtask Rate Limiting**: Implemented global rate-limiting to prevent errors when creating subtasks, ensuring more reliable task execution (thanks olweraltuve!) ([#4453](https://github.com/RooCodeInc/Roo-Code/pull/4453))
| When making structural or formatting changes beyond simple .md or .mdx files, always check the Context7 MCP, the `context7CompatibleLibraryID` will be `/facebook/docusaurus` | ||
|
|
||
| ## Release Notes | ||
| Never Thank cte, hannesrudolph, roomote or mrubens No newline at end of file |
There was a problem hiding this comment.
[nitpick] Consider revising this rule for grammatical consistency: use lowercase 'thank' and include an Oxford comma before 'or', e.g., 'Never thank cte, hannesrudolph, roomote, or mrubens.'
| Never Thank cte, hannesrudolph, roomote or mrubens | |
| Never thank cte, hannesrudolph, roomote, or mrubens |
|
|
||
| * **Parser Reliability**: Fixed an issue that could prevent the parser from loading correctly in certain environments, improving overall stability ([#4857](https://github.com/RooCodeInc/Roo-Code/pull/4857)) | ||
| * **Windows Stability**: Resolved a crash that could occur when using MCP servers on Windows with node version managers ([#4711](https://github.com/RooCodeInc/Roo-Code/pull/4711)) | ||
| * **Subtask Rate Limiting**: Implemented global rate-limiting to prevent errors when creating subtasks, ensuring more reliable task execution (thanks olweraltuve!) ([#4453](https://github.com/RooCodeInc/Roo-Code/pull/4453)) |
There was a problem hiding this comment.
There appears to be a typographical inconsistency on this line: "thanks olweraltuve!". To match the other at-mentions (e.g. @KJ7LNW, @elianiva), consider prefixing the username with '@' (i.e., "thanks @olweraltuve!").
| * **Subtask Rate Limiting**: Implemented global rate-limiting to prevent errors when creating subtasks, ensuring more reliable task execution (thanks olweraltuve!) ([#4453](https://github.com/RooCodeInc/Roo-Code/pull/4453)) | |
| * **Subtask Rate Limiting**: Implemented global rate-limiting to prevent errors when creating subtasks, ensuring more reliable task execution (thanks @olweraltuve!) ([#4453](https://github.com/RooCodeInc/Roo-Code/pull/4453)) |
Important
Add release notes for version 3.21.1 and update sidebar links to include this version.
v3.21.1.mdxwith details on bug fixes and improvements for version 3.21.1.index.mdto include a link to version 3.21.1 release notes.sidebars.tsto include version 3.21.1 under the 3.21 category..roorulesto never thank certain contributors.This description was created by
for 89a5cef. You can customize this summary. It will automatically update as commits are pushed.