- Corner case for Mac OS X (rev.e4210de7)
- Dont publish artifacts (rev.c3233343)
- Fixed fallback github method (rev.f712f36d)
* Wed Oct 31 2018 Jani Mikkonen <jani.mikkonensiili.com> - 0.4.1
- version bump (rev.7a2c4f0c)
- Fix & release (rev.d9cdaf2e)
- code deduplication (rev.aa5417aa)
- doit tasks and few dependencies for dev side (rev.37a250b7)
- publish artifacts task (rev.79d324ae)
- python 2.7 fix (rev.fc7f4e9e)
- Removed cruft (rev.d60897eb)
- Basic pipeline (rev.eba22e39)
- Fix download_and_install show_progress_bar handling (rev.931a2457)
- acceptance tests to just prevent things getting broken (rev.e3907313)
- Bug fixes: (rev.7f560bb8)
- All Downloaders into Managers (rev.b9f3c0f0)
* Sun Oct 28 2018 Jani Mikkonen <jani.mikkonensiili.com> - 0.4.0
- Version bump to 0.4.0 (rev.1db2cb4d)
- Fixed chrome/opera download in mac (rev.cdd21b92)
- setup.py pulls requirements.txt (rev.70be9c34)
- Added lxml dependency (rev.78cee05d)
- Added a fallback download method for opera chromium driver (rev.03766304)
- Added a fallback download method for geckodriver (rev.f4a364ea)
* Sat Oct 27 2018 Jani Mikkonen <jani.mikkonensiili.com> - 0.3.0
- Version bump (rev.e368c12f)
- Updated readme (rev.ee237b21)
- cache get_download_path calls (rev.3749cc01)
- Updated readme (rev.09c3569f)
* Fri Oct 26 2018 Jani Mikkonen <jani.mikkonensiili.com> - 0.2.0
- utf8 for the win (rev.26d907aa)
- support passing dl and linkpath from cli (rev.2a89467c)
- Misc changes (rev.fea92ae7)
- Setup changes (rev.3dc12714)
- dev requirements (rev.31015de3)
- Fix setup.py (rev.a3bdf592)
- If venv is activate, choose install location accordingly. (rev.66d91386)
- Rename the poroject (rev.86cd02b5)
- Fix up dependencies, add a few more classifiers to setup. (rev.88761b17)
- Updated README.rst to include info about command line tool, downloaders for Chrome and Chromium-based Opera browsers. (rev.d9779a68)
- Finish adding support for downloading a specific WebDriver version to the command-line tool. (rev.b1a2a6ae)
- Fix display bug if link_path is not in the PATH environment variable. (rev.fdd785e0)
- Add command-line support. (rev.b2a9d735)
- Initial work on OperaChromiumDriverDownloader class. Change download behavior to include webdriver name and version in the download path (needed since the version number is not embedded in the filename for the Opera driver). Fix bug where the executable bit was not getting set on the extracted driver binary. (rev.8f6c34ff)
- Initial work on ChromeDriverDownloader class. (rev.ab1c088e)
- Change Windows behavior to simply copy the driver binary since symlinking requires special privileges and creating a wrapper .cmd script does not work (webdriver expects the .exe to be in the system path). (rev.c410d41e)
- Fix bug with .zip file handling; update License section in README to note that the licenses of the WebDriver downloads should be checked prior to download / use. (rev.c1ba19aa)
- Add requirements.txt. (rev.f5c35d1f)
- Initial commit. (rev.9478d458)