Skip to content

MDHero v0.2.3

Choose a tag to compare

@github-actions github-actions released this 17 May 13:29

What's new in v0.2.3

🎉 First external contribution

A huge thank you to @pushkarchoudhari for PR #2, the first contribution to MDHero from someone outside the maintainer team. Welcome!

Wider content area for high-DPI displays

The Content Width slider in the reader controls now reaches up to 3840px (full 4K width), up from the previous 1200px cap. Combined with the slider's smoother stepping (80px per stop), MDHero now feels right on ultrawide and 4K monitors.

The default content width (720px) is unchanged. Existing readers won't see any visual difference on upgrade — only users who actively pull the slider past 1200px will notice the new range.

Carried over from v0.2.2

  • Properly sealed macOS code signature (friendlier Gatekeeper dialog on first launch — see v0.2.2 release notes for the install workaround)

Downloads

Platform File Size
macOS (Apple Silicon) MDHero_0.2.3_aarch64.dmg 7.4 MB
Windows (installer) MDHero_0.2.3_x64-setup.exe 4.0 MB
Windows (MSI) MDHero_0.2.3_x64_en-US.msi 5.1 MB

Requires macOS 12+ (Apple Silicon) or Windows 10+. Intel Mac and Linux builds are not yet shipped — track progress in the Issues tab.

macOS install note

On first launch macOS shows "Apple could not verify…" (we're not enrolled in the Apple Developer Program yet). To bypass:

xattr -cr /Applications/MDHero.app

Or: System Settings → Privacy & Security → Open Anyway. One-time only.


Full changelog

Compare v0.2.2…v0.2.3

New Contributors