Skip to content

SoloMD v2.4.2 — macOS UX hotfix

Choose a tag to compare

@github-actions github-actions released this 26 Apr 08:24
288a423

🍎 macOS UX hotfix

Six small bugs that combined into a rough first-launch experience on macOS, all reported by @JokerQyou in #31. Fixed in one go.

What's fixed

  1. Default window 1000×700 → 1200×800. The toolbar overflowed at the old size, cutting off the settings + theme buttons on first launch. (minWidth/minHeight unchanged.)
  2. Two confusing AI buttons. "Clean AI artifacts" used AI ✕ which read like a close button. Now 🧹 AI (left) for Clean, and AI ✨ (right) for Rewrite — visually distinct.
  3. Copy dropdown misalignment. Menu was anchored to the 22 px chevron only, so the 220 px wide menu floated off-center. Now anchored to the whole Copy widget.
  4. ⌘Q didn't quit on macOS. The custom menu was missing the App submenu, which is where Quit lives by HIG.
  5. App menu's last item was "Close Tab". Same root cause as #4 — added a proper SoloMD App submenu (About / Settings / Services / Hide / Hide Others / Show All / Quit ⌘Q) and a Window submenu (Minimize / Maximize / Close).
  6. ⌘T didn't open a new tab. Now mirrors Chrome / Obsidian muscle memory — ⌘T and ⌘N both create a fresh markdown tab.

Other platforms

Win + Linux artifacts are unchanged source-wise; the bigger default window helps everywhere. The macOS App + Window menus only render on macOS, so non-Mac binaries are byte-for-byte equivalent to v2.4.1 except for the toolbar / AI button / Copy popup tweaks.

Downloads

Platform File
macOS (Universal, signed + notarized) SoloMD_2.4.2_universal.dmg
Windows SoloMD_2.4.2_x64-setup.exe / SoloMD_2.4.2_x64_en-US.msi / SoloMD_2.4.2_x64-portable.zip
Linux x64 .AppImage / .deb / .rpm
Linux arm64 .AppImage / .deb / .rpm
MCP server-only solomd-mcp-{mac-universal,linux-x64,linux-arm64}.tar.gz / -win-x64.zip
Browser clipper solomd-clipper-{chrome,firefox}.zip

Same 17 artifacts as v2.4.1.

🤖 Generated with Claude Code