v1.23.5
Immutable
release. Only release title and notes can be modified.
Fixed
elesync.commandsmissing from pip/wheel.pyproject.tomllisted
onlypackages = ["elesync"], so theelesync.commandssubpackage
(backup/restore/export) was never installed. Everyelecommand
crashed withModuleNotFoundError: No module named 'elesync.commands'.
Now explicitly lists["elesync", "elesync.commands"].- PyInstaller hidden imports. Added
elesync.commandsand
elesync.commands.backupto the spec's hidden imports list so the
frozenele.execan find them too. - PWA manifest not in wheel. Added
static/*.jsonandstatic/*.svg
to package-data somanifest.jsonships in the pip package.