Skip to content

Releases: shaka-project/webdriver-installer

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 10 Jul 17:04
61cceca

1.3.3 (2026-07-10)

Bug Fixes

  • Read the Windows registry via PowerShell instead of WMI (#71) (67f6f43)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 09 Feb 22:03
50158b7

1.3.2 (2026-02-09)

Bug Fixes

  • ci: Fix tarball upload permissions (#65) (8af763a)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 09 Feb 00:59
7b88d9c

1.3.1 (2026-02-08)

Bug Fixes

  • ci: More robust release workflow (#63) (b36b4e6)

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 14:09
4fbeb2c

1.3.0 (2026-01-26)

Features

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 16 Dec 22:24
1b71b3d

1.2.5 (2025-12-16)

Bug Fixes

  • ci: Fixed typo in NPM config (a052388)

v1.2.4

Choose a tag to compare

@joeyparrish joeyparrish released this 16 Dec 22:21
8782ca2
chore(main): release 1.2.4 (#58)

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 03 Oct 22:16
e4e6621

1.2.3 (2025-10-03)

Bug Fixes

  • ci: Update npm to support OIDC for trusted publishing (#55) (e95d0a2)

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 03 Oct 21:52
6c8de03

1.2.2 (2025-10-03)

Bug Fixes

  • ci: Stop using NPM token, use trusted publishing (#53) (1c39ef4)

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:08
2bad38f

1.2.1 (2025-07-16)

Bug Fixes

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 10:07
2e317ca

1.2.0 (2025-03-13)

Features

  • Add MS Edge support on Linux and Mac (59505f4)
  • Make logging optional, export main (1d7bb17)

Bug Fixes

  • Choose platform-specific msedgedriver version (#8) (2e0e859)
  • Fix Chromedriver download for version 115+ (#28) (1d17e40)
  • Fix CLI installation (2f6b649)
  • Fix execution in node v12 (9b06017)
  • Fix failure to query registry for Firefox (ce12f34)
  • Fix Firefox macOS hang (#48) (79bb757), closes #47
  • Fix GitHub API rate limit issues getting geckodriver release (074beb7)
  • Fix msedgedriver version detection (#20) (3838b88)
  • Fix unlinking existing binaries (#12) (8a43765)
  • Get the correct binary for Edge on M1 macs (#30) (b5303ea)
  • Get the correct binary for Firefox on M1 macs (#31) (f0e5a7c)
  • Ignore errors executing non-executable drivers (#23) (07c8644), closes #22
  • Improved error logging for CLI (b588638)
  • Make installation process error-resilient (#45) (b70732b)
  • Make Windows browser version queries more robust (85f3b27)
  • Retry when WebDriver updates are not available yet (#24) (e0312c8)
  • Revert EdgeDriver 115+ workaround (#35) (6df9bc2)
  • Work around failure to launch Edge on Linux (#32) (ce45a24)