Skip to content

bacon v3.18.0

Choose a tag to compare

@Canop Canop released this 29 Aug 10:41
· 96 commits to main since this release
  • key bindings can use the cmd modifier (called "Command", "Super", "Windows", depending on the system)
  • with hide_scrollbar = true, you can make copy-pasting easier - Thanks @JeanMertz
  • when project dir isn't specified explicitly (with --project) bacon looks for an enclosing dir having a bacon.toml or Cargo.toml file - Fix #385