Skip to content

broot v1.44.3

Latest
Compare
Choose a tag to compare
@Canop Canop released this 26 Dec 19:48
· 1 commit to main since this release
  • removed default bindings on left and right keys. You may add them back by adding this to your verbs.hjson:
    { key: "left", internal: "back" }
    { key: "right", internal: "open_stay" }
  • rustc minimal version changed from 1.76 to 1.79, which allows better performing image rendering
  • remove dependency to onig, to allow compatibility with gcc 15 - Fix #956