Skip to content

Releases: Canop/bacon

bacon v2.9.0

19 Jun 17:51
Compare
Choose a tag to compare
  • 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

bacon v2.8.1

22 Apr 12:39
Compare
Choose a tag to compare
  • color rendering of cargo test - Fix #124

bacon v2.8.0

19 Apr 18:30
Compare
Choose a tag to compare
  • By default, "src", "tests", "benches", "examples" are now watched - Fix #119
  • default_watch bool job parameter - Fix #92

bacon v2.7.0

14 Mar 15:15
Compare
Choose a tag to compare
  • watch "examples" directory in default run job
  • fix warnings not recognized on Windows - Fix #70 - Thanks @crillon

bacon v2.6.3

09 Mar 14:02
Compare
Choose a tag to compare
  • remove keybindings from default bacon.toml - Fix #116

bacon v2.6.2

03 Mar 13:57
Compare
Choose a tag to compare
  • more consistent "pass!" (eg at least one test must have run) - Thanks @zolrath

bacon v2.6.1

22 Feb 07:39
Compare
Choose a tag to compare
  • fix a dependency compilation problem - Fix #112

bacon v2.6.0

21 Feb 18:54
Compare
Choose a tag to compare
  • change default value of 'wrap' setting to true
  • --offline experimental launch argument, prevents bacon (but not jobs) from accessing the network. Downside is a potentially less relevant list of watched files and directories - Fix #110

bacon v2.5.0

19 Jan 07:01
Compare
Choose a tag to compare
  • new allow_failures job parameter - Fix #99
  • rerun internal bound by default to F5 - Fix #105

bacon v2.4.0

12 Jan 19:59
Compare
Choose a tag to compare

The global prefs.toml and the local bacon.toml file now have the same properties, the local bacon.toml overriding the global prefs.toml file.

Among the consequences:

  • you can have a list of default global jobs (Fix #101)
  • you can set a different preferences (eg wrapping, summary, etc.) for a specific repository.

The default configuration files and the recommended best practices are unchanged