Releases: 2gis/stf-utils
Releases · 2gis/stf-utils
v0.1.7
Merge pull request #52 from erview/fast_available_devices_and_shuffle…
v0.1.6
Fix adb get-state on Windows
v0.1.5
the shutdown adb command for emulator is replaced with a more correct one
v0.1.4
Now --connect-and-stop
-mode exits with 1 exit code if got SIGTERM/SIGINT
v0.1.3
Mode --connect-and-stop: do not connect devices over adb, just grab them via stf
v0.1.2
- fix stf-record config bug
v0.1.1
- hotfix exception warning message bug
v0.1.0
Config lookup in current dir if not provided via --config
Default configs moved and called .template now
v0.0.5
- Remove basic configuration for the logging system when use as package
- Add stf-connect
--connect-and-stop
mode with optional timeout value that allows to use stf-connect for connect all devices by spec and stop.
- Default config directory: ~/.stf-utils
- stf-connect now tries to connect all matched devices from provider, if device amount not provided
v0.0.4
Add connect-and-quit mode to stf-connect (#36)
* connect-and-quit-mode
* register-handler-func
* stf-connect-class
* get-spec-function