Skip to content

Releases: Canop/broot

broot v1.31.0

30 Dec 15:49
Compare
Choose a tag to compare
  • keep broot's work dir synchronized with the root of the current panel. Can be disabled in conf with update_work_dir: false - Fix #813
  • fix :trash internal not working on staged files

broot v1.30.2

23 Dec 08:12
Compare
Choose a tag to compare
  • don't canonicalize paths on windows on new panels - Fix #809

broot v1.30.1

16 Dec 08:30
Compare
Choose a tag to compare
  • nushell script: replace the deprecated def-env with def --env - Thanks @melMass

broot v1.30.0

04 Dec 12:48
Compare
Choose a tag to compare
  • :trash internal - I'd like feedback on this one - Fix #799
  • solve symlinks on :panel_right to display the dest path and the dest filesystem - Fix #804
  • :panel_right on a directory now removes the filter
  • more '~' expansion in verb arguments

broot v1.29.0

22 Nov 07:57
Compare
Choose a tag to compare
  • terminal_title option in configuration - Fix #794
  • :toggle_tree internal and --tree and --no-tree launch flags (experimental, feedback welcome) - Fix #670 - Thanks @eldad
  • {git-name} verb argument

broot v1.28.1

13 Nov 11:40
Compare
Choose a tag to compare
  • fix a regression in handling of rooted gitignore patterns - Fix #795

broot v1.28.0

13 Nov 07:08
Compare
Choose a tag to compare
  • left and right keys bound to verbs can be used when the input isn't empty, if they would have no effect to the input
  • default_flags now accept long parameters, including --cmd - Fix #790
  • gitignore: fix relative patterns with several tokens - Fix #782

broot v1.27.0

29 Oct 14:48
Compare
Choose a tag to compare
  • the apply_to verb filter accepts new values: text_file and binary_file. Broot users editing files in their terminal (vi, emacs, etc.) should configure broot to open their text editor on enter: see https://dystroy.org/broot/tricks/#change-standard-file-opening
  • small breaking change: :stage_all_files now stages also symlinks - Fix #606
  • new {git-root} verb argument - Fix 760 - Thanks @9999years
  • fix a freeze on windows when launching a search with -c - Thanks @3tilley
  • fix automatic preview pattern not escaping spaces and colons - Fix #778

broot v1.26.1

30 Sep 16:11
Compare
Choose a tag to compare
  • improved status line

broot v1.26.0

27 Sep 10:24
Compare
Choose a tag to compare
  • when given a path to a file at launch, broot now selects it in the tree and opens it in preview - Fix #729
  • allow rebinding of the 'tab' and 'esc' keys with the :next_match and :escape internals - Fix #740
  • fix fuzzy patterns not case insensitive on some characters - Fix #746