v0.7.9

jo-inc/camofox-browserv0.7.9Mar 25, 2026by azophy

AI Summary

This release resolves critical CI build failures by fixing an embed package error and adding a `go generate` step to the GitHub Actions workflow.

Key Highlights

  • Fixed CI build error for 'embed/embed.go' and missing 'login.html' files
  • Added 'go generate ./...' step to GitHub Actions build pipeline
  • Improved build consistency and workflow stability

Full Release Notes

## Bug Fixes

- Fixed CI build error: 'embed/embed.go:11:12: pattern login.html: no matching files found'
- Added 'go generate ./...' step before build in GitHub Actions workflows