v1.2.0

Mobile menu fix, reading progress bar, auto-related posts

Fixed

Mobile hamburger menu was non-functional — same astro:page-load timing issue as heart button. Replaced with DOMContentLoaded pattern and added double-init guard

Added

Reading progress bar — thin accent-colored bar at top of viewport shows scroll position through article content

Added

Auto-related posts — when no manual cross-links exist, blog posts now show up to 3 recent posts from the same category to keep readers exploring

Added

First L1 blog post: "OpenAI Won't Give You Your Data" — drives traffic to ChatGPT Exporter product on Gumroad

v1.1.2

Heart button activation fix

Fixed

Heart button was permanently disabled (spinning cursor) because script used astro:page-load event which only fires with View Transitions enabled — replaced with standard DOMContentLoaded

v1.1.1

Heart button fix — cross-browser fill persistence

Fixed

Heart button now stays filled (red) after clicking — SVG fill attribute moved from parent svg element to path element for reliable cross-browser rendering

Changed

JavaScript targets path element directly via class selector instead of parent SVG, eliminating attribute vs. inline style precedence conflicts

v1.1.0

Heart button visibility & changelog launch

Added

Heart/like button now appears at top and bottom of every post, with synchronized state

Added

"Like this" text label on heart button for discoverability

Added

This changelog page — a permanent historical artifact tracking all site changes

Changed

Heart button script now syncs all instances on the same page (clicking top updates bottom and vice versa)

v1.0.0

Initial launch

Added

Astro-based site on Cloudflare Pages with six content categories: Tech & Security, Web Development, Military, Professional Development, Health & Fitness, Family

Added

Series system with cross-linked navigation (SPC, PPOS, PDKS, AAOF, NLWF, SPERA, Redirect Lifeguard)

Added

Giscus comments integration, RSS feed, sitemap, SEO metadata, structured data (JSON-LD), Dublin Core citation tags

Added

OG image generation, reading time estimates, related reading cross-links, Pagefind search

Added

Heart/like button with Cloudflare D1 backend (bottom of posts only)