mirror of
https://github.com/Matysh/houseplan-card
synced 2026-08-01 00:48:29 +00:00
v1.54.1: the v1.54.0 audit findings, sealed
Version 1.54.0 -> 1.54.1 in package.json, package-lock.json, manifest.json, const.py and CARD_VERSION; rebuilt bundle in all three tracked copies (dist/, demo/srv/assets/, custom_components/houseplan/frontend/). Changelog entries (EN+RU) — one line per finding, HP-1540-01..06 — and docs/STATUS.md bumped. Suites on this exact tree: 161 frontend unit, 74 pure-backend, 74 browser smokes — all green.
This commit is contained in:
@@ -45,7 +45,7 @@ PLAN_ORPHAN_TTL_S = 3600
|
||||
SCHEDULED_GRACE_S = 30 * 24 * 3600
|
||||
FILES_DIR = "houseplan/files"
|
||||
CONF_ADMIN_ONLY = "admin_only"
|
||||
VERSION = "1.54.0"
|
||||
VERSION = "1.54.1"
|
||||
|
||||
DEFAULT_CONFIG: dict = {
|
||||
"spaces": [],
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -16,5 +16,5 @@
|
||||
"issue_tracker": "https://github.com/Matysh/houseplan-card/issues",
|
||||
"requirements": [],
|
||||
"single_config_entry": true,
|
||||
"version": "1.54.0"
|
||||
"version": "1.54.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user