Skip to content

Releases: Canop/broot

broot v1.21.0

17 Mar 19:33
Compare
Choose a tag to compare
  • better nushell integration (no need to quote arguments anymore, fix path extension broken by new version of nushell) - Thanks @stevenxxiu
  • don't show modal-only keys in help page when modal mode isn't enabled

broot v1.20.2

19 Feb 20:15
Compare
Choose a tag to compare
  • fix debug statement printed in some cases (mostly on Windows) - Fix #672

broot v1.20.1

08 Feb 17:35
Compare
Choose a tag to compare
  • fix status line not always displaying the hint of the input's verb - Fix #665

broot 1.20.0

03 Feb 12:18
Compare
Choose a tag to compare
  • unless overriden, /proc is now no-enter, which solves freezes when searchin on / in some system - See #639
  • SVG files now rendered as images in the preview panel
  • new version of the nushell function. You should be prompted for an update - Fix #656 - Thanks @FrancescElies and @mediumrarez
  • no-hide special paths - Thanks @Avlllo
  • preview can now be opened on directories, showing their first level - Fix #405
  • better determine whether the terminal is white or dark in some (probably rare) cases - See Canop/terminal-light#2

broot v1.19.0

03 Jan 18:48
Compare
Choose a tag to compare

Nushell support - Fix #375 - Thanks @FrancescElies, @mediumrarez, and issue contributors

broot v1.18.0

21 Dec 19:52
Compare
Choose a tag to compare
  • Hjson configuration file can now omit outside braces (it's "braceless Hjson"), making it much cleaner
  • allow opening the help screen with just the ? key on Windows (as for other systems)
  • fix a crash in some cases of input being cleaned with a selection - Fix #643

broot v1.17.1

15 Dec 08:57
Compare
Choose a tag to compare
  • add a Windows specific version of :cpp

broot v1.17.0

10 Dec 06:32
Compare
Choose a tag to compare
  • max file size for content search now configurable (default is now 10MB) - Fix #626
  • file summing now avoids /proc and /run
  • default configuration sets /media as not entered by default (can be commented out, of course)

broot v1.16.2

04 Nov 09:50
Compare
Choose a tag to compare
  • you can restrict the panels in which verbs apply with the verb configuration panels parameter
  • fix rm on Windows behaving "recursively" (it was cmd /c del /Q /S {file}) - Fix #627

broot v1.16.1

13 Oct 06:55
Compare
Choose a tag to compare

fixes ctrl-left not usable anymore to remove filtering in preview