summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2022-05-30fix alt-enter failing to cd to directoryv1.13.1Canop
2022-05-29version 1.13v1.13.0Canop
2022-05-18Format counts of files with thousands separatorCanop
Fix #549
2022-05-16close staging area when a verb empties itCanop
(for example on :rm done in the SA)
2022-05-06version 1.12.0v1.12.0Canop
2022-04-13added compilation target: older GLIBCCanop
This one has no support for clipboard (yet). Fix #531
2022-04-04version 1.11.1v1.11.1Canop
2022-04-03replace the 'opener' crate with 'open'Canop
Fix #530
2022-04-02version 1.11.0v1.11.0Canop
2022-03-31Sort by type, with dirs either first or lastCanop
3 new internals. With `:st` you can select to sort by type with directories first, sort by type with directories last, or not sorting. Fix #467
2022-03-29version 1.10.0v1.10.0Canop
2022-03-27add the (already documented) capture_mouse conf itemCanop
See https://github.com/Canop/broot/issues/238
2022-03-20downgrade rust to 1.58 : cargo cross fails on 1.59Canop
2022-03-12version 1.9.4v1.9.4Canop
2022-03-07don't query size of remote volumesCanop
This prevents a temporary hang when running broot with size option or in filesystem state if a remote volume is unreachable.
2022-02-15version 1.9.3v1.9.3Canop
2022-02-15:previous_dir and :next_dir internalsCanop
Fix #502
2022-01-31use crokey to clean keybinding related codeCanop
2022-01-30export key event parsing and formatting in crokeyCanop
This keys.rs file was copied into so many of my TUI applications, I had to make it a distinct crate.
2022-01-23put syntect-no-panic on crates.io to allow publishv1.9.2Canop
2022-01-23version 1.9.2Canop
2022-01-21Fix a crash on a syntect panic on svelte fileCanop
fall back to unstyled when syntect crashes. This uses a temporary fork, which hopefully will disappear as soon as syntect 5 is usable.
2022-01-07version 1.9.1v1.9.1Canop
2022-01-06version 1.9.0v1.9.0Canop
2022-01-05images rendered with kitty protocol on weztermCanop
It's experimental and might be removed as wezterm doesn't seem to support image resizing
2021-12-31total_search shows all matchesCanop
This is experimental and might be reversed in a future version
2021-12-29fix wrong translation from exact pattern to regex patternv1.8.1Canop
Fix: regex pattern automatically built from content pattern when going from a tree search to a file preview isn't escaped Fix #472
2021-12-26version 1.8.0Canop
2021-12-25upgrade Termimad to 0.20.0 (better algo for table fitting)Canop
2021-12-22text previews switch to hex when there are non printable charsCanop
2021-12-22alt-i and alt-h now toggle showing gitignored and hidden filesCanop
2021-12-16version 1.7.5, making the "clipboard" feature non default againv1.7.5Canop
2021-12-02version 1.7.4v1.7.4Canop
2021-11-30fix hex view sometimes losing 1 or 2 ASCII charactersCanop
2021-11-19version 1.7.3v1.7.3Canop
2021-11-19fix some graphical glitches on WindowsCanop
2021-11-18version 1.7.2v1.7.2Canop
2021-11-17add more syntect syntaxes for code previewCanop
Syntaxes come from the list maintained by the bat project. Fix #464
2021-11-06upgrade terminal-clipboard to fix a problem on X11Canop
2021-10-30version 1.7.0v1.7.0Canop
2021-10-29bunch of small improvements of clipboard & input fieldCanop
2021-10-22set minimal rust versionCanop
2021-10-22v 1.6.6v1.6.6Canop
2021-10-22make it possible to rebind left and right arrow keysCanop
Fix #438
2021-10-20remove direct import of minimad crateCanop
because there's some bug I don't understand in crate resolution in the last versions of rust
2021-10-20update some dependenciesCanop
2021-10-17update changelogCanop
2021-10-01version 1.6.4v1.6.4Canop
2021-09-17fix special-path/Enter for sym linksCanop
Fix #448
2021-09-05upgrade termimad to 0.16Canop