Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 May 23:58

Added

  • Zoom (⌘+ / ⌘= / ⌘- / ⌘0) — resize the rendered preview. Zoom is
    reflow-based: text re-wraps and code blocks, images, KaTeX, and Mermaid
    output scale together. The level is one global preference, shared across
    all open windows and remembered across launches. ⌘+ and ⌘= both zoom in
    (the latter needs no Shift). Driven through a window.markee.setZoom()
    bridge call applying CSS zoom; native WKWebView.pageZoom is macOS 14+
    and the deployment target is macOS 13.
  • Find Next / Previous (⌘G / ⌘⇧G) — step through find-bar matches with
    the standard macOS shortcuts, with matching Edit-menu items. ⌘G with no
    active query opens the find bar.
  • Reload (⌘R) — manually re-read and re-render the file from disk; a
    fallback for the rare save the file watcher does not catch.

Changed

  • Bundle version bumped to 0.4.0 (CFBundleShortVersionString) / 4
    (CFBundleVersion).

First launch: Markee is ad-hoc codesigned, not yet notarized. Right-click Markee.appOpenOpen the first time, or run xattr -dr com.apple.quarantine Markee.app.