Releases: feherk/MarkdownViewer
Releases · feherk/MarkdownViewer
v1.2.3 — Pretty DMG Installer
v1.2.2 — Improved DMG Installer
Changed
- Beautiful DMG layout with app icon + Applications shortcut side by side
- Volume icon set from app icon
Removed
- Print functionality (was not working with SwiftUI document-based apps)
v1.2.1 — Fix Print Support
Fix
- Fix "This app does not support printing" error
- Hosting view is now added to the window hierarchy before printing
- Uses
runModal(for:)to properly attach print panel to the window
v1.2.0 — Print Support
Changed
- Replaced custom PDF export with native macOS Print (⌘P)
- Use "PDF > Save as PDF" in the print dialog for PDF export
- Proper pagination, margins, and text rendering handled by the OS
Removed
- Custom PDF export (replaced by native print)
v1.1.3 — PDF Export Fix
Fix
- Fix PDF export: text was mirrored and pages were in reverse order
- Switched to raster-based PDF rendering to avoid CGContext coordinate flip issues with text glyphs
v1.1.2 — PDF Export Fix
Fix
- Fix PDF export rendering (scale issue caused distorted/mirrored text)
- PDF now renders at correct 1x scale (vector format, no rasterization needed)
v1.1.1 — PDF Export Fix
Fix
- Fix mirrored/flipped text in PDF export
Details
- Removed unnecessary coordinate system flip in PDF rendering
- Changed renderer scale to 1.0 (PDF is vector format, no rasterization needed)
v1.1.0 — PDF Export
What's New
- PDF Export — Export your markdown documents as paginated A4 PDFs
- Toolbar button (arrow icon) or File → Export as PDF... (⌘E)
- Automatic A4 page breaks for print-ready output
- Always renders in light mode for best readability
- Filename derived from the document name
Download
Download MarkdownViewer-1.1.0.dmg, open it, and drag the app to Applications.