diff --git a/CHANGELOG.md b/CHANGELOG.md index a8f00ba..2914f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,98 +2,104 @@ All notable changes to this project will be documented in this file. +## [0.5.0] - 2024-01-11 + +### Documentation + +- *(readme)* Add crates.io shield + ## [0.4.2] - 2023-12-30 ### Documentation -- Update show video +- *(readme)* Update show video ### Features -- Set `fzf` as the default fuzzy finder -- Use `--cycle` for fuzzy finder -- Alias `list` as `ls` -- Print the items to be cleaned +- *(clean)* Print the items to be cleaned +- *(conceal)* Alias `list` as `ls` +- *(fuzzy)* Set `fzf` as the default fuzzy finder +- *(fuzzy)* Use `--cycle` for fuzzy finder ### Miscellaneous Tasks -- Update `clap_complete_nushell` -- Include the files to be published explicitly +- *(cargo)* Include the files to be published explicitly +- *(dep)* Update `clap_complete_nushell` ### Refactor -- Better matrix +- *(workflow)* Better matrix ## [0.4.1] - 2023-07-11 ### Bug Fixes -- Match path with prefix pattern instead of `==` (#6) +- *(clean)* Match path with prefix pattern instead of `==` (#6) ## [0.4.0] - 2023-07-11 ### Features -- Clean for current directory by default, and clean for all with `-a` (#5) +- *(clean)* Clean for current directory by default, and clean for all with `-a` (#5) ## [0.3.3] - 2023-06-23 ### Features -- Support fzf +- *(finder)* Support fzf ### Miscellaneous Tasks -- Upgrade dependencies +- *(dependencies)* Upgrade dependencies ## [0.3.2] - 2023-04-03 ### Features -- Ignore the completions +- *(completions)* Ignore the completions ## [0.3.1] - 2023-03-29 ### Documentation -- Update to 0.3.1 +- *(readme)* Update to 0.3.1 ### Features -- Add `-a` to list all discarded entities -- Colorize with owo-colors +- *(cli)* Add `-a` to list all discarded entities +- *(color)* Colorize with owo-colors ### Miscellaneous Tasks -- Upgrade +- *(dependencies)* Upgrade ## [0.3.0] - 2023-03-28 ### Features -- Pretty error message and robuster existence determination +- *(error)* Pretty error message and robuster existence determination ## [0.2.0] - 2023-03-25 ### Features -- Separate `put` from other functuons +- *(binary)* Separate `put` from other functuons ### Refactor -- Use `time` instead of `chrono` -- Move all handlers into one module +- *(project)* Use `time` instead of `chrono` +- *(project)* Move all handlers into one module ## [0.1.4] - 2022-11-10 ### Bug Fixes +- *(no category)* Right aligned brings prefix white spaces -- Right aligned brings prefix white spaces ## [0.1.3] - 2022-11-10 ### Workflows +- *(no category)* Publish to github -- Publish to github diff --git a/Cargo.lock b/Cargo.lock index cd5bcd5..09e22cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "conceal" -version = "0.4.2" +version = "0.5.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9f3832a..6b4fc69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conceal" -version = "0.4.2" +version = "0.5.0" authors = ["Collide "] edition = "2021" description = "Command line recycle bin" diff --git a/README.md b/README.md index 8441917..01ad6ae 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Refer to `conceal restore -h` for more information. You need to install finder [skim](https://github.com/lotabout/skim#installation) or [fzf](https://github.com/junegunn/fzf#installation) before using **conceal**. ```bash -$ cargo install --git 'https://github.com/TD-Sky/conceal' +$ cargo install conceal ``` ### AUR