Update README/ROADMAP for v0.11.112 and current feature set

This commit is contained in:
marvin
2026-09-16 15:11:47 -04:00
parent e26c1a3dec
commit 7109967f67
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
<title>Site Gateway</title>
<meta name="description" content="Host sites, proxy services, and manage HTTPS from one simple dashboard.">
<link rel="icon" type="image/png" href="/site-gateway-icon-approved.png">
<link rel="stylesheet" href="/styles.css?v=0.11.108">
<link rel="stylesheet" href="/styles.css?v=0.11.113">
</head>
<!-- ================================================================
@@ -430,6 +430,6 @@
<div id="toast" class="toast" role="status"></div>
<div id="update-banner" class="update-banner hidden" role="status"><span>A new version of Site Gateway is available.</span><div class="update-banner-actions"><button id="update-banner-refresh" class="button primary">Refresh</button><button id="update-banner-dismiss" class="text-button">Dismiss</button></div></div>
<!-- App scripts: core (app.js) then extended views/admin (features.js) -->
<script src="/app.js?v=0.11.112" defer></script><script src="/features.js?v=0.11.112" defer></script>
<script src="/app.js?v=0.11.113" defer></script><script src="/features.js?v=0.11.113" defer></script>
</body>
</html>