Skip to content

Releases: 2gis/stf-utils

v0.1.7

06 Nov 07:14
020a5fd
Compare
Choose a tag to compare
Merge pull request #52 from erview/fast_available_devices_and_shuffle…

v0.1.6

29 Oct 05:47
1317d11
Compare
Choose a tag to compare

Fix adb get-state on Windows

v0.1.5

14 Feb 02:27
5e65197
Compare
Choose a tag to compare

the shutdown adb command for emulator is replaced with a more correct one

v0.1.4

16 Aug 05:33
Compare
Choose a tag to compare

Now --connect-and-stop-mode exits with 1 exit code if got SIGTERM/SIGINT

v0.1.3

15 Aug 03:59
Compare
Choose a tag to compare

Mode --connect-and-stop: do not connect devices over adb, just grab them via stf

v0.1.2

10 Aug 07:57
Compare
Choose a tag to compare
  • fix stf-record config bug

v0.1.1

10 Aug 07:12
Compare
Choose a tag to compare
  • hotfix exception warning message bug

v0.1.0

09 Aug 08:46
Compare
Choose a tag to compare

Config lookup in current dir if not provided via --config
Default configs moved and called .template now

v0.0.5

09 Aug 05:02
Compare
Choose a tag to compare
  • 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

02 Aug 10:35
Compare
Choose a tag to compare
Add connect-and-quit mode to stf-connect (#36)

* connect-and-quit-mode

* register-handler-func

* stf-connect-class

* get-spec-function