Skip to content

Releases: jumpifequal/mdview-for-Total-Commander

v 3.8.2

Choose a tag to compare

@jumpifequal jumpifequal released this 20 Jun 10:48
0d43794

v3.8.2

  • fix: Ctrl+MouseWheel now uses the same persistent MDView font-size zoom path as Ctrl+Plus and Ctrl+Minus, updating the displayed zoom level and saved setting
  • fix: Markdown files with accented or non-ASCII filenames now open through the Unicode Windows file API instead of being declined and shown by Total Commander's plain-text fallback viewer

mdview v 3.8.1

Choose a tag to compare

@jumpifequal jumpifequal released this 25 May 13:53
81ba639

v3.8.1

  • fix: compact changelog-style lines such as -add: and -change: retain visible line breaks without changing standard Markdown list parsing
  • docs: README and package metadata updated for the 3.8.1 release

vmdview 3.8

Choose a tag to compare

@jumpifequal jumpifequal released this 14 May 21:42
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

mdview 3.7

Choose a tag to compare

@jumpifequal jumpifequal released this 13 May 22:28
7202785

v3.7

add: double-clicking either split-view pane now runs the same explicit pane alignment command as Ctrl+Y
change: split-view scrolling is stable and independent by default; Ctrl+Y and the context-menu sync command remain the explicit best-effort alignment actions
fix: find bar keyboard access, Escape closing, close button visibility, button tooltips, and shortcut/help/menu documentation are kept consistent
fix: help overlay scrolling is contained so wheel input does not leak through to the underlying document view