v0.2.1
Patch release for rsync filter ordering.
Changes
- Emit
include = ...rules beforeexclude = ...rules when building the rsync command. - Enable whitelist-style profiles, including patterns that end with
exclude = *. - Preserve repeat order within include rules and within exclude rules.
- Add transfer-command tests covering include/exclude ordering and related rsync argument placement.
- Update documentation and template comments for grouped include-before-exclude behavior.
Compatibility
Exclude-only profiles are unaffected. Exact mixed rsync filter ordering is still not supported; advanced filter-order workflows should use direct rsync or a future dedicated filter directive.