Everything we ship, in order.
Subscribe via your favourite RSS reader on /changelog/feed.xml (coming soon), or follow the blog for deeper write-ups.
v0.0.5
- addedPolish/English internationalisation. Default locale is Polish (.pl domain), English available under /en. Locale switcher in the header.
- addedPricing page rebuilt around Cookiebot price comparison — Free / Lite / Pro / Business tiers, all 50% cheaper. Comparison table renders below.
- addedFive native Polish blog articles (not translations of the English ones) covering GCMv2, RODO checklist, Cookiebot comparison, GTM setup, e-commerce consent.
v0.0.4
- addedServer-side consent records with append-only hash chain. Export as CSV or NDJSON.
- addedCompliance health score per domain — 0–100 across 7 checks. Visible on the domains list and on every domain page.
- addedBanner template library — 7 starting presets (Minimal Light, Bold Blue, Friendly Green, Strict EU, Dark Modern, E-commerce Conversion, Publisher).
- addedPer-domain settings page — bump consent version, retention days, advanced GCMv2 toggle, and danger-zone delete.
- improvedBanner editor: live preview iframe debounced to 280 ms after every change; configurable logo + 5 animations.
v0.0.3
- improvedMarketing site and dashboard merged into a single Next.js app — fewer moving parts, no cross-app login confusion.
- addedFive-article SEO blog (Google Consent Mode v2, GDPR banner checklist, Cookiebot comparison, GTM install, e-commerce consent in 2026).
- addedLive demo route showing the production banner on a real page.
v0.0.2
- addedCookie scanner — headless Chromium crawl up to 20 pages, 150-cookie taxonomy, regex pattern rules.
- addedStripe billing — checkout, customer portal, webhook handler, 30-day trial baked into subscription_data.
- addedBetter Auth (email + password). Google OAuth ready when GOOGLE_CLIENT_ID is set.
- addedPlaywright E2E smoke tests for the banner; 23 unit tests across script + scanner.
v0.0.1
- addedInitial release: drop-in vanilla-TS script with native Google Consent Mode v2, Shadow-DOM banner, multilingual copy.
- addedCustomer dashboard scaffold with domain wizard, snippet generator, banner config form.
- improvedHard size budget on the script bundle: 12 KB gzip. We're currently sitting at 6.7 KB.