| Version | Change log |
| Broot 1.53.0 Nov 8, 2025 |
fix some cases of the verb not removed from the input on execution (with a risk of accidental double execution) add the :filesystems (short :fs) verb and state on windows (it was already present on linux and mac). improve the generation of preview pattern from a file tree pattern (i.e. going from /java$/&c/test to /test on opening a matching file in preview). With this change broot avoids filtering the preview when it shouldn't (eg when you searched /java$/|c/test) - See #1097 display files whose name isn't valid UTF-8 (they were previously ignored) android executable is back to the official binary archive |
| Broot 1.52.0 Nov 1, 2025 |
Auto_open_staging_area preference - Fix #1090 Search content of file target of symlink - Fix #1081 Fix nushell script (swapped logic for --listen and --listen-auto) - Thanks @cderwin Return non-zero exit code on error - Thanks @Sambhram1 |
| Broot 1.51.0 Oct 5, 2025 |
Improved image rendering (both speed by using the zune-image library, and quality with bilinear interpolation) Fix compilation broken by 1.50.0 on Android --listen-auto listens for commands on a random linux socket When auto-completing, back-tab cycles in reverse order |
| Broot 1.46.2 Apr 21, 2025 | Fix broken nushell script |
| Broot 1.44.7 Feb 12, 2025 |
Fix bad regex match position Update resvg dependency to 0.44 On --server, remove the existing socket if it already exists |
| Broot 1.44.2 Oct 22, 2024 |
Temp files created for kitty now erased on quitting or when too many of them have been written No longer panics when launched with BROOT_LOG=debug but the broot.log file can't be created - Fix #951 Fix user and group names displayed as "????" when coming from openldap - Fix #953 |
| Broot 1.44.1 Oct 16, 2024 |
Fix wrong position of IMEs (input method editors) popup - thanks @xubaiwang - See #948 Improve querying the terminal for capabilities (prevent some escape chars from leaking) |
| Broot 1.44.0 Sep 8, 2024 |
:focus_staging_area_no_open internal, focus the staging area if it's already open, does nothing in other case - Fix #926 fix some composite patterns with several operators and no parenthesis |
| Broot 1.43.0 Aug 30, 2024 |
'Size' and 'Deletion date' columns in trash screen. This screen now supports the :toggle_date, :toggle_size, :sort_by_date, and :sort_by_size internals. New :show internal make the provided path visible and selected, adding lines to the tree if necessary, does nothing if the provided path is not a descendant of the current tree root (this part may change depending on feedback) - Fix #936 |
| Broot 1.41.1 Aug 4, 2024 | allow compilation with rustc 1.76 - Fix #925 |