Skip to content

Releases: Canop/bacon

bacon v2.8.0

19 Apr 18:30

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

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

Choose a tag to compare

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

bacon v2.6.2

03 Mar 13:57

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

Choose a tag to compare

  • fix a dependency compilation problem - Fix #112

bacon v2.6.0

21 Feb 18:54

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

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

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

bacon v2.3.0

30 Dec 16:53

Choose a tag to compare

  • doesn't launch job when the modified file is excluded by gitignore rules - Fix #32

bacon v2.2.8

15 Dec 08:14

Choose a tag to compare

Remove a -- in default run config: it made it difficult to pass arguments