From 74236fdbb0baaf49cb907c5255bb6815b02490b1 Mon Sep 17 00:00:00 2001 From: core Date: Mon, 1 Jun 2026 22:53:17 +0500 Subject: [PATCH] ui: drop version from footer; add live autostart toggle (default: wait for Play) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The footer no longer shows the app version (sidebar version stays). A new per-browser preference liveAutostart controls live view startup: a toggle in Settings → Плеер. Default off — live opens paused and waits for Play; on — cameras start immediately on entering live view. Live.init seeds this.playing from the pref. Co-Authored-By: Claude Opus 4.8 (1M context) --- VERSION | 2 +- frontend/settings.html | 8 ++++++++ frontend/static/app.js | 20 ++++++++++++++++---- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index c3fe93e..cc5ed63 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.146 +0.0.147 diff --git a/frontend/settings.html b/frontend/settings.html index cf15d24..4a68f6a 100644 --- a/frontend/settings.html +++ b/frontend/settings.html @@ -142,6 +142,14 @@