What's new

Changelog

What shipped, when. Internal refactors live in the commit log; this page is for changes that affect you.

Current version v0.5.0

  1. 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.
  2. 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.
  3. 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.
  4. 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.