v0.7.9

ankitects/ankiv0.7.9Mar 25, 2026by azophy

AI Summary

This release fixes a CI build error related to a missing 'login.html' file pattern and adds a 'go generate' step to the GitHub Actions workflow to ensure builds run correctly.

Key Highlights

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

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