You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A page could be reported as changed when nothing about it had changed, on a busy machine. Two causes, both in the settle step before the screenshot. It waited for images but not for webfonts, so a page could render with a fallback font on one run and the real font on the next. And it scrolled back to the top after waiting for paint rather than before, so that final scroll never got a paint cycle. Caught by the macOS CI job, which reported a different unchanged page on each run. The capture now waits for document.fonts.ready, scrolls to the top first, then waits for two frames, a short settle and one more frame.
Changed
The README no longer claims to show what changed inside a page. stm names the pages that changed and hands you the files; there is no visual diff, and that limit is now stated where the mechanism is explained.
Trimmed the badge row to the version, the licence and the author, and replaced the nine agent logos with plain text.