Skip to content

Releases: preflightsh/preflight

v0.12.13

07 Mar 21:05

Choose a tag to compare

Capitalize Umami in init display name

v0.12.12

07 Mar 20:58

Choose a tag to compare

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

07 Mar 20:18

Choose a tag to compare

Fix goreleaser brew config: use skip_upload instead of disable

v0.12.10

02 Mar 15:02

Choose a tag to compare

Detect direct sitemap.php in common PHP web roots

v0.12.9

26 Feb 00:44

Choose a tag to compare

Follow template includes in viewport and lang checks

v0.12.8

08 Feb 14:49

Choose a tag to compare

Resolve symlinks when detecting install method

v0.12.7

08 Feb 14:43

Choose a tag to compare

Rate-limit update check to once every 24 hours

v0.12.6

08 Feb 14:29

Choose a tag to compare

Detect dynamic IndexNow implementations across frameworks

v0.12.5

23 Dec 19:20

Choose a tag to compare

Show GitHub star prompt on first init and scan

v0.12.4

22 Dec 16:03

Choose a tag to compare

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)