Bump the version, because the service worker is keyed on it

app.js gained the backward scroll anchor and two stylesheets gained rules the
new pages need. The worker caches static assets under a name derived from
/sw.js?v=<app version>, so without this a returning browser keeps serving the
old ones -- and the failure is the quiet kind: the schedule form renders with
every fieldset showing at once, and scrolling up through Messages drags the
reader off the page, on precisely the browsers that have been here before.

0.8.0 rather than a patch: three sections, two tables and a permission that did
not exist.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jaroslav Beneš
2026-08-05 21:35:04 +02:00
parent 2f09d8363d
commit a195e1b3ed
+1 -1
View File
@@ -1,3 +1,3 @@
"""LLeMbas - a Middle-earth themed web UI for OpenAI-compatible LLM endpoints.""" """LLeMbas - a Middle-earth themed web UI for OpenAI-compatible LLM endpoints."""
__version__ = "0.7.2" __version__ = "0.8.0"