Skip to content

Releases: recherchesolutions/mdreader

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 17:57
760c30c

Changes

  • Release 0.5.0 (70fefad)
  • Honor branch protection in releases (0e2688a)
  • Fix manual release tag validation (d4200ec)
  • Add one-click release workflow (3e16c1e)
  • Developer CLI, document diagnostics, welcome doc, Explorer and UX enhancements (216339a)

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 02 Aug 06:30
fcffaf3

Changes

  • CI: split dotnet test into one project per invocation (MSB1008) (cc451f1)
  • README: navigation/safety/stats features, fresh screenshots, comparison table (ac2f558)
  • Fix TOC toggle: second press closes the rail; Escape closes it too (0.4.1) (57a54f0)
  • Bump version to 0.4.0 (12fb14a)
  • Docs: winget identifier, keyboard table, changelog, perf/size findings (d1ffebb)
  • Performance budgets: sized benchmarks, --check gate in CI, startup script (6e829c7)
  • Deterministic blocking UI smoke suite; CI gates on it (c1cc411)
  • Reading stats in status bar; compact command bar (044ed3e)
  • Navigation: back/forward history, Ctrl+G, scroll persistence, TOC keyboard nav (1bc0240)
  • Editing safety: atomic saves, crash recovery, unsaved-changes review (d42fc74)
  • Add product recommendations and implementation brief (1d6860d)
  • Microsoft Store (MSIX) packaging support (aaa08c7)
  • Align winget identifier with merged casing (recherchesolutions.mdreader) (8c545b3)

mdreader 0.3.0

Choose a tag to compare

@pursca pursca released this 01 Aug 23:41

mdreader 0.3.0

A fast, beautiful markdown reader for Windows — that happens to edit.
First public release. Free and open source (MIT). No telemetry. Ever.

Install

  • Installer (recommended): mdreader-setup-0.3.0.exe — per-user, no admin
    required. Silent install for Intune/SCCM: /VERYSILENT /NORESTART.
  • Portable: mdreader-0.3.0-portable-win-x64.zip — extract and run.
  • CLI converter: mdreader-convert-0.3.0-win-x64.exe — standalone
    markdown → HTML for scripting.

Requires the WebView2 Evergreen Runtime (preinstalled on Windows 11; the
installer fetches it automatically if missing).

Highlights

  • Rendered Reader view by default; Ctrl+E toggles a Monaco Source
    editor with scroll position preserved; Ctrl+Shift+E for split view.
  • CommonMark + GFM: tables, task lists, footnotes, definition lists, YAML
    front matter as a collapsed metadata card, emoji, custom containers.
  • highlight.js code coloring, Mermaid diagrams, KaTeX math — all
    bundled, fully offline.
  • Byte-faithful saves (encoding, BOM, and line endings round-trip exactly).
  • Live reload, single instance with tabs, drag & drop, recent files, find in
    both modes, light/dark themes following Windows, custom CSS themes.
  • Export to self-contained HTML and PDF, print, copy-as-rich-text, and
    headless --export-html / --export-pdf for CI.
  • Security-first: allowlist HTML sanitization, strict CSP, remote images
    blocked by default, no elevation, and file associations that never touch
    UserChoice.

Verify downloads against SHA256SUMS.

By Recherche Solutions LLC.