Replace nested two-level lists with bold section headers in changelogs#458
Draft
Replace nested two-level lists with bold section headers in changelogs#458
Conversation
Open
Agent-Logs-Url: https://github.com/HMCL-dev/HMCL-docs/sessions/85dd9646-e48a-449e-90ed-93535a3be5dd Co-authored-by: Glavo <20694662+Glavo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Replace secondary list format in update logs
Replace nested two-level lists with bold section headers in changelogs
Apr 24, 2026
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.
Changelog files used a two-level list structure where top-level items served as section headings and second-level items held the actual entries. This converts all such files to use bold inline headers (
**Section**) followed by flat lists.Before:
After:
Affected files — 14 files across
_changelogs/stable/:3.6/3.6.16.md,3.6.17.md,3.6.18.md,3.6.20.md3.7/3.7.5.md,3.7.6.md3.8/3.8.1.md,3.8.2.md3.9/3.9.1.md,3.9.2.md3.10/3.10.1.md,3.11/3.11.1.md,3.12/3.12.4.md,3.13.1/README.mdExisting blank lines between sections and multi-line list item continuations are preserved.