Releases: sbrow/envr
Releases · sbrow/envr
v0.2.1
v0.2.0
0.2.0 (2025-11-10)
⚠ BREAKING CHANGES
- Dir is now derived from Path rather than stored in the DB. Your DB will need to be updated.
- scan: The config value
scan.Excludeis now a list rather than a string. - check: Renamed the
checkcommand todeps. - The config value
scan.Includeis now a list rather than a string.
Features
- Added new
checkcommand. (cbd74f3) - config: The default config now filters out more junk. (15be62b)
- init: Added a
--forceflag for overwriting an existing config. (169653d) - Multiple scan includes are now supported. (4273fa5)
- scan: Added support for multiple exports. (f43705c)
- sync: envr can now detect if directories have moved. (4db0a4d)
- sync: Now checks files for mismatched hashes before replacing. (8074f7a)
Bug Fixes
- check:
fdnow correctly gets marked as found. (17ce49c)
Code Refactoring
v0.1.1
Initial Release
v0.1.0 v0.1.0