v0.7.9
met4citizen/TalkingHeadv0.7.9Mar 25, 2026by azophy
AI Summary
Fixes CI build errors related to missing HTML templates and adds a 'go generate' step to ensure proper build execution.
Key Highlights
- Fixed CI build error for 'login.html' pattern matching
- Added 'go generate ./...' step before build in GitHub Actions
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