Skip to content

v26.0715.2158

Choose a tag to compare

@github-actions github-actions released this 15 Jul 20:34
· 48 commits to main since this release

Convert EPUB/PDF/MOBI/AZW3/FB2/RTF/TXT/Markdown/HTML (and images via OCR) into clean local HTML. This release makes file-type association and extension interception opt-in, and adds a universal per-user installer.

Highlights

  • File-type association is now opt-in, off by default. The app no longer silently makes itself the default handler for supported types. It always adds a non-destructive "Convert to HTML" right-click entry (plus an "Open with" entry) for every supported type. Becoming the default handler is now explicit: the -register CLI flag, a GUI toggle, or a one-time first-run prompt. New -unregister releases the default handler while keeping the right-click and "Open with" entries.
  • Extension: auto-interception is now off by default. The "Reflow PDFs & EPUBs" popup toggle starts OFF, so nothing is intercepted until you turn it on. A new right-click item, "Convert with doc-html-translate", opens the reflow viewer on demand for links to (or pages of) supported documents.
  • New: universal Windows installer (setup.exe). A single Inno Setup installer that runs on both 32-bit and 64-bit Windows and installs the matching build. Per-user, no admin / no UAC (installs to %LocalAppData%\Programs). Bundles the CLI, the GUI app, and offline English OCR data (tesseract eng). Optional setup tasks: add the "Open with" + "Convert to HTML" right-click entries (checked, non-destructive), a desktop icon (unchecked), and, when Chrome or Edge is detected, an opt-in task to install the matching browser extension. Uninstall removes the app's HKCU association entries.

Downloads

  • doc-html-translate-setup-26.0715.2158.exe - universal installer (x86 + x64, per-user, no admin). Recommended: installs the GUI + CLI, with optional "Open with" / "Convert to HTML" right-click and browser-extension setup.
    SHA256: AE6B448EA9E16F258ECC28F4704A96120D0D31F2DFFC23DF6597D49401BAB4DB
  • doc-html-translate-26.0715.2158-windows-x64.exe - command-line tool (portable)
    SHA256: BCF0BCC74C63BF10A6D464A759B34FBB9EE5687034747AE7B9C3CBF605B37720
  • doc-html-ui-26.0715.2158-windows-x64.exe - GUI desktop app (portable)
    SHA256: 262C752FFADB376F2BC5292AD1F80CF25C4548D5F88B1BB8B8463A4ECACCAE1E
  • doc-html-translate-26.0715.2158-windows-x64.zip - full archive (both binaries + LICENSE + README)
    SHA256: 85071541367BB13AD6BAA3AA89EACC3E5EFF227040184D11CE99A461014C53D1

winget and the Microsoft Store install the portable build; both unchanged this release.