v0.4.0
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 awindow.markee.setZoom()
bridge call applying CSSzoom; nativeWKWebView.pageZoomis 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.app → Open → Open the first time, or run xattr -dr com.apple.quarantine Markee.app.