Skip to content

refactor: render original release Markdown without preprocessing - #363

Merged
SakuraMathcraft merged 2 commits into
mainfrom
codex/remove-release-mark-filter
Sep 4, 2026
Merged

SakuraMathcraft merged 2 commits into
mainfrom
codex/remove-release-mark-filter

Conversation

@SakuraMathcraft

@SakuraMathcraft SakuraMathcraft commented Sep 4, 2026 •

Copy link
Copy Markdown
Owner

Summary

  • Pass original release-note Markdown directly to the existing renderer.
  • Remove unconditional mark-tag stripping and relative-image URL rewriting, including their regexes, hardcoded repository URL, helper functions, imports, and the now-unused markdown_rendering module.
  • Keep existing rendering styles and empty-changelog handling. No replacement repair or fallback logic is introduced.
  • Refresh translation catalog source locations only; translated text is unchanged.

Validation

  • No remaining references to the removed preprocessing helpers or constants.
  • Ruff passed for src/update.
  • Updater tests: 6 passed.
  • Translation catalog and git diff whitespace checks passed.

The previously merged DLL fix is not part of this PR.

@SakuraMathcraft SakuraMathcraft changed the title refactor: remove release notes mark tag filtering refactor: render original release Markdown without preprocessing Sep 4, 2026
@SakuraMathcraft
SakuraMathcraft merged commit 61667d9 into main Sep 4, 2026
1 check passed
@SakuraMathcraft
SakuraMathcraft deleted the codex/remove-release-mark-filter branch September 4, 2026 03:48
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.

1 participant