Skip to content

Releases: Canop/broot

broot v1.33.1

03 Feb 19:14
Compare
Choose a tag to compare

Fix the version - Fix #830

broot v1.33.0

03 Feb 15:41
0648e35
Compare
Choose a tag to compare
  • on terminals supporting the kitty keyboard protocol, you can now define and use key combinations like space-n, ctrl-alt-a-b, shift-space-c, ctrl-enter, etc. - See enable_kitty_keyboard setting
  • new syntax for special paths - Fix #687, #669

broot v1.32.0

02 Jan 16:19
Compare
Choose a tag to compare
  • with "modal" enabled, initial_mode setting lets you choose whether to start in input mode or command mode (default) - Fix #708

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