Skip to content

Releases: Canop/broot

broot v1.46.2

21 Apr 10:54
Compare
Choose a tag to compare

broot v1.46.1

20 Apr 15:55
Compare
Choose a tag to compare
  • fix nushell script broken by new --max-depth argument - Thanks @lizclipse

broot v1.46.0

16 Apr 14:26
Compare
Choose a tag to compare
  • :set_max_depth <number> and :unset_max_depth - Fix #843 - Thanks @mcky
  • clear cache when files are deleted in staging area - Fix #999
  • recompute preview transform when source file changed since last preview

broot v1.45.1

25 Mar 14:33
Compare
Choose a tag to compare
  • Fix compilation failing without --locked - Fix #995

broot v1.45.0

19 Mar 10:34
Compare
Choose a tag to compare
  • Fix total search impossible to redo after refresh - Fix #986
  • With refresh_after: false, a verb configuration can request that the tree isn't refreshed after its execution - Fix #987

broot v1.44.7

12 Feb 16:54
Compare
Choose a tag to compare
  • 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

12 Jan 08:44
Compare
Choose a tag to compare

-fix .ignore files ignored when not in a git repository - Fix #970
-update git2 dependency to 0.20 - Fix #974

broot v1.44.5

02 Jan 06:25
Compare
Choose a tag to compare
  • no real change (just reverting a crate name to ease some packaging)

broot v1.44.4

01 Jan 15:03
Compare
Choose a tag to compare
  • fix panic in preview on syntax coloring (when a sublime syntax isn't compatible with the regex engine) - Fix #967

broot v1.44.3

26 Dec 19:48
Compare
Choose a tag to compare
  • 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