Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

80 lines (63 loc) · 2.63 KB

v1.0.1 - 2020/11/21

  • vim key bindings can be enabled in prefs
  • default job is now cargo check --tests to check the code for tests compiles too (without running them)

v1.0.0 - 2020/11/19

  • nothing new... so it's stable enough to be tagged 1.0

v0.6.0 - 2020/11/15

  • bacon test shows test failures - Fix #3 - Note that you need to remove then rebuild your bacon.toml file to use this new job

v0.5.3 - 2020/11/14

  • "reverse" option allows having the focus on bottom - Fix #19
  • initial compilation autoscroll based on scroll position - Fix #22
  • remove flickering

v0.5.2 - 2020/11/14

  • fix bacon ending with an error when prefs file is missing

v0.5.1 - 2020/11/13

  • bacon --prefs shows or creates a prefs file which can be changed to defined default display settings (currently "summary" and "wrap")

v0.5.0 - 2020/11/12

  • bacon --init creates a default bacon.toml file which can be customized to add jobs or change the standard ones
  • bacon launch arguments changed to ease use of customized jobs

v0.4.3 - 2020/11/11

  • fix report only taking the first package into account (for workspaces)

v0.4.2 - 2020/11/11

  • fix some regressions in error and warning detection

v0.4.1 - 2020/11/10

  • reduce useless redraws during computation

v0.4.0 - 2020/11/10

  • make it possible to watch only part of the sources: the passed directory (or the current one), when not a package directory (i.e. not containing a Cargo.toml file), will be the one watched - Thanks @nikhilmitrax and @jyn514 for their help
  • logo - Thanks @petervaro
  • line wrapping (and rewrapping on resize)

v0.3.2 - 2020/11/08

  • when quitting bacon, kill cargo check if running

v0.3.1 - 2020/11/06

  • better scroll position after toggling summary mode or resizing
  • space key now usable for page down

v0.3.0 - 2020/11/06

  • keep lines with location in summary mode - Fix #11
  • allow scrolling the report (arrow keys, page keys, home & end keys, mouse wheel) - Fix #6
  • log file renamed to 'bacon.log' to avoid collisions
  • initial execution is displayed raw before report computation - Fix #8
  • initial execution can be interrupted, scrolled - Fix #12

v0.2.0 - 2020-10-01

  • add the summary mode

v0.1.1 - 2020-09-29

  • also watches Cargo.toml

v0.1.0 - 2020-09-29

Initial version