← Back to Meva
v1.3.0 Latest April 12, 2026

Vertical tabs, full-width mode, improved diagram viewer, and critical Mac App Store fixes for Pro purchase persistence and session restoration.

New Features

  • Vertical Tabs — Chrome-inspired sidebar layout for managing 10+ documents. Shows full filenames without truncation. Toggle via the tab bar button or right-click menu.
  • Drag-to-Reorder Tabs — Rearrange your open documents by dragging in both horizontal and vertical orientations.
  • Full Width Mode — New toggle in the stats bar stretches content to the full window width. Ideal for wide diagrams, tables, and code blocks.
  • Dynamic Tab Bar — Tabs shrink automatically as you open more documents, just like your browser.
  • Improved Mermaid Diagrams — Fullscreen viewer now auto-fits diagrams to the screen, stays crisp at any zoom level, and zooms toward your cursor.
  • Cross-Platform Keyboard Shortcuts — JavaScript fallbacks ensure shortcuts work on Linux, Windows, and non-QWERTY keyboards. Ctrl+= added for zoom on international keyboards.

Bug Fixes

  • Mac App Store: Pro purchase persistence — Pro upgrade is now correctly remembered across app restarts. No more needing to restore purchases every time.
  • Mac App Store: Session restoration — Previously opened files now persist across restarts using security-scoped bookmarks. The macOS sandbox no longer causes files to vanish on relaunch.
  • Mac App Store: Print support — Print / Export to PDF (Cmd+P) now works in the sandboxed App Store build.
  • Search in code blocks — Find now matches text across syntax-highlighted spans inside code fences. Scrolling to matches inside code blocks works correctly.
  • Search box keyboard shortcuts — Cmd+Left/Right now moves the caret in the search input instead of triggering document navigation.
  • Close tab behavior — Closing a tab switches to the next tab on the right (or left if rightmost), matching Chrome.
  • Linux: Empty menu items — macOS-only menu items no longer appear as empty entries on Linux.
  • Windows: Fullscreen toggle — Toggle Full Screen menu item now works correctly.

Improvements

  • About section updated with all current features
  • Tab bar height fixed at 40px — no vertical overflow
  • Scrollbar hidden on horizontal tab overflow
  • MarkdownRenderer memoized to prevent unnecessary re-renders
v1.1.5 March 11, 2026
A newer version is available — download v1.3.0

Mac App Store launch with StoreKit 2 In-App Purchase, license revalidation to detect refunds, and Mermaid diagram improvements.

New Features

  • Mac App Store — Meva is now available on the Mac App Store with StoreKit 2 In-App Purchase for Pro.
  • License revalidation — Periodic server-side check detects refunded or disabled license keys and reverts to Free.
  • Improved Mermaid diagrams — Better rendering for Gantt charts, flowcharts, and all diagram types with theme-aware colors.

Bug Fixes

  • "Open With" file loading — Fixed files not loading when the app was launched fresh via right-click → Open With.
  • GitHub Actions signing — Fixed code signing and notarization in the automated release pipeline.
  • Trial API authentication — Fixed server-side trial tracking API errors.
v1.0.4 February 16, 2026
A newer version is available — download v1.3.0

Freemium model launch with 7-day trial, device management, and the foundation for Pro features.

New Features

  • Pro tier — Unlimited tabs, 12 themes, Export to PDF & HTML, recent files, and session persistence.
  • 7-day free trial — Full Pro features for 7 days, no credit card required. Server-side tracking prevents abuse.
  • Device management — View and manage up to 5 activated devices from within the app.
  • 12 theme presets — Nord, Dracula, Tokyo Night, Solarized, GitHub, Atom One, Ayu, Alabaster, and more.
  • Export to PDF — Print-ready export with styled rendering via Cmd+P.
  • Export to HTML — Standalone HTML files with embedded styles.
  • Auto-updater — In-app update notifications with one-click install (direct distribution only).

Improvements

  • Document statistics bar (reading time, word count, code blocks, headings)
  • Reading progress indicator
  • Collapsible code blocks with collapse-all / expand-all
  • Copy all code blocks button
  • Quick file access with fuzzy search (Cmd+Shift+O)
v1.0.0 January 24, 2026
A newer version is available — download v1.3.0

The first public release of Meva. A fast, native markdown viewer built for AI-generated documentation.

Features

  • Beautiful markdown rendering — Pixel-perfect typography with proper spacing for headings, paragraphs, lists, tables, and blockquotes.
  • Syntax highlighting — 100+ languages powered by Shiki, the same engine used by VS Code.
  • Math equations — LaTeX rendering with KaTeX for inline and display math.
  • Mermaid diagrams — Flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and more from text.
  • Live reload — Automatic file watching with instant updates. Watch AI write in real-time.
  • Table of contents — Auto-generated sidebar with scroll spy highlighting and click-to-jump.
  • Multi-tab interface — Open multiple documents with tab switching (Cmd+1-9).
  • Navigation history — Browser-like back/forward (Cmd+Left/Right) through scroll positions.
  • In-document search — Find text with Cmd+F, navigate with Cmd+G.
  • Drag & drop — Drop markdown files onto the window to open.
  • Native & fast — Built with Tauri and Rust. Under 1 second startup, ~50MB memory.
  • Cross-platform — macOS (ARM64 + Intel), Windows, and Linux.