v0.7.9
maximhq/bifrostv0.7.9Mar 25, 2026by azophy
AI Summary
This patch release fixes CI build errors related to missing HTML templates by adding a go generate step to the build workflow, ensuring successful compilation in CI environments.
Key Highlights
- Fixed CI build error for 'login.html' pattern
- Added 'go generate ./...' step before build in GitHub Actions
New Features
- CI workflow improvements
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