Releases: stevehansen/docx2md
Releases · stevehansen/docx2md
v1.3.0
Immutable
release. Only release title and notes can be modified.
What's New in v1.3.0
UI & Productivity
- Drag-and-drop file opening (drop .docx or .docx2md files onto the window)
- Copy to clipboard (Ctrl+Shift+C) - copy markdown without file export
- Keyboard shortcuts for segment navigation (Ctrl+↑/↓, Ctrl+Home/End, E, 0-6, Delete)
- Search/filter segments by text, type, diagnostics, or overrides
- Bulk override operations via context menu (multi-select with Ctrl+Click)
- Undo/redo for override changes (Ctrl+Z / Ctrl+Y)
- Document statistics panel (F8)
- Diff view (F9) - side-by-side comparison of original text vs Markdown output
Publishing & Distribution
- Self-contained Windows x64 executable (no .NET runtime required)
- Windows Explorer context menu integration ("Open with docx2md")
- Command-line file argument support
- Version displayed in title bar
- Export dialog suggests filename based on source document
Installation
- Download
Docx2Md.UI.exe - Run directly - no installation required
- (Optional) Register context menu by running in PowerShell:
# Download and extract scripts folder, then run: .\scripts\register-context-menu.ps1
Requirements
- Windows 10/11 x64
- No additional dependencies (self-contained)