From 43ba59b3025c17b09ad7b05d8ed87d9c66483042 Mon Sep 17 00:00:00 2001 From: marvin Date: Wed, 16 Sep 2026 18:31:26 -0400 Subject: [PATCH] Move to semver going forward; tokenize border-radius and font-size literals (v0.12.0) --- README.md | 2 +- ROADMAP.md | 2 +- package.json | 2 +- src/public/index.html | 2 +- src/public/styles.css | 88 +++++++++++++++++++++---------------------- 5 files changed, 48 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index b766d88..84b5c31 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Docker Architectures Caddy - Version + Version

Why Site Gateway · diff --git a/ROADMAP.md b/ROADMAP.md index 3ab84ad..2fc1d6c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -2,7 +2,7 @@ ## Current release status -`v0.11.118` is a stable, day-to-day release. The product has moved well past the original alpha creation flow described in earlier versions of this document — Hosted Sites, Proxy Hosts, Redirect Hosts, and Streaming Hosts are all implemented, along with authentication, access control, certificates, backups, and full dashboard reporting. This document reflects what's actually shipped and what's genuinely still ahead. +`v0.12.0` marks a shift from the earlier per-fix `0.11.x` patch numbering to ordinary semantic versioning going forward — a minor bump for a real batch of changes, a patch bump for a targeted fix, rather than incrementing the same trailing number for every single change regardless of size. The product itself has moved well past the original alpha creation flow described in earlier versions of this document — Hosted Sites, Proxy Hosts, Redirect Hosts, and Streaming Hosts are all implemented, along with authentication, access control, certificates, backups, and full dashboard reporting. This document reflects what's actually shipped and what's genuinely still ahead. ## Product direction diff --git a/package.json b/package.json index 07976bb..2e1d9c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "site-gateway", - "version": "0.11.120", + "version": "0.12.0", "private": true, "description": "Site Gateway: simple self-hosted website publishing, reverse proxying, and automatic HTTPS.", "type": "module", diff --git a/src/public/index.html b/src/public/index.html index 5ed0679..1f7581e 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -7,7 +7,7 @@ Site Gateway - +