Skip to content

SoloMD v4.6.4

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 06:25

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