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, WindowsC:\paths, paths with?/#URL suffixes, and HTML-entity-encodedsrcattributes now resolve and render correctly.
Contributors
- Windows IME + local image fixes — thanks @xuyao.
🤖 Auto-built by GitHub Actions