Release Notes

Changelog

PulseForge release notes focus on user-visible changes, operational reliability, and infrastructure hardening. We use this page to document what shipped, why it mattered, and how each release moved the platform forward.

v4.0.0 April 21, 2026

Production-ready release with comprehensive SEO overhaul, premium UI upgrade, dynamic sitemap/robots, redesigned logo, enhanced structured data, and 4-column footer.

SEO

Replaced static sitemap.xml and robots.txt with dynamic Next.js MetadataRoute generators that stay in sync with actual routes automatically.

UI

Upgraded landing page with sticky glassmorphic header, premium gradient brand name, 4-column footer, enhanced CTA buttons, and fixed all text-on-gradient contrast bugs.

Structured Data

Added FAQ schema, BreadcrumbList, SearchAction, AggregateRating, and expanded SoftwareApplication schema for richer Google results.

Logo

Redesigned logo-mark, icon, and apple-icon SVGs with premium gradient backgrounds, glowing pulse line, and status indicator dot.

Fixes

Fixed text-on-gradient contrast issues (slate-900 on indigo/cyan was invisible), improved PWA manifest with categories and dark theme colors.

v3.5.0 April 20, 2026

Frontend deployment migration release focused on Vercel readiness and Git-backed production rollout hygiene.

Frontend

Removed Cloudflare Pages export-only assumptions so the Next.js frontend can deploy cleanly on Vercel.

Security

Moved production security headers into Next.js config so Vercel deployments keep the expected browser protections.

Ops

Added Git-friendly deployment guidance for a Vercel frontend and Cloudflare Workers backend release flow.

v3.4.0 April 11, 2026

Stability and trust release focused on auth recovery, worker token verification, SEO, and public-content hardening.

Security

Replaced fragile custom Firebase token verification with jose-based worker verification.

Auth

Fixed dashboard auth bootstrap race that previously caused login bounce and repeated 401 loops.

Monitoring

Improved endpoint manual-test handling with explicit timeout responses and clearer user-facing error copy.

SEO

Moved robots and sitemap generation into dynamic metadata routes so public pages stay crawl-friendly and current.

Content

Expanded marketing, documentation, roadmap, changelog, and legal surfaces for a stronger production release footprint.

v3.3.0 April 10, 2026

Production auth and billing recovery release.

Auth

Forced fresh Firebase token sync during login, dashboard bootstrap, and 401 retry paths.

Billing

Stabilized billing sync and reduced duplicated subscription polling across dashboard surfaces.

Runtime

Aligned worker runtime vars for frontend origin, Firebase project, and billing configuration.

v3.2.0 April 9, 2026

Worker query hardening and dashboard reliability improvements.

Database

Added safer fallback query paths for endpoints, logs, analytics, and status page reads.

UX

Reduced stale local-session loops and protected dashboard pages from premature fetches.

Ops

Strengthened deploy-time configuration expectations for the frontend host and Cloudflare Workers runtime.