Compare commits

...

1 Commits

Author SHA1 Message Date
marvin 1867bdea81 New icon and wordmark brand artwork (v0.11.99) 2026-09-15 16:34:58 -04:00
6 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "site-gateway",
"version": "0.11.98",
"version": "0.11.99",
"private": true,
"description": "Site Gateway: simple self-hosted website publishing, reverse proxying, and automatic HTTPS.",
"type": "module",
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -370,6 +370,6 @@
<input id="replace-files" type="file" accept=".zip,.html,text/html,application/zip" hidden>
<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>
<script src="/app.js?v=0.11.89" defer></script><script src="/features.js?v=0.11.97" defer></script>
<script src="/app.js?v=0.11.89" defer></script><script src="/features.js?v=0.11.99" defer></script>
</body>
</html>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 589 KiB

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 805 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

+1 -1
View File
File diff suppressed because one or more lines are too long