Skip to content

chore(updates): refresh release notes#84

Open
Power-Maverick wants to merge 1 commit intomainfrom
automation/update-release-notes
Open

chore(updates): refresh release notes#84
Power-Maverick wants to merge 1 commit intomainfrom
automation/update-release-notes

Conversation

@Power-Maverick
Copy link
Copy Markdown
Contributor

Automated update of content/updates from desktop-app GitHub releases.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web Ready Ready Preview, Comment Apr 12, 2026 5:36am

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +10 to +14
- 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)
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copilot uses AI. Check for mistakes.
Comment on lines +18 to +22
- 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)
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
- 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)

Copilot uses AI. Check for mistakes.
- 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)
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- 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)

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +15 to +16
- chore(deps): bump @xmldom/xmldom (#514)
- chore(deps): bump lodash in the npmandyarn group across 1 directory (#513)
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 uses AI. Check for mistakes.
@Power-Maverick
Copy link
Copy Markdown
Contributor Author

@copilot do not overwrite existing bullets but append to that list. Also make them user-friendly

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 11, 2026

@copilot do not overwrite existing bullets but append to that list. Also make them user-friendly

Done in commit 0c5495c. The original bullets are now preserved and the new entries from the 2026-04-09 build are appended in sentence-case, user-friendly format — raw commit prefixes (feat:, fix:, chore(deps):) and internal implementation details (version bumps, file paths) have been removed.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +10 to +16
- 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
Comment on lines +20 to +22
- 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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants