Improvements
- Access Logs: Day-retained access log cleanup now checks the first entry before back-scanning, avoiding unnecessary scans when rotated logs are already inside the retention window. Reduces CPU usage. (85b2775) (issue #233)
- WebUI/Wiki: The web UI wiki now renders generated OpenAPI documentation pages, including prerendered /docs/openapi output and bundled schemas for LLM markdown responses. (yusing/godoxy-webui@86a0e3f)
- WebUI/Config: Improved form layout (yusing/godoxy-webui@65c1516)
Bug Fixes
- WebUI/Autocert: Autocert schemas now expose the default certificate key type as EC256 metadata instead of only an inline note. (yusing/godoxy-webui@f4025ae)