v0.2.0 - 24 July 2026
- Worker pool with runtime.NumCPU() goroutines for concurrent file processing
- Layer-by-layer encryption: scan once per depth level instead of per template
- Replace fmt.Sprintf with string concatenation in hot path
- filepath.Walk → WalkDir (avoids extra Lstat)
- Fix version init to not override ldflags with (devel) from build info
🐛 Bug Fixes
⚡ Performance Improvements
Full Changelog: v0.1.0...v0.2.0