summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-17use lazy-static 2Canop
2021-05-11more modern screenshots on the websiteCanop
2021-05-11version 1.4.0v1.4.0Canop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-05-05small perf improvement in tokens patternsunordered-tokensCanop
2021-05-05add benchmark for tokens patternsCanop
2021-04-30version 1.3.1Canop
2021-04-30set show_selection_mark true by default in confCanop
2021-04-28version 1.3.0v1.3.0Canop
2021-04-27fix messy preview of text files with backspacesCanop
2021-04-25Merge branch 'multiselect'Canop
2021-04-25staging area documentationCanop
2021-04-03version 1.2.10Canop
2021-04-02use Glassbench v0.3Canop
2021-03-25replace criterion with glassbench for benchmarkingCanop
2021-03-19fix shift based key shortcutsCanop
2021-03-18version 1.2.9v1.2.9Canop
2021-03-18Fix crash on `:input_del_word_left`Canop
2021-03-15a whole bag of nothing changedCanop
2021-03-13normalize pattern for fuzzy searchesCanop
2021-03-11version 1.2.8v1.2.8Canop
2021-03-09use smallvec for char positions in namematchsCanop
2021-03-05improves and simplifies fuzzy matching (WIP)Canop
2021-02-28don't ask again to install after an incomplete installationv1.2.7Canop
2021-02-27add clipboard support to Android/Termuxv1.2.6Canop
2021-02-26link to android exe in the install page of the docCanop
2021-02-25version 1.2.5v1.2.5Canop
2021-02-23Fix wrong version written on top of log fileCanop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-14version 1.2.4v1.2.4Canop
2021-02-14fix broken selection bg in text preview when line numbers are shownCanop
2021-02-06version 1.2.3v1.2.3Canop
2021-02-05version 1.2.2Canop
2021-02-03update bet to 0.4Canop
2021-02-01update lock fileCanop
2021-02-01fix crash on page-down when last line of text preview is selectedCanop
2021-01-27version 1.2.1v1.2.1Canop
2021-01-21fix "post bang" crashCanop
2021-01-14version 1.2.0v1.2.0Canop
2021-01-10experimental "modal mode"modesCanop
2021-01-07version 1.1.11v1.1.11Canop
2021-01-07allow specifying execution pattern as arrayCanop
2020-12-31use cli-log for loggingCanop
2020-12-31add an example of using broot as generic fuzzy finderCanop
2020-12-24version 1.1.0Canop
2020-12-21Hjson now accepted as config format, and the default oneCanop
2020-12-19version 1.0.9Canop
2020-12-18fix execution strings tokenization ignoring quotesCanop
2020-12-11use serde's derive to deserialize confCanop