v0.1.0
First release.
- Convert WOFF/TTF/OTF/TTC to WOFF2 using the google/woff2 encoder (Brotli 11), byte-identical to woff2_compress
- Pure-Go WOFF 1.0 decoding, so .woff files can be recompressed
- Glyph subsetting via HarfBuzz hb-subset (a Latin subset is ~80% smaller)
- Stdin/stdout pipe mode (woffify -) for temp-file-free CI integration
- Parallel batch conversion of files and directories
- Single fully static binary, scratch container image (~6 MB)
Image: ghcr.io/gheop/woffify:v0.1.0