v0.4.4
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 chromiumwhich handles version mismatches automatically - The command is idempotent and exits quickly if the correct version is already installed
- Works correctly with
uvx beacon-dlregardless of which Playwright version is resolved