Skip to content

v1.0.1

Compare
Choose a tag to compare
@ProPuke ProPuke released this 31 May 01:02
· 20 commits to master since this release

( ' . ' )

  • fixed: the job count was set to default when set to 1 (instead of just when set to 0)
  • fixed: default job count was set to core count, not core count + 1 as stated
  • fixed: the same task would be ran multiple times, if required by multiple parent tasks (now just once, with later calls of the same tasks waiting on the previous, if not yet completed)
  • fixed: actions within tasks did not wait for one-another (i.e. 2 run actions in a task would be ran at the same time, instead of the second waiting for the first to complete)
  • fixed: file watching did not also monitor require filepaths (it only looked at glob expressions)