Skip to content

Releases: Canop/bacon

bacon v2.18.2

31 May 17:51
Compare
Choose a tag to compare
  • fix failure to recognize location in test compilation output - Fix #190

bacon v2.18.1

21 May 19:04
Compare
Choose a tag to compare
  • update dependencies (especially locked ones) to fix compilation on nightly - Fix #189

bacon v2.18.0

20 May 08:31
Compare
Choose a tag to compare
  • new {context} possible part for exported locations, originally designed for bacon-ls but available for other purposes - Thanks @crisidev

bacon v2.17.0

04 May 19:30
Compare
Choose a tag to compare
  • 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

bacon v2.16.0

30 Mar 20:59
Compare
Choose a tag to compare
  • 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

bacon v2.15.0

05 Mar 16:40
Compare
Choose a tag to compare
  • 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)

bacon v2.14.2

10 Feb 09:53
Compare
Choose a tag to compare
  • update dependencies to fix bacon not compiling on nightly - Fix #168

bacon v2.14.1

25 Dec 06:44
Compare
Choose a tag to compare
  • fix output not cleared when cargo is in quiet mode and there's nothing - Fix #131

bacon v2.13.0

15 Sep 16:13
Compare
Choose a tag to compare
  • 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

bacon v2.12.1

22 Jul 13:30
Compare
Choose a tag to compare
  • fix some scroll problem, especially in reverse - Fix #86