Skip to content

vmdview 3.8

Choose a tag to compare

@jumpifequal jumpifequal released this 14 May 21:42
· 9 commits to main since this release
b31fc99

v3.8

  • change: split view now uses two MSHTML panes in one viewer document instead of mixing MSHTML rendering with a separate RichEdit raw control. This solves the md and raw panels sync problem.
  • fix: Ctrl+Y, double-click, and the split-view context sync command now use line/signature anchors shared by the rendered and raw panes for more reliable alignment on image-heavy Markdown files
  • fix: raw-view copy preserves Markdown line breaks for both Ctrl+A/Ctrl+C and mouse-selection/Ctrl+C clipboard paths
  • fix: split-view text selection is constrained to the pane where the drag starts, avoiding accidental cross-pane selection
  • docs: README and package metadata updated for the 3.8 release