Skip to content

Latest commit

 

History

History
201 lines (87 loc) · 10 KB

CHANGELOG.md

File metadata and controls

201 lines (87 loc) · 10 KB

Changelog

1.6.7 (2024-02-06)

Bug Fixes

  • Pick a default Edge binary location on all platforms (#65) (17069e7)

1.6.6 (2023-09-08)

Bug Fixes

  • Fix exception thrown when Edge executable is not found (#62) (fd3ff72)

1.6.5 (2023-09-07)

Bug Fixes

  • Work around msedgedriver 115+ bug (#60) (56a6688)

1.6.4 (2023-08-18)

Bug Fixes

  • Update webdriver-installer to fix Edge >= 115 (#57) (e39448c)

1.6.3 (2023-08-17)

Bug Fixes

  • Update webdriver-installer to fix Chromedriver >= 115, fix M1 mac (#55) (7fc6bdc)

1.6.2 (2023-07-19)

Bug Fixes

  • Fix ChromeHeadless in Docker (#51) (a487e6d)
  • Fix clobbering of arguments in custom configurations (#50) (43ce270)
  • Fix failure when drivers lag behind browser (#53) (14cf6c3)

1.6.1 (2022-04-21)

Bug Fixes

  • Fix hung launcher on shutdown of Safari (#38) (adc7898), closes #24
  • Fix missing lodash dependency (#39) (cc3f4c0)

1.6.0 (2022-03-23)

Features

  • Customize WebDriver config in custom launcher (#35) (c8fe569)

1.5.0 (2022-03-10)

Features

  • Add Safari Technology Preview, iOS and iPadOS with simulators (#33) (3af8414)

1.4.3 (2022-02-28)

Bug Fixes

  • Fix compatibility, browser launcher detection in shaka-player (#29) (9783318), closes #23

1.4.2 (2022-02-18)

Bug Fixes

1.4.1 (2022-02-11)

Bug Fixes

  • deps: Choose platform-specific msedgedriver version (#19) (5e78a49)

1.4.0 (2022-02-10)

Features

  • Support ChromeHeadless, FirefoxHeadless and EdgeHeadless (#13) (b182d2f), closes #12

1.3.1 (2022-02-03)

Bug Fixes

  • Make Windows browser version queries more robust (651c24c)

1.3.0 (2022-02-03)

Features

  • Add MS Edge support on Linux and Mac (97e8f2e)
  • Log the contents of the driver cache on failure to run the driver (0c2f1e3)

Bug Fixes

  • Fix GitHub API rate limit issues getting geckodriver release (97e8f2e)

1.2.5 (2022-02-03)

Bug Fixes

  • Append .exe to driver names on Windows (c6e512f)
  • Fix env variable corruption (57cd5da)

1.2.4 (2022-02-03)

Bug Fixes

  • Add small startup delay to fix connection failures (03918e3)
  • Fix Safari startup failures (73892e9)

1.2.3 (2022-02-03)

Bug Fixes

  • ci: Use an alternate upload action in release workflow (16cfaed)

1.2.2 (2022-02-03)

  • Dummy release to test CI changes (f1fe277)

1.2.1 (2022-02-03)

Bug Fixes

  • Fix browser name to MSEdge to match Selenium grid (e72c8ed)

1.2.0 (2022-02-03)

Features

1.1.1 (2022-02-02)

Bug Fixes

  • Fix operation on Windows (8331708)

1.1.0 (2022-01-31)

Features

  • Automatically fetch and install drivers (1e7a0ca)

1.0.2 (2022-01-31)

Bug Fixes

  • Fix chromedriver arguments (c0eb120)
  • Fix WebDriver shutdown (938bb2a)

1.0.1 (2022-01-25)

Bug Fixes

  • Fix driver path env vars, driver documentation (5f80282)

1.0.0 (2022-01-25)

Features

  • Support for Chrome, Firefox, and Safari (efe2a0a)