SoloMD v2.4.2 — macOS UX hotfix
🍎 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
- Default window 1000×700 → 1200×800. The toolbar overflowed at the old size, cutting off the settings + theme buttons on first launch. (
minWidth/minHeightunchanged.) - Two confusing AI buttons. "Clean AI artifacts" used
AI ✕which read like a close button. Now🧹 AI(left) for Clean, andAI ✨(right) for Rewrite — visually distinct. - 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.
- ⌘Q didn't quit on macOS. The custom menu was missing the App submenu, which is where Quit lives by HIG.
- 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).
- ⌘T didn't open a new tab. Now mirrors Chrome / Obsidian muscle memory —
⌘Tand⌘Nboth 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