Releases: Canop/broot
Releases · Canop/broot
broot v1.46.2
- fix broken nushell script (
--max-depth
again) - Thanks @sandyspiers & @amitkot
broot v1.46.1
- fix nushell script broken by new
--max-depth
argument - Thanks @lizclipse
broot v1.46.0
broot v1.45.1
- Fix compilation failing without
--locked
- Fix #995
broot v1.45.0
broot v1.44.7
- fix bad regex match position - Fix #979
- update resvg dependency to 0.44 - Thanks @NoisyCoil
- on
--server
, remove the existing socket if it already exists - Thanks @VasilisManol
broot v1.44.6
broot v1.44.5
- no real change (just reverting a crate name to ease some packaging)
broot v1.44.4
- fix panic in preview on syntax coloring (when a sublime syntax isn't compatible with the regex engine) - Fix #967
broot v1.44.3
- 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