Skip to content

v0.1.4

Choose a tag to compare

@amitdevx amitdevx released this 29 Jun 07:38
· 15 commits to main since this release

md2pdf v0.1.4 (Hotfix)

This release addresses an issue where Playwright's Chromium browser dependency was not automatically installed upon a global installation of the package.

Fixes

  • Auto-install browser: Added a postinstall script to automatically download the required Playwright Chromium binaries (~150MB) when running npm install -g @amitdevx/md2pdf.
  • Dependency guard: The auto-installer will safely skip the download if md2pdf is installed locally as a project dependency to prevent bloated installations.
  • CLI UX improvements: If the browser binary is ever missing or deleted, the CLI will now catch the error gracefully and provide a clean, actionable command to fix it, rather than throwing a raw stack trace.

Full Changelog: v0.1.3...v0.1.4