Skip to content

Release notes#83

Merged
Power-Maverick merged 2 commits intomainfrom
release-notes
Apr 6, 2026
Merged

Release notes#83
Power-Maverick merged 2 commits intomainfrom
release-notes

Conversation

@Power-Maverick
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 6, 2026 03:13
@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 Building Building Preview, Comment Apr 6, 2026 3:13am

@Power-Maverick Power-Maverick merged commit 8fb96c7 into main Apr 6, 2026
4 of 5 checks passed
@Power-Maverick Power-Maverick deleted the release-notes branch April 6, 2026 03:13
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

Adds/updates update-note markdown under content/updates to publish v1.2.1 release notes and refresh the rolling “Insider” release notes for the latest dev build.

Changes:

  • Add new v1_2_1.md release notes entry for v1.2.1.
  • Update insider.md highlights/fixes and bump Insider build metadata (version/date/build info).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.

File Description
content/updates/v1_2_1.md New stable release notes entry for v1.2.1 (front matter + sections).
content/updates/insider.md Refresh Insider rolling notes (front matter date/description + bullet lists + version metadata).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread content/updates/v1_2_1.md
title: "v1.2.1"
date: "2026-04-06"
description: "Import connections from XrmToolBox XML with a source selection step (XTB vs PPTB)"
heroImage: "/images/updates/v1_2_1.png"
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.

heroImage points to /images/updates/v1_2_1.png, but there is no corresponding file under public/images/updates (only v1_2_0.png and Insider.png exist). This will produce a broken image / OG preview; add the image asset or update heroImage to an existing path.

Suggested change
heroImage: "/images/updates/v1_2_1.png"
heroImage: "/images/updates/v1_2_0.png"

Copilot uses AI. Check for mistakes.
Comment thread content/updates/v1_2_1.md
Comment on lines +1 to +4
---
title: "v1.2.1"
date: "2026-04-06"
description: "Import connections from XrmToolBox XML with a source selection step (XTB vs PPTB)"
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 release file’s slug is v1_2_1, but normalizeUpdateSlug() currently maps v1_2_1 to the Insider page for back-compat (see lib/updates.ts special-case). With this file present, that mapping will cause the “latest” stable update to render Insider content instead of v1.2.1; remove/adjust that mapping now that v1_2_1.md exists.

Copilot uses AI. Check for mistakes.
date: "2026-03-21"
description: "Rolling release notes for Insider (dev) builds — all *-dev.* versions map here."
date: "2026-04-06"
description: "Rolling release notes for Insider (dev) builds — all _-dev._ versions map here."
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.

Front-matter description is used directly for page metadata (no markdown rendering). The _ -dev._ emphasis markers will show up literally in SEO/meta descriptions; use plain text (e.g., “all -dev.* versions map here”) instead of markdown formatting.

Suggested change
description: "Rolling release notes for Insider (dev) builds — all _-dev._ versions map here."
description: "Rolling release notes for Insider (dev) builds — all -dev.* versions map here."

Copilot uses AI. Check for mistakes.
- Settings opens as a tab with VSCode-style UI; adds Settings to View menu (#464)
- feat: Allow sharing of connection files (import/export) (#444)
- Feature/tab context menu (#456)
- 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.

Highlight line is missing an article and reads awkwardly (“clear to filter button”). Consider rephrasing for grammar/clarity (e.g., “clear to the filter button” / “clear button on the filter”).

Suggested change
- Add visual indicator and one-click clear to filter button when filters are active (#509)
- Add visual indicator and one-click clear button on the filter when filters are active (#509)

Copilot uses AI. Check for mistakes.
Comment on lines +16 to +18
- Dependencies Fixed: bump @xmldom/xmldom (#514)
- Dependencies Fixed: bump lodash in the npmandyarn group across 1 directory (#513)
- Dependencies Fixed: bump handlebars (#512)
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 dependency bullets are inconsistently capitalized (“Dependencies Fixed”) and repeat the same prefix; also “npmandyarn” looks like a typo/implementation detail that’s hard to read in release notes. Consider switching to sentence-case phrasing (e.g., “Dependencies: bump …”) and using a human-readable group name.

Suggested change
- Dependencies Fixed: bump @xmldom/xmldom (#514)
- Dependencies Fixed: bump lodash in the npmandyarn group across 1 directory (#513)
- Dependencies Fixed: bump handlebars (#512)
- Dependencies: bump @xmldom/xmldom (#514)
- Dependencies: bump lodash in the npm and Yarn group across 1 directory (#513)
- Dependencies: bump handlebars (#512)

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants