Skip to content

SpawnWP 0.5.16

Choose a tag to compare

@tts-empire tts-empire released this 11 Jul 09:12
· 33 commits to main since this release

description: SpawnWP 0.5.16 release notes — group your sites on the Manage dashboard with a free-text label.

SpawnWP 0.5.16

Sites can now be grouped on the Manage dashboard — useful once you run more than a handful.

Group your sites

Give a site a group — any label you like: a client, a project, a batch (Client A,
acme-2026, Experiments).

  • Set it when you create a site: the Deploy form has an optional Group field, so a site is
    born in the right group.
  • Or change it any time: each site on Manage has a 🏷 Group button. Type a new label, or
    clear it to remove the site from its group.
  • The field suggests the labels you already use, so you don't end up with Client A and
    client a.

Grouped view

The Manage toolbar has a grouping selector:

  • No grouping — the flat list, exactly as before (the default).
  • Group by label — sites are bucketed under their group heading, showing how many sites each
    holds. Groups are sorted A→Z, with Ungrouped last.

Each group heading is collapsible (click it, or use Enter/Space), and stays collapsed across
reloads — so a long list of sites can be folded down to a few headings. The search box keeps
working across groups, and it matches group labels too; a group whose sites are all filtered out
disappears from view.

Notes

  • The group is stored per site (in the site's own .env) and is purely cosmetic: nothing in the
    stack reads it except the cockpit. Existing sites start ungrouped, and nothing changes until you
    label them.
  • Labels accept letters, digits, spaces, dots, hyphens and underscores (max 32 characters).