Canop Bacon Versions Save

background rust code check

v2.12.0

10 months ago

better --help

v2.11.1

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

v2.11.0

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

v2.10.0

11 months ago
  • accept bacon.toml file at workspace level - Fix #141

v2.9.0

11 months ago
  • export format and path can now be configured
  • default export format includes error/warning summary (nvim-bacon has been updated in parallel) - Fix #127
  • fix output non scrollable when non parsable
  • fix test non parsed when styled and sent to stdout instead of stderr #137

v2.8.1

1 year ago
  • color rendering of cargo test - Fix #124

v2.8.0

1 year ago
  • By default, "src", "tests", "benches", "examples" are now watched - Fix #119
  • default_watch bool job parameter - Fix #92

v2.7.0

1 year ago
  • watch "examples" directory in default run job
  • fix warnings not recognized on Windows - Fix #70 - Thanks @crillon

v2.6.3

1 year ago
  • remove keybindings from default bacon.toml - Fix #116

v2.6.2

1 year ago
  • more consistent "pass!" (eg at least one test must have run) - Thanks @zolrath