feat: add release notes for version 3.21.2 and update sidebar links#234
Merged
hannesrudolph merged 1 commit intomainfrom Jun 21, 2025
Merged
feat: add release notes for version 3.21.2 and update sidebar links#234hannesrudolph merged 1 commit intomainfrom
hannesrudolph merged 1 commit intomainfrom
Conversation
chore: remove temporary PR analysis notes for version 3.21.3 feat: add release notes for version 3.21.3 and update sidebar links feat: implement subtask-based PR processing and enhance contributor acknowledgment in release notes
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Pull Request Overview
This PR adds release notes for versions 3.21.2 and 3.21.3, updates sidebar and index links, and implements a subtask-based workflow for PR processing with enhanced contributor acknowledgments.
- Inserted new docs for v3.21.2 and v3.21.3 and updated the release-notes index
- Updated
sidebars.tsto include the new patch versions - Added extensive XML rules for subtask-based PR analysis and contributor tracking
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sidebars.ts | Added sidebar entries for v3.21.3 and v3.21.2 |
| docs/update-notes/v3.21.mdx | Refreshed features/QOL list layout |
| docs/update-notes/v3.21.3.mdx | Created new release notes for v3.21.3 |
| docs/update-notes/v3.21.2.mdx | Created new release notes for v3.21.2 |
| docs/update-notes/index.md | Added links to v3.21.3 and v3.21.2 |
| README.md | Added Apache 2.0 license badge |
| .roo/rules-release-notes-writer/*.xml | Introduced subtask-based PR workflow and contributor rules |
Comments suppressed due to low confidence (3)
docs/update-notes/v3.21.mdx:41
- [nitpick] Remove the extra spaces after the bullet (
*→*) so that list items align uniformly throughout the document.
* **Profile-Specific Context Thresholds**: You can now configure different intelligent context condensing thresholds for each of your API configuration profiles. This gives you more granular control over context management, which is especially useful when working with multiple models that have different context window sizes (thanks SannidhyaSah, SirBadfish!) ([#4456](https://github.com/RooCodeInc/Roo-Code/pull/4456)).
sidebars.ts:198
- Align the indentation of this new item with the existing entries to keep the array formatting consistent.
{ type: 'doc', id: 'update-notes/v3.21.3', label: '3.21.3' },
sidebars.ts:199
- Adjust the indentation here to match the surrounding items for readability and consistency.
{ type: 'doc', id: 'update-notes/v3.21.2', label: '3.21.2' },
| items: [ | ||
| { type: 'doc', id: 'update-notes/v3.21', label: '3.21 Combined' }, | ||
| { type: 'doc', id: 'update-notes/v3.21.3', label: '3.21.3' }, | ||
| { type: 'doc', id: 'update-notes/v3.21.2', label: '3.21.2' }, |
Contributor
There was a problem hiding this comment.
New sidebar entries for version 3.21 have been added. Consider aligning the indentation consistently within the '3.21' category to improve readability.
Suggested change
| { type: 'doc', id: 'update-notes/v3.21.2', label: '3.21.2' }, | |
| { type: 'doc', id: 'update-notes/v3.21.2', label: '3.21.2' }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: remove temporary PR analysis notes for version 3.21.3
feat: add release notes for version 3.21.3 and update sidebar links
feat: implement subtask-based PR processing and enhance contributor acknowledgment in release notes
Important
Adds release notes for versions 3.21.2 and 3.21.3, updates sidebar links, and enhances release notes generation with subtask-based PR processing and improved contributor acknowledgment.
v3.21.2.mdxandv3.21.3.mdxindocs/update-notes/with new features, bug fixes, and QOL improvements.index.mdto include links to 3.21.2 and 3.21.3 release notes.sidebars.tsto include 3.21.2 and 3.21.3 in the Update Notes section..roo/rules-release-notes-writer/1_workflow.xmland.roo/rules-release-notes-writer/7_subtask_handling.xml..roo/rules-release-notes-writer/2_formatting_standards.xmland.roo/rules-release-notes-writer/3_pr_analysis_patterns.xml.This description was created by
for 1b941fe. You can customize this summary. It will automatically update as commits are pushed.