v0.7.9
Hmbown/Codewhalev0.7.9Mar 25, 2026by azophy
AI Summary
Fixed a CI build error related to missing 'login.html' files by adding a 'go generate' step to the GitHub Actions workflow.
Key Highlights
- Fixed CI build error regarding missing login.html
- Added 'go generate ./...' step before build
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