Download Latest Version bacon v3.24.0 source code.zip (2.1 MB)
Email in envelope

Get an email when there's a new version of bacon

Home / v3.23.0
Name Modified Size InfoDownloads / Week
Parent folder
bacon v3.23.0 source code.tar.gz 2026-05-19 2.0 MB
bacon v3.23.0 source code.zip 2026-05-19 2.1 MB
README.md 2026-05-19 1.3 kB
Totals: 3 Items   4.2 MB 0
  • scroll_anchor decides whether the scroll initially sticks with the first item (most common setting), with the last one, or to show most recent output lines unless there are errors in which case it show first items (by default in run jobs with auto) - Fix [#384] If you're using an old bacon.toml file, you may want to add scroll_anchor="auto" to jobs running the compiled executable.
  • show_command_error_code job parameter, which is true in default cargo run job - Fix [#435] When calling a lint or compilation tool, the exit status is usually not interesting: many tools report an error (i.e. a non zero code) as soon as there's an error, or even a warning (eg miri). That's why the error code isn't shown in bacon when there are also warnings, errors or test failures. But sometimes you do want to see such error, eg when running not just the compiler/linter but the program you're writing as in bacon run. In such case, you should set show_command_error_code=true.
  • fix a log message from the rodio library leaking to the interface - Fix [#437] - Thanks @c-git
  • When a user requires the ignoring of some/folder, they usually wants to ignore the content of that folder. So now we also generate a pattern with added /** when it seems relevant. - Fix [#438]
Source: README.md, updated 2026-05-19