* dns resolve in Job thread instead of resolving all hosts before starting jobs * ssh command logged in `{dirlog}/<host>.ssh` with resolved host fqdn * inet_aton can be ok with string `"<ip> <hostname>..."`, clean ip with `inet_ntoa(inet_aton(ip))`
1.4.5
* multiline command display on 1 line during run
1.4.4
* truncate long command/log lines to screen width * add \r as last line separator