This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
Releases: aerokube/cm
Releases · aerokube/cm
v1.5.1: ability to configure per-session logs feature
v1.5.0: ability to download selected browser versions
Breaking changes
Starting from this release you have to specify ;
(semicolon) instead of ,
(comma) when specifying browsers list. Before:
$ ./cm selenoid start --browsers "firefox,chrome"
Starting from this release:
$ ./cm selenoid start --browsers "firefox;chrome"
This change was done in order to support complex version constraints like this:
$ ./cm selenoid start --browsers "firefox:>45.0,<=55.0;chrome:66.0"
New features
Improvements
- #156 - automatically link Selenoid UI to Ggr UI or Selenoid (which one is present)
v1.4.2: supporting Docker API 1.37
Improvements
- #152 - updated Docker client version