Refactor configuration management: migrate to per-user storage, update encryption handling, and enhance versioning in CI

This commit is contained in:
SitiWeb
2026-01-23 17:17:25 +01:00
parent 43c5bdac8c
commit 428e3306a0
11 changed files with 570 additions and 279 deletions

7
version.py Normal file
View File

@@ -0,0 +1,7 @@
"""Application version.
This value is used by the Settings update checker.
GitHub Actions overwrites this file for tagged builds.
"""
__version__ = "v1.3.0"