Skip to content

VersionHistory.xml: add missing links, sort bullets numerically, normalize <li> styling#1953

Merged
RobertvanderHulst merged 2 commits into
mainfrom
copilot/add-missing-links-to-version-history
May 25, 2026
Merged

VersionHistory.xml: add missing links, sort bullets numerically, normalize <li> styling#1953
RobertvanderHulst merged 2 commits into
mainfrom
copilot/add-missing-links-to-version-history

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 25, 2026

VersionHistory.xml had inconsistent formatting: many (#NNNN) ticket references were plain text instead of hyperlinks, bullets within each list group were not in ticket-number order, and <li> elements carried verbose inline style= attributes instead of using the Normal style class.

Changes

  • Missing links — All plain-text (#NNNN) references converted to <link> elements pointing to https://github.com/X-Sharp/XSharpPublic/issues/NNNN. Multi-ticket entries like (#1867, #1883) produce two linked entries with a , separator, matching the format already used by existing linked items.
  • Bullet ordering — Within each <list> group, <li> items are sorted ascending by minimum ticket number; items with no ticket appear first. Notable reorderings: #1286 before #1748/#1807 (Runtime New Features), #1870 < #1874 < #1880 (FoxPro list 18), no-ticket items promoted in Compiler Bug Fixes, FoxPro list 17, and VS Integration lists.
  • <li> style normalization — All 119 <li> elements stripped of inline style="…" attributes and set to styleclass="Normal".

…tyling

Agent-Logs-Url: https://github.com/X-Sharp/XSharpPublic/sessions/291eea7f-9a8f-4857-a172-7cd6547f848b

Co-authored-by: RobertvanderHulst <14240939+RobertvanderHulst@users.noreply.github.com>
@RobertvanderHulst RobertvanderHulst merged commit 1e0f2bd into main May 25, 2026
1 check passed
@RobertvanderHulst RobertvanderHulst deleted the copilot/add-missing-links-to-version-history branch May 25, 2026 11:58
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