Skip to content

Releases: Canop/bacon

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

bacon v2.12.0

20 Jul 15:39
Compare
Choose a tag to compare

better --help

bacon v2.11.1

13 Jul 16:40
Compare
Choose a tag to compare
  • fix warning summary sometimes confused with a warning - Fix #149

bacon v2.11.0

30 Jun 20:24
Compare
Choose a tag to compare
  • allow defining env vars for jobs - Fix #145

bacon v2.10.0

27 Jun 07:39
Compare
Choose a tag to compare
  • accept bacon.toml file at workspace level - Fix #141

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