Skip to content

0.0.2 - Patchnotes

Pre-release
Pre-release

Choose a tag to compare

@diviatrix diviatrix released this 07 Aug 20:22
· 4 commits to main since this release

[0.0.2] - 2026-08-08

patcher

Features

  • Notes system — display markdown notes (patch notes, news, announcements) in the patcher UI
    • Configured via notes_url in goro-config.json pointing to notes.json
    • Notes are markdown files rendered to HTML on the Go side (gomarkdown/markdown)
    • Custom CSS support via notes_css_url for styling notes
    • Notes sorted by ID descending — newest first
    • Supports file://, http://, https:// protocols

Fixes

  • External link handling — links in notes open in default browser, not inside patcher
  • Drag-and-drop prevention — dropping files onto patcher UI no longer opens them