Skip to content

Latest commit

 

History

History
160 lines (85 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

160 lines (85 loc) · 2.63 KB

Changelog

All notable changes to this project will be documented in this file.

[0.6.0] - 2025-01-05

Features

  • (conceal) delete command (#15)

[0.5.7] - 2024-12-26

Bug Fixes

  • (cargo) Track build.rs and control generating completions

[0.5.6] - 2024-12-22

Bug Fixes

  • (MacOS) Delete (#13)
  • (ci) Wait build-windows job

Features

  • (Windows) Support Windows (#14)

[0.5.5] - 2024-12-21

Features

  • (ci) Add check workflow
  • (no category) Allow to be compiled on MacOS (#10)

[0.5.4] - 2024-09-01

Documentation

  • (readme) Inverse selection

Features

  • (confirm) Default confirmation: yes or no
  • (error) Improve error display

[0.5.3] - 2024-07-28

Documentation

  • (readme) Finder options

Features

  • (fzf) Dress up fzf

Miscellaneous Tasks

  • (no category) Sort used items

Refactor

  • (output) Use BufWriter instead of collecing string

[0.5.1] - 2024-02-03

Features

  • (cli) Alias restore as rs
  • (restore) Keep silent when recycle bin is empty

[0.5.0] - 2024-02-03

Documentation

  • (readme) Add crates.io shield

[0.4.2] - 2024-02-03

Documentation

  • (readme) Update show video

Features

  • (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

  • (cargo) Include the files to be published explicitly
  • (dep) Update clap_complete_nushell

Refactor

  • (workflow) Better matrix

[0.4.1] - 2024-02-03

Bug Fixes

  • (clean) Match path with prefix pattern instead of == (#6)

[0.4.0] - 2024-02-03

Features

  • (clean) Clean for current directory by default, and clean for all with -a (#5)

[0.3.3] - 2024-02-03

Documentation

  • (readme) Update to 0.3.1

Features

  • (completions) Ignore the completions
  • (finder) Support fzf

Miscellaneous Tasks

  • (dependencies) Upgrade
  • (dependencies) Upgrade dependencies

[0.3.1] - 2024-02-03

Features

  • (binary) Separate put from other functuons
  • (cli) Add -a to list all discarded entities
  • (color) Colorize with owo-colors
  • (error) Pretty error message and robuster existence determination

Refactor

  • (project) Use time instead of chrono
  • (project) Move all handlers into one module

[0.1.5] - 2024-02-03

Bug Fixes

  • (no category) Right aligned brings prefix white spaces

Documentation

  • (no category) Doc

Miscellaneous Tasks

  • (no category) Bump dependencies; use macro command instead of clap