File rubygem-webdrivers.changes of Package rubygem-webdrivers

-------------------------------------------------------------------
Fri Nov  3 08:02:14 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- # 5.3.1 (2023-07-31)
* Add post_install_message to explain status of gem

# 5.3.0 (2023-07-31)
* Add support for Chrome for Testing drivers ([#237](https://github.com/titusfortner/webdrivers/issues/249), thanks sadahiro-ono)
* Support is restricted to Selenium 4.0 - 4.10 to encourage people to update to Selenium 4.11


-------------------------------------------------------------------
Mon Oct 10 13:26:27 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 5.2.0
 see installed CHANGELOG.md

  # 5.2.0 (2022-09-29)
  * `chromedriver` - Fix downloading on M1 macs from version 106.0.5249.61 ([#237](https://github.com/titusfortner/webdrivers/issues/237), thanks jmccure)
  
  # 5.1.0 (2022-09-19)
  * Improve error messages (#232, thanks dan-jensen)
  * Fix circular require bug with railtie (#233, thanks amatsuda)
  * Support downloading correct geckodriver on Apple silicon (#234 thanks stephannv)
  * Update linux locations for Chrome to latest chromedriver finder (thanks entretechno-jeremiah) 
  * Add support for Microsoft Edge on Linux (#236)
  

-------------------------------------------------------------------
Tue Dec 21 23:44:03 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 5.0.0

  # 5.0.0 (2021-10-19)
  * Require Selenium 4+
  * Remove custom Logger and use the one in Selenium 4

  # 4.7.0 (2021-10-14)
  * Add support for Selenium 4.x #218 (thanks yahonda )
  * Allow Edge on Linux
  * Update required Selenium > 3.141 because of a change in 4.6
  * Require Ruby 2.6+
  * Fix IE downloads with the change in location of assets

-------------------------------------------------------------------
Wed Aug 25 06:10:28 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.6.1

  * Fix bug in IEdriver caused by bad formatting in recent release

-------------------------------------------------------------------
Tue Mar 16 04:05:43 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.6.0

  * Update `Edgedriver` naming to support Selenium 4 beta (([#206](https://github.com/titusfortner/webdrivers/pull/206))

-------------------------------------------------------------------
Wed Jan 20 08:00:11 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.5.0

  * Improve format of README usage section. Thanks, [okuramasafumi](https://github.com/okuramasafumi)!
  * `chromedriver` - Add support for Apple M1 specific builds ([#193](https://github.com/titusfortner/webdrivers/pull/193)). Thanks, [MichaelHoste](https://github.com/MichaelHoste)!
  * `msedgedriver` - Add support for Apple M1 specific builds.
  * `msedgedriver` - Added automatic selection of 32-bit vs 64-bit builds on Windows and WSLv1.
  * When using this gem in WSLv2, Chrome installed on the Linux filesystem will be automatically used ([#196](https://github.com/titusfortner/webdrivers/pull/196)).
    WSLv1 continues to automatically use Chrome from the Windows filesystem though. Thanks, [fabioxgn](https://github.com/fabioxgn)!
    * We'll aim to make the behavior consistent in a future release.

- updated to version 4.4.2

  * Use new powershell if available to enhance WSL support ([#176](https://github.com/titusfortner/webdrivers/issues/176),
    [#186](https://github.com/titusfortner/webdrivers/pull/186)). Thanks, [G-Rath](https://github.com/G-Rath) and
    [131](https://github.com/131)!
  * Update rubocop version (development dependency only) ([#178](https://github.com/titusfortner/webdrivers/pull/178)).
    Thanks, [utkarsh2102](https://github.com/utkarsh2102)!
  * Replace `git ls-files` with `dir` in the gemspec for better Debian support ([#179](https://github.com/titusfortner/webdrivers/pull/179),
    [#184](https://github.com/titusfortner/webdrivers/issues/184)).
    Thanks again, [utkarsh2102](https://github.com/utkarsh2102)!
  * Update README with `require: false` when adding gem to Gemfile ([#183](https://github.com/titusfortner/webdrivers/pull/183)).
  * Make WSL detection more generic ([#187](https://github.com/titusfortner/webdrivers/pull/187)).
    [rbclark](https://github.com/rbclark)!

-------------------------------------------------------------------
Sat Jun 27 18:53:06 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.4.1

  ### 4.4.1 (2020-06-01)
  * Do not include binstubs used for troubleshooting only. Fixes [#174](https://github.com/titusfortner/webdrivers/issues/174).

  ### 4.4.0 (2020-05-31)
  * Implement support for `chromedriver` in Windows Subsystem for Linux (WSL) v1 ([#172](https://github.com/titusfortner/webdrivers/issues/172)). Thanks G-Rath!
  * Chrome/Edgedriver - Fix [#171](https://github.com/titusfortner/webdrivers/issues/171) by making sure the cached
  driver build version matches the browser build version before using it.
  * Chrome/Edgedriver - Driver version check now matches the driver and browser `major.minor.build` versions instead of just 
  the major version to be fully compliant with the `chromedriver` version selection
  [document](https://chromedriver.chromium.org/downloads/version-selection).

-------------------------------------------------------------------
Mon Apr 27 11:41:03 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.3.0

  * Add support for Microsoft Edge (Chromium) stable
  * Drop support for Ruby < 2.4.0

-------------------------------------------------------------------
Mon Jan 27 10:57:27 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.2.0

  * Add support for Microsoft Edge (Chromium) Beta releases (#155)
  * Use tilde expansion to resolve user's home directory (#166)
  * Add support for Chromium installed using Snap on Ubuntu (#163). Thanks Tietew!

-------------------------------------------------------------------
Thu Nov 28 07:32:01 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.1.3

  * Require rubyzip version 1.3.0 or higher to fix https://github.com/rubyzip/rubyzip/pull/403.
    Thanks rhymes! ([#153](https://github.com/titusfortner/webdrivers/pull/153))
  * Fix a bug where the file deletion confirmation was printed even when there were
    no files to delete.

-------------------------------------------------------------------
Thu Aug 15 13:30:39 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.1.2

  * Fix a bug related to raising BrowserNotFound.

-------------------------------------------------------------------
Fri Jul 19 09:45:22 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 4.1.1
 see installed CHANGELOG.md

-------------------------------------------------------------------
Fri Jul 19 09:34:56 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>

- updated to version 4.1.1

  * Raise `BrowserNotFound` if Chrome and Edge binary are not found
    (issue [#144](https://github.com/titusfortner/webdrivers/issues/144)).

-------------------------------------------------------------------
Tue Jul 16 08:30:59 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>

- initialize package
openSUSE Build Service is sponsored by