Version 2.1.0
Changed
- New logo — flux capacitor icon placed inline between “web” and “Chronicle” in the header.
- Blue/slate color palette — system fonts, follows OS dark mode automatically. No theme toggle.
- High-contrast mode —
prefers-contrast: highsupport. Muted text and borders become full contrast. - Card-based archive layout — snapshot cards with domain, timestamp, and favicon icon. Matches the desktop app style.
- Domain filter dropdown — filter snapshots by website.
- Favicon scraping — scraper now captures favicons from
<link rel="icon">in the page head and saves them to the domain root. - Builder copies favicons — for existing snapshots, the builder recursively finds and copies favicons to snapshot roots.
- Clean footer — “Powered by webChronicle, a FreshJuice product.”
Added
- CONTRIBUTING.md — contribution guidelines.
- CLA.md — contributor license agreement for external contributions.
- Favicon (32x32) and logo icon (256x256) embedded in the binary.
Removed
- Old SVG logo (box-with-clock design).
- Theme toggle button — follows system preferences only.
data-themeattribute overrides — onlyprefers-color-schememedia query is used.