Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Updates the Insider rolling release notes (content/updates/insider.md) based on the latest desktop-app GitHub releases, keeping the website’s update content in sync with recent Insider build activity.
Changes:
- Refreshed the Highlights list with recent dependency bumps and UI/marketplace behavior changes.
- Refreshed the Fixes list with recent versioning and UI fixes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
content/updates/insider.md
Outdated
| - chore(deps): bump @xmldom/xmldom (#514) | ||
| - chore(deps): bump lodash in the npmandyarn group across 1 directory (#513) | ||
| - chore(deps): bump handlebars (#512) | ||
| - Pre-filter marketplace to "new tools only" when clicking the homepage notification banner (#511) | ||
| - feat: Add visual indicator and one-click clear to filter button when filters are active (#509) |
There was a problem hiding this comment.
These new highlight bullets use conventional-commit prefixes (e.g., chore(deps):, feat:), which deviates from the sentence-case, user-facing release note style used in versioned update notes (e.g., content/updates/v1_2_0.md, content/updates/v1_2_1.md). Please rewrite these as plain sentence-case bullets (and consider grouping dependency bumps under Developer & Build if you still want to mention them).
content/updates/insider.md
Outdated
| - fix: update version to 1.2.2-beta.0 in package.json | ||
| - fix: update version from 1.2.1-beta.0 to 1.2.1 in package.json | ||
| - fix: update version to 1.2.2 in package.json | ||
| - fix: improve empty state handling in sidebar tools by updating hint display (#516) | ||
| - Fix: Tool detail page icon not adapting to dark/light theme (#510) |
There was a problem hiding this comment.
These fix bullets are written in conventional-commit style (fix:) and include internal implementation details like package.json version bumps, which is inconsistent with the sentence-case, reader-focused format used in the other update notes (e.g., content/updates/v1_2_0.md, content/updates/v1_2_1.md). Please rewrite them as sentence-case release notes (or move build/version bookkeeping out of the Fixes list).
| - fix: update version to 1.2.2-beta.0 in package.json | |
| - fix: update version from 1.2.1-beta.0 to 1.2.1 in package.json | |
| - fix: update version to 1.2.2 in package.json | |
| - fix: improve empty state handling in sidebar tools by updating hint display (#516) | |
| - Fix: Tool detail page icon not adapting to dark/light theme (#510) | |
| - Improved empty-state handling in sidebar tools by updating the hint display (#516) | |
| - Fixed the tool detail page icon so it adapts to dark and light themes (#510) |
content/updates/insider.md
Outdated
| - fix: update version from 1.2.1-beta.0 to 1.2.1 in package.json | ||
| - fix: update version to 1.2.2 in package.json | ||
| - fix: improve empty state handling in sidebar tools by updating hint display (#516) | ||
| - Fix: Tool detail page icon not adapting to dark/light theme (#510) |
There was a problem hiding this comment.
This bullet uses Fix: (capitalized) while the surrounding items use fix: and the repo’s update notes generally avoid these prefixes altogether. Please normalize this to the same sentence-case release note style as the other bullets.
| - Fix: Tool detail page icon not adapting to dark/light theme (#510) | |
| - Tool detail page icon no longer adapts incorrectly to dark/light theme (#510) |
4bdf1f7 to
eb20f46
Compare
eb20f46 to
4c311ce
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
content/updates/insider.md
Outdated
| - chore(deps): bump @xmldom/xmldom (#514) | ||
| - chore(deps): bump lodash in the npmandyarn group across 1 directory (#513) |
There was a problem hiding this comment.
These bullets use conventional-commit prefixes (chore(deps):) which are inconsistent with the user-facing release note style in other update files (sentence-case, no commit-type prefixes). Consider rewriting to sentence-case user-facing wording (e.g., “Updated dependencies: …”) and/or moving dependency bumps to the “Developer & Build” section if they’re not user-visible fixes.
|
@copilot do not overwrite existing bullets but append to that list. Also make them user-friendly |
Done in commit |
0c5495c to
91521a6
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - feat: restrict pptb:// protocol registration to stable channel only | ||
| - Refactor code structure for improved readability and maintainability | ||
| - ci: update release workflows for stable/insider channel separation | ||
| - feat: support separate icons for stable and insider release channels | ||
| - Delete .DS_Store | ||
| - chore: clean up code structure and remove unused code blocks | ||
| - feat: add system tray icon so app is accessible when window is closed on macOS |
| ## Highlights | ||
|
|
||
| - Add visual indicator and one-click clear to filter button when filters are active (#509) | ||
| - feat: restrict pptb:// protocol registration to stable channel only |
| - Refactor code structure for improved readability and maintainability | ||
| - ci: update release workflows for stable/insider channel separation | ||
| - feat: support separate icons for stable and insider release channels | ||
| - Delete .DS_Store |
| - fix: cross-platform package scripts and single-instance lock for insider builds | ||
| - fix: track isQuitting flag so tray Quit fully exits app on macOS | ||
| - fix: update icon paths from assets/ to icons/ |
91521a6 to
473dce0
Compare
Automated update of content/updates from desktop-app GitHub releases.