Changelog
What shipped, when. Internal refactors live in the commit log; this page is for changes that affect you.
Current version v0.5.0
-
Versioned changelog & sharper SEO
- Every release now carries a semantic version (this is v0.5.0), so you can see at a glance how far IceFold has moved between visits.
- Each release is published as Schema.org structured data (SoftwareApplication + breadcrumbs) with full Open Graph / Twitter cards, so updates surface cleanly in search results and link previews.
-
Public changelog & roadmap + link previews
- /changelog and /roadmap routes are now live so visitors can see what shipped and what is next without watching a private repo.
- Public OG image generator for link previews on Twitter / LinkedIn / Reddit.
-
Backend module refactor
- Each business domain (auth, billing, market, messaging, session, space, studios, ai_assist, admin) is now a bounded context under modules/<name>/ with its own api / service / repository / model / schema.
- Cross-module imports go through service-layer facades only — a discipline that keeps the dependency graph reviewable as the team grows.
-
Onboarding survey + landing polish
- Registration form now captures acquisition_source ("how did you hear about us?") so the Admin ▸ Sources panel can break signups down by channel.
- Landing page Schema.org markup (SoftwareApplication + FAQPage) for richer search snippets.
