Files
LLeMbas/src/lembas/__init__.py
T
Jaroslav Beneš 7ff4c2c0aa 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>
2026-08-05 21:35:04 +02:00

4 lines
105 B
Python

"""LLeMbas - a Middle-earth themed web UI for OpenAI-compatible LLM endpoints."""
__version__ = "0.8.0"