Changelog

0.3.4 - 2024-04-18

Changed

  • Change to remove unnecessary files from the book (#121)

0.3.3 - 2024-04-16

Added

  • Add link to true (#110)

Changed

  • Update examples in man pages

0.3.2 - 2024-04-01

Changed

  • Update documents (#99)

0.3.1 - 2024-03-31

Added

  • Add functions to get the path after making it visible or invisible for Unix platforms (#91)

Fixed

  • Fix not being able to take path of Unicode string in Windows environment (#90)

0.3.0 - 2024-03-28

Added

  • Add hf as a library (#86)

Changed

  • Change to use subcommands (#86)

  • Bump MSRV to 1.74.0 (#86)

0.2.2 - 2022-09-18

Changed

  • Allow non-UTF-8 paths as arguments

  • Update dependencies

0.2.1 - 2022-06-10

Changed

  • Enable the lto and strip settings in the release profile

0.2.0 - 2022-06-09

Added

  • Add exit codes as defined by <sysexits.h>

  • Add --quiet option

  • Add --verbose option

Changed

  • Use the Win32 API instead of attrib command

0.1.0 - 2022-05-26

Added

  • Initial release