v1.23.6
Immutable
release. Only release title and notes can be modified.
Fixed
- Web dashboard ignored config.json vault path.
web.serve()used
default_vault_dir()which only checks$ELESYNC_DIRand falls back to
~/EleSyncVault— it never readconfig.json. So if you pickedD:\Vault
during onboarding orele vault set, the dashboard still used
~/EleSyncVault. Nowserve()reads config.json when no explicit vault
is given, matching the CLI's_resolve_vault()behaviour. - PWA manifest not in pip wheel.
static/manifest.jsonwas missing
from the wheel becausepackage-dataonly listed*.css,*.js,
*.png. Added*.jsonand*.svgso the manifest ships and the web
app is installable.