v1.0.4
- Output file naming: same-format/same-dir writes now produce
_mochifiedsuffix so it's clear something happened; existing output files get a numeric suffix instead of silently overwriting - Stdin support: pipe file paths from a file list or
find(e.g.find . -name '*.jpg' | mochify -t webp)