Skip to content

Releases: hugo-fixit/fixit-encrypt

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 07:03
v0.2.0
a1cc7b7

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

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 08:27
v0.1.0
f074a6f

v0.1.0 - 2026-07-21

🎉 New Features

👷 Continuous Integration

  • Improve release workflow with auto-changelog and draft release f074a6f by @Lruihao