1.3.0
This release has some new features:
wait
per window: Rather than one global wait in seconds for auto-launch, you can now configure a wait time for each window (i.e., auto-launching will only commence after waiting specified seconds)check
process: You can specify a process that is run to check if a window is up. This can be any shell expression. If the exit code is0
, then the window is deemed running. For instancerostopic list
is a good check process to ensure thatroscore
has completed its starting up.- iterating through all windows for termination is done in reverse order now