summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2023-12-30fix :trash internal not applied to staged filesCanop
2023-12-23version 1.30.2v1.30.2Canop
2023-12-22update changelogCanop
2023-12-16version 1.30.1v1.30.1Canop
2023-12-04version 1.30.0v1.30.0Canop
2023-11-30update changelogCanop
2023-11-30:trash internal (#803)Denys Séguret
Add the `:trash` internal, which instead of deleting a file moves it to the system trash. You may remap `rm` to it with { invocation: "rm" internal: "trash {file}" leave_broot: false } Fix #799
2023-11-22version 1.29.0v1.29.0Canop
2023-11-20update changelogCanop
2023-11-19upgrade deser-hjson to 2.2.3Canop
2023-11-13version 1.28.1v1.28.1Canop
2023-11-13fix rooted gitignore patternsCanop
Fix #795
2023-11-12version 1.28.0v1.28.0Canop
2023-11-09update lazy-regexCanop
2023-11-06Switch dependency from "users" to "uzers"Karl-Johan Karlsson
"users" is unmaintained (RUSTSEC-2023-0040) and has a listed vulnerability (RUSTSEC-2023-0059). Switch to the maintained and updated fork "uzers", and upgrade to 0.11.3 that has the fix for RUSTSEC-2023-0059.
2023-11-05left and right keys bindings allowed on non empty inputCanop
See https://github.com/Canop/broot/issues/152#issuecomment-1778044435
2023-10-29version 1.27.0v1.27.0Canop
2023-10-18update dependenciesCanop
2023-10-01:stage_all_files now also stage symlinksCanop
Fix #606
2023-09-30version 1.26.1v1.26.1Canop
2023-09-30improve the status lineCanop
There was sometimes way too much elision on thin terminals, making it impossible to read. Parts are now removed when that happens. The status wasn't recomputed after background tasks, leading to wrong messages sometimes.
2023-09-27version 1.26.0v1.26.0Canop
2023-09-24if given a file as argument, open it in preview (#749)Denys Séguret
Fix #729
2023-09-22fix fuzzy patterns not ignoring case on some charsCanop
Fix #746
2023-09-20version 1.25.2v1.25.2Canop
2023-09-09doc: explain how to use a shell script in a verbCanop
2023-09-03version 1.25.1v1.25.1Canop
2023-08-22clarify download tableCanop
and remove the link to the old android version: it's outdated and there's a maintained termux package anyway
2023-08-19version 1.25.0v1.25.0Canop
2023-08-17Hjson: discard trailing spaces in quoteless stringsCanop
2023-08-15move skin parts parsing functions to termimadCanop
and introduces hexa notation for colors
2023-08-02--help prettier on super wide terminalsCanop
2023-07-30clean archive compile fileCanop
2023-07-18version 1.24.2v1.24.2Canop
2023-07-16version 1.24.1v1.24.1Canop
2023-07-16improve help with clap-help 0.4Canop
2023-07-16version 1.24.0v1.24.0Canop
2023-07-15updated man pageCanop
2023-07-15use clap 4 instead of clap 3 (#722)Denys Séguret
* use clap 4 instead of clap 3 * use clap-help
2023-07-10update some dependenciesCanop
2023-07-10update deser-hjson dependencyCanop
2023-07-07update lazy-regex dependencyCanop
2023-06-16version 1.23.0v1.23.0Canop
2023-06-16reorganize default skinsCanop
2023-06-16update dependenciesCanop
2023-05-25update dependencyCanop
2023-05-24changelogCanop
2023-05-24preview bg behind svg instead of blackCanop
also perf improvements for SVG
2023-05-23version 1.22.1v1.22.1Canop
2023-05-23update resvg dependencyCanop