From 5bcec06bbd84b562c6e507fd4f202adb73cf70f8 Mon Sep 17 00:00:00 2001 From: menzelj Date: Tue, 16 Jun 2026 21:24:07 +0000 Subject: [PATCH] 0.36.1: app logo as browser-tab favicon Add frontend/public/favicon.svg (the TopNav LogoMark glyph as a standalone SVG) and link it from index.html so the StackPilot logo shows in browser tabs. Vite copies public/ into dist on build. Co-Authored-By: Claude Opus 4.8 --- backend/version.py | 2 +- frontend/index.html | 1 + frontend/package.json | 2 +- frontend/public/favicon.svg | 12 ++++++++++++ 4 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 frontend/public/favicon.svg diff --git a/backend/version.py b/backend/version.py index aa99936..0cc6368 100644 --- a/backend/version.py +++ b/backend/version.py @@ -1,3 +1,3 @@ """Single source of truth for the StackPilot release version.""" -APP_VERSION = "0.36.0" +APP_VERSION = "0.36.1" diff --git a/frontend/index.html b/frontend/index.html index 3851cd5..28d8aa3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,6 +3,7 @@ + StackPilot diff --git a/frontend/package.json b/frontend/package.json index fbe21f3..58fd912 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "stackpilot-frontend", "private": true, - "version": "0.36.0", + "version": "0.36.1", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..2a99256 --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + +