v0.7.9

XTLS/Xray-corev0.7.9Mar 25, 2026by azophy

AI Summary

sshifu v0.7.9 fixes a CI build error related to missing login.html files and adds a go generate step.

Key Highlights

  • Fixed CI build error for missing login.html
  • Added go generate ./... step before build

New Features

  • CI build fixes
  • go generate step

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