MDHero v0.2.3
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.
- Reported by @Gh61 in #1 — thanks for the report 🙏
- Implemented by @pushkarchoudhari in #2
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.appOr: System Settings → Privacy & Security → Open Anyway. One-time only.
Full changelog
feat: increase content width slider max to 3840px for 4K displays(#2 by @pushkarchoudhari) — closes #1chore: release v0.2.3(f6966ba)
New Contributors
- @pushkarchoudhari made their first contribution in #2 🎉