solomd version history
16 releases tracked, newest first.
v4.9.0
Jul 12, 2026- Added macOS, Windows, and Linux download options
- Included installation instructions for each platform
- Windows users may need to bypass SmartScreen warning on first launch
- Auto-built by GitHub Actions
19 downloads
v4.8.11
Jul 9, 2026Maintenance and minor improvements.
19 downloads
v4.8.10
Jul 8, 2026Maintenance and minor improvements.
19 downloads
v4.8.9
Jul 3, 2026- Fixed iOS file opening issues with percent-encoded URLs
- Recent files now survive app updates on iOS
- Added Open Folder feature for SoloMD's Documents folder
- Improved tab bar scrolling and SVG previews on desktop
19 downloads
v4.8.1
Jun 30, 2026- Fixed find/replace functionality in the editor with a new command panel entry.
- Resolved WSL `.md` link errors for UNC paths like `\\wsl$\…`.
- Improved startup behavior in reading mode to prevent blank windows.
- Updated macOS app icon to match standard squircle design with padding.
19 downloads
v4.8.0
Jun 29, 2026## SoloMD v4.8.0
### ✨ 新功能:图片上传到图床 / Image upload to an image host
像 Typora / MarkText 一样,粘贴/拖入/插入图片时可上传到外部图床并插入外链,而不再只复制到本地。支持 **PicGo(本地服务)、自定义命令、SM.MS、S3 兼容(OSS/COS/R2/MinIO)、GitHub 仓库 + CDN** 五种后端,外加「插入网络图片 URL」和「上传本文所有本地图片」。设置 → 写作 中配置(14 语言)。
Paste / drop / pick an image and upload it to an external image host, inserting the returned URL instead of only copying locally — like Typora / MarkText. Five backends (PicGo, custom command, SM.MS, S3-compatible, GitHub+CDN), plus insert-from-URL and bulk "upload local images". Configure in Settings → Writing.
### Install / 安装
- **macOS**: `SoloMD_4.8.0_universal.dmg`(已签名+公证)
- **Windows**: `.msi`(x64 / arm64)
- **Linux**: `.AppImage` / `.deb` / `.rpm`(x64 / arm64)
- **Android**: 按机型选 `_arm64-v8a.apk`(多数设备)/ `_universal.apk`
🤖 Auto-built by GitHub Actions + local signed mac/android
19 downloads
v4.7.4
Jun 22, 2026## SoloMD v4.7.4
### What's fixed / 本次修复
- **Windows editor — Backspace / Delete at block boundaries.** In the v4.7 Windows plain editor each paragraph is its own text box, so Backspace at the very start of a block (or Delete at its very end) hit the box edge and silently did nothing — delete felt unreliable ("时灵时不灵"). Those boundary presses now fold onto the whole document, joining paragraphs / removing the blank line just like a normal editor, with the caret and focus following the merge. 修复 Windows 实时编辑模式下,在段落块开头按 Backspace、块末尾按 Delete 时删除"时灵时不灵"(块边界处无反应)的问题——现在能正确合并段落 / 删除空行,光标与焦点跟随。
### Install / 安装
- **macOS**: download `.dmg`, drag SoloMD to `/Applications`
- **Windows**: download `.msi`. On first launch you may see "Windows protected your PC" → click **More info** → **Run anyway** (one-time, until SmartScreen reputation builds). 首次运行点 "更多信息" → "仍要运行" 即可
- **Linux**: download `.AppImage` (`chmod +x` and run) or `.deb` / `.rpm`
- **Android**: download `SoloMD_4.7.4_universal.apk` (or the per-ABI APK)
🤖 Auto-built by GitHub Actions
19 downloads
v4.7.3
Jun 22, 2026## SoloMD v4.7.3
### What's fixed / 本次修复
- **PDF export** no longer crashes on themes/content using modern CSS color functions (`color()`, `oklch()`, `color-mix()`); a failed export also no longer left the UI frozen or zoomable. 修复部分主题/内容导致 PDF 导出报错、且报错后界面卡死/可缩放的问题 (#115)
- **Split-view scroll sync** restored on Windows (editor ↔ preview were no longer syncing after the v4.7 Windows editor rebuild). 修复 Windows 上分屏模式编辑区↔预览同步滚动失效
### Install / 安装
- **macOS**: download `.dmg`, drag SoloMD to `/Applications`
- **Windows**: download `.msi`. On first launch you may see "Windows protected your PC" → click **More info** → **Run anyway** (one-time, until SmartScreen reputation builds). 首次运行点 "更多信息" → "仍要运行" 即可
- **Linux**: download `.AppImage` (`chmod +x` and run) or `.deb` / `.rpm`
- **Android**: download `SoloMD_4.7.3_universal.apk` (or the per-ABI APK)
🤖 Auto-built by GitHub Actions
19 downloads
v4.7.2
Jun 21, 2026## SoloMD v4.7.2
See assets below for downloads.
### Install / 安装
- **macOS**: download `.dmg`, drag SoloMD to `/Applications`
- **Windows**: download `.msi`. On first launch you may see "Windows protected your PC" → click **More info** → **Run anyway** (one-time, until SmartScreen reputation builds). 首次运行点 "更多信息" → "仍要运行" 即可
- **Linux**: download `.AppImage` (`chmod +x` and run) or `.deb` / `.rpm`
🤖 Auto-built by GitHub Actions
19 downloads
v4.7.1
Jun 20, 2026# SoloMD 4.7.1
A patch on top of 4.7 — mostly live-preview rendering fixes plus a few requested file-tree and layout conveniences. **macOS / Linux / iOS / Android.** (Windows uses its own block editor and already rendered these.)
## Live preview — lists, tasks and rules now render
In the live-rendering modes (live-edit, and the edit/split panes with the live-preview toggle on), headings rendered but list markers, task checkboxes and horizontal rules stayed as raw markdown — a heading looked previewed above an un-previewed list. Now, off the caret line:
- `-` / `*` / `+` bullets render as a **•** glyph (ordered `1.` / `1)` keep their number)
- task items (`- [ ]` / `- [x]`) show just the **checkbox**, dash hidden
- `---` / `***` / `___` render as a **horizontal rule**
- the raw markdown is revealed on the line you're editing, as before
**Source mode is now genuinely plain:** with the live-preview toggle OFF, headings are no longer enlarged — `#`, `-`, `**` show literally, so "source" and "live" are clearly different states.
## File tree
- **Copy path / Copy relative path** in the right-click menu, for files and folders (#120)
- **Close folder** button in the Explorer header —
19 downloads
v4.7.0
Jun 19, 2026# SoloMD 4.7.0
## Windows: a brand-new Markdown editor that fixes CJK/IME input
On **Windows**, SoloMD now uses a completely rebuilt **block editor** in place of CodeMirror. WebView2's `contentEditable` dropped the **first IME character** and **doubled CJK punctuation** (worst with Sogou) — a bug that could not be fixed inside CodeMirror because it lives in WebView2's IME handling itself. The new editor edits each block through a native `<textarea>` on the OS-native IME path, eliminating the dropped-character and doubled-punctuation problems.
The new Windows editor ships with **full feature parity**:
- Live Markdown preview — inactive blocks render as formatted text, the active block is editable
- Autocomplete + **slash commands** (`/` for headings, lists, and more)
- **Focus mode** & **typewriter mode**
- **Smart list continuation** — auto bullet / auto-incrementing numbers; an empty item exits the list
- **AI rewrite** (`Ctrl/Cmd+J`)
- **In-document find & replace** (`Ctrl+F`)
- Clipboard **image paste**, **task-checkbox** toggle, **undo/redo**, **Tab** indent, spellcheck, word-wrap
- `---` renders as a horizontal rule in live preview
> **This change affects Windows only.**
19 downloads
v4.6.5
Jun 19, 2026## SoloMD 4.6.5
### Fixed
- **Windows real-time preview IME** — the live-edit view on Windows now uses a native block editor instead of CodeMirror, eliminating dropped/duplicated characters when typing Chinese/Japanese/Korean via Sogou, Microsoft Pinyin, and other IMEs in WebView2. Includes caret/focus fixes for starting a new paragraph after a heading, Enter at line end, and click-to-place-caret.
All 5 platforms (Windows / macOS / Linux / Android / iOS).
19 downloads
v4.6.4
Jun 17, 2026## SoloMD 4.6.4
Bug-fix release.
### Fixes
- **Windows Chinese IME input fixed (#108).** Typing Chinese — the first character after focusing, and Chinese punctuation typed in quick succession — no longer needs a second keypress ("吃字"). Root cause: the editor's autocomplete was activating on every IME keystroke and dispatching a transaction mid-composition, which WebView2 aborted. Fixed by disabling per-keystroke completion activation and freezing decoration/block-widget rebuilds during composition.
- **Local image handling.** Images referenced by `file://` URLs, Windows `C:\` paths, paths with `?`/`#` URL suffixes, and HTML-entity-encoded `src` attributes now resolve and render correctly.
### Contributors
- Windows IME + local image fixes — thanks **@xuyao**.
🤖 Auto-built by GitHub Actions
19 downloads
v4.6.3
Jun 15, 2026## SoloMD 4.6.3
Bug-fix release.
### Fixes
- **DeepSeek / Gemini API key now verifies correctly.** The first-run "Set up your AI assistant" wizard was sending the wrong wire-format to the verifier, so valid DeepSeek (and Gemini) keys failed with `unknown api_format`. (#102-adjacent)
- **#116** — clicking a link to another `.md` file by **relative path** (`./sub/foo.md`, `../notes/bar.md`) now opens it (was silently failing on Windows).
- **#106** — when more file tabs are open than fit on screen, the tab strip now **scrolls with the mouse wheel** so off-screen tabs are reachable.
- **#92** — RAG search keyboard navigation now keeps the selected result scrolled into view.
- **#115** — if "Export to PDF" errors, the editor no longer gets stuck behind the print overlay (mouse input stayed dead on macOS).
- Editor: don't dispatch a scroll transaction mid-IME-composition in Typewriter mode (an IME-stability hardening, #108 class).
### Contributors
- Doc name shown in the title bar, "Reveal in File Tree" tab action, and toolbar Copy de-duplication — thanks **@beihai23** (#113).
### Known issue — Chinese IME punctuation on Windows
Typing Chinese **punctuation** rapidly on Windows can
19 downloads
v4.6.2
Jun 12, 2026## SoloMD v4.6.2
See assets below for downloads.
### Install / 安装
- **macOS**: download `.dmg`, drag SoloMD to `/Applications`
- **Windows**: download `.msi`. On first launch you may see "Windows protected your PC" → click **More info** → **Run anyway** (one-time, until SmartScreen reputation builds). 首次运行点 "更多信息" → "仍要运行" 即可
- **Linux**: download `.AppImage` (`chmod +x` and run) or `.deb` / `.rpm`
🤖 Auto-built by GitHub Actions
19 downloads
v4.6.1
Jun 11, 2026## SoloMD v4.6.1
See assets below for downloads.
### Install / 安装
- **macOS**: download `.dmg`, drag SoloMD to `/Applications`
- **Windows**: download `.msi`. On first launch you may see "Windows protected your PC" → click **More info** → **Run anyway** (one-time, until SmartScreen reputation builds). 首次运行点 "更多信息" → "仍要运行" 即可
- **Linux**: download `.AppImage` (`chmod +x` and run) or `.deb` / `.rpm`
🤖 Auto-built by GitHub Actions
19 downloads