Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 May 07:47
· 150 commits to main since this release

First public release of mdv — a fast, native Markdown viewer built in Rust on Iced.

Features

  • Markdown rendering — GFM via pulldown-cmark → native Iced widgets (lists, tables, code, blockquotes, emphasis).
  • Workspace browser — file tree, command palette, and recent-files store.
  • Tree-sitter syntax highlighting for fenced code blocks.
  • Theming — light/dark palettes with typography tokens and a top-bar toggle; CJK font coverage.
  • In-document search — case-insensitive find with focus gating.
  • Keyboard navigation + shortcuts.
  • Live reload — hot-reload on file change (mtime polling).
  • Drag-and-drop to open; links open in the default browser.
  • Bundled Inter + JetBrains Mono.
  • Signed multi-platform release CI (macOS arm64/x86_64, Linux, Windows best-effort).

Full Changelog: https://github.com/minchenlee/rmdv/commits/v0.1.0