Files
envr/CHANGELOG.md
2025-11-06 17:13:02 -05:00

1.1 KiB

Changelog

0.2.0 (2025-11-06)

⚠ BREAKING CHANGES

  • check: Renamed the check command to deps.
  • The config value scan.Include is now a list rather than a string.

Features

  • Multiple scan includes are now supported. (4273fa5)

Bug Fixes

  • check: fd now correctly gets marked as found. (17ce49c)

Code Refactoring

  • check: Renamed the check command to deps. (c9c34ce)

0.1.1 (2025-11-05)

Features

  • sync: Results are now displayed in a table. (42796ec)

Bug Fixes

  • sync: Fixed an issue where deleted folders would be restored. (9ab72a2)