Canop Bacon Versions Save

background rust code check

v2.17.0

1 week ago
  • default binding for 'c' in bacon.toml is now the new 'clippy-all' job which does what the old 'clippy' job was doing. 'clippy' job changed to not run on all targets. Default bacon.toml explain how to bind 'c' to clippy instead of 'clippy-all' - Fix #167
  • expand env vars in job command unless the job specifies expand_env_vars = false - Fix #181
  • some file events filtered out from watch (feedback welcome, especially if you notice some failures to recompute)
  • parse test results even when tests are run with -q/--quiet - Thanks @narpfel

v2.16.0

1 month ago
  • on_success triggered with warning or errors depending on allow_warnings and allow_failures - Fix #179
  • --no-help-line option. This is experimental and may be removed depending on feedback and future additions to this line - Thanks @danielwolbach

v2.15.0

2 months ago
  • insert features related arguments before the -- when there's some - Fix #171
  • fix offset in Windows terminal - Fix #175
  • better --help with examples and main shortcuts
  • rewriten execution engine (this one is big, may lead to bugs, I didn't found any tester unfortunately, so let's discover bugs in prod)

v2.14.2

3 months ago
  • update dependencies to fix bacon not compiling on nightly - Fix #168

v2.14.1

4 months ago
  • fix output not cleared when cargo is in quiet mode and there's nothing - Fix #131

v2.13.0

8 months ago
  • fix mouse wheel scrolling not working on Windows - Fix #153 - Thanks @Adham-A
  • detect locations in test failures, thus enabling jumps to those failures
  • more relevant suggestions in help line
  • add a default job for running examples

v2.12.1

9 months ago
  • fix some scroll problem, especially in reverse - Fix #86

v2.12.0

9 months ago

better --help

v2.11.1

10 months ago
  • fix warning summary sometimes confused with a warning - Fix #149

v2.11.0

10 months ago
  • allow defining env vars for jobs - Fix #145