Releases: preflightsh/preflight
Releases · preflightsh/preflight
v0.12.13
v0.12.12
Add Umami Analytics service detection Detects Umami via data-website-id attribute, cloud.umami.is URLs, umami.track() API calls, @umami/ npm packages, and env vars. Works with self-hosted instances on custom domains.
v0.12.11
Fix goreleaser brew config: use skip_upload instead of disable
v0.12.10
Detect direct sitemap.php in common PHP web roots
v0.12.9
Follow template includes in viewport and lang checks
v0.12.8
Resolve symlinks when detecting install method
v0.12.7
Rate-limit update check to once every 24 hours
v0.12.6
Detect dynamic IndexNow implementations across frameworks
v0.12.5
Show GitHub star prompt on first init and scan
v0.12.4
Improve stack detection for static sites and PHP projects - Detect static sites with build tools (Tailwind, PostCSS, etc.) Projects with package.json + HTML files but no Node.js app indicators now correctly detect as "static" instead of "node" - Add Node.js app detection requiring actual indicators: server files, frameworks in deps, or node run scripts - Add web/index.php to PHP detection (Craft CMS, Symfony, etc.) - Improve Fullres Analytics detection for custom domains (fullres.src, fullres.async patterns)