Skip to content

10.5.2

Compare
Choose a tag to compare
@eldipa eldipa released this 07 May 02:27
· 179 commits to master since this release

Changes from previous version:

Fixes

  • wait the remain of the example timeout after a stop signal is sent on
    stop-on-silence instead of waiting the silence's timeout (#228)

Enhancements

  • support use flag followed by a single argument separated by a space
    in the options file (#226)
  • support comment lines and empty lines in the options file (#226)
  • support quit (SIGQUIT) signal for stop-signal (#230)
  • document how to use different signals with kill when byexample does
    not support them natively (#230)
  • document the file pattern expansion (glob) introduced in 10.0.3
    (#226)
  • document a recipe of how to use byexample with sudo shells (#224)

What's Changed

  • Issue 226 make options slash args file easier by @eldipa in #227
  • Issue 228 fix spurious timeout after stop on silence by @eldipa in #229
  • Issue 230 more signals to stop by @eldipa in #231

Full Changelog: 10.5.1...10.5.2