Skip to content

v0.4.4

Choose a tag to compare

@Postmodum37 Postmodum37 released this 12 Dec 16:01
· 3 commits to main since this release

Fix browser version mismatch across Playwright versions

Different Playwright versions require different browser versions (e.g. 1.56 needs 1194, 1.57 needs 1200). The previous fix only checked if browser directories existed, not if they matched the current Playwright version.

Fixed

  • Now always runs playwright install chromium which handles version mismatches automatically
  • The command is idempotent and exits quickly if the correct version is already installed
  • Works correctly with uvx beacon-dl regardless of which Playwright version is resolved