MDHero v0.2.10
Latest✨ New
- Quick Look on macOS. Select a
.mdfile in Finder and press Space to see it rendered — headings, tables, code highlighting, math and diagrams — instead of raw text. Works without opening MDHero. (#88 — thanks @miszterx; #115, #117) - Line numbers in the raw markdown view, matching the editor, and they stay aligned when you print. (#110, #114 — thanks @anandghegde; #118)
- The table-of-contents sidebar is resizable. Drag its edge, or focus the divider and use the arrow keys; the width is remembered between sessions. (#108 — thanks @dahuangfeng123; #111)
🔒 Security and trust
- The macOS
.dmgis now notarized and stapled. Previous releases were signed but not notarized, so macOS showed a warning on first open and the download could be blocked outright. It now opens cleanly with no Gatekeeper prompt. (#116, #119) - Links to files now open only for an allow-listed set of types — PDFs, common images,
.txt,.heic,.avifand.mp4. Previously a link could hand any path to the operating system's opener. (#112 — thanks https://github.com/feberbo) - Dependencies refreshed. Every critical and high advisory is closed; what remains is low and medium in build-time tooling. (#120)
🐛 Fixes
- Files saved as "UTF-8 with BOM" render correctly. A file from Windows Notepad (and many other tools) lost its first heading — or its whole frontmatter block, which also quietly disabled Marp presentation mode. (#122 — thanks @DrorHarari; #124)
- The raw view's line-number gutter no longer drifts out of alignment when printing. (#118)
Install
- macOS (Apple Silicon): download the
.dmg— this is the first release that opens without a Gatekeeper warning - Windows (x64 or ARM64): the
.msiinstaller or-setup.exe(NSIS) — pick thex64orarm64file for your machine - Linux (x64 or arm64): the
.deb(Debian/Ubuntu),.rpm(Fedora/openSUSE) or.AppImage(any distro)
Existing installs will offer this update in-app.
Quick Look needs one extra step on first use: open MDHero once after installing so macOS registers the extension. If Space still shows raw text, enable MDHero under System Settings → General → Login Items & Extensions → Quick Look.
Full changelog: v0.2.9...v0.2.10