Skip to content
v0.3.0 · alpha

Changelog

Every shipped change to Cloudzilla, newest first. No roadmap promises here — only what's actually in the binary you can pull today.

v0.3.0
MAY 20, 2026

UI overhaul — flagship pages, insights, and a new design system.

Latest
Added
  • Full UI overhaul — flagship repository, issue, and pull-request pages rebuilt, with PR sub-views, account navigation, and a redesigned milestone view.
  • Repository Insights — commits, contributors, pulse, and a dependency graph.
  • Code browser & project boards redesigned, alongside refreshed tracker, Actions, and review-request views.
  • Profile, organizations, wiki, releases, discussions, and settings pages polished.
  • Publish step to promote draft releases to published.
Improved
  • New design-system foundation — every page ported and the shared component library expanded.
  • Hardened the GitHub Actions CI workflows.
v0.2.0
MAY 12, 2026

First public alpha — the core forge.

alpha
Added
  • Git hosting over smart HTTP + SSH — pure Go via go-git, with no git executable on the box.
  • Code browser — tree, blob, blame, commit history, and syntax-highlighted diffs.
  • Pull requests — fast-forward, three-way, and squash merges, draft PRs, and auto-merge.
  • Code review — inline line comments, one-click suggestions, and CODEOWNERS auto-assign.
  • Issues — labels, assignees, milestones, reactions, pinning, locking, templates, and private issues.
  • Organizations — orgs, collaborators, three-tier permissions, and protected branches.
  • Authentication — Google OAuth, TOTP 2FA, LDAP / SAML SSO, personal access tokens, and deploy keys.
  • Notifications — in-app feed plus SMTP email digests, per-repo watch levels, and an activity feed.
  • Webhooks with HMAC signing, retry / backoff, and redelivery.
  • Full-text search, explore / trending, project boards, wikis, gists, profile READMEs, topics, stars, and forks.
  • Single static binary, shipped as a Docker image; PostgreSQL is the only runtime dependency.
Improved
  • Migrated rendering to templ type-safe components across every page.
  • Standardized on PostgreSQL — removed SQLite, consolidated migrations, and moved stores to sqlx.
Fixed
  • Implemented the full git pack protocol for HTTP and SSH transport.
  • Hardened project-board data isolation and reaction ownership checks.
  • CSRF tokens now included in hand-rolled fetch() calls, plus numerous security-review fixes across phases.

Older internal builds aren't listed. Full history lives on GitHub Releases.