| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| broot_1.50.0.zip | 2025-09-25 | 48.8 MB | |
| broot v1.50.0 source code.tar.gz | 2025-09-25 | 15.4 MB | |
| broot v1.50.0 source code.zip | 2025-09-25 | 15.5 MB | |
| README.md | 2025-09-25 | 663 Bytes | |
| Totals: 4 Items | 79.7 MB | 0 | |
- big text files now only partially loaded for initial display, remaining being done in background - Fix [#1052]
- better support of kitty image protocol over tmux, ssh or unknown terminals, with
kitty_graphics_displayoption and$TMUX_NEST_COUNTenv variable - see PR [#1034] - Thanks @stevenxxiu - "trash" compilation feature removed: trash related features are built depending on the platform
- build chain revised. Future official releases should include a Mac binary
- fix crash on double unstage of last entry in stage panel - fix [#1057]
- fallback to transparent background for text preview when the skin specifies nothing - Thanks @letmeiiiin