feat v1.23.2: raise the manual-upload limit to 50 MB

MAX_FILE_BYTES 25→50 MB (still enforced while the multipart body streams in);
frontend fallback in the error toast updated; TESTING.md row updated.
This commit is contained in:
Matysh
2026-07-21 08:02:53 +03:00
parent 70d3453f78
commit 1fa6c6cdee
11 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ PLANS_DIR = "houseplan/plans" # relative to the HA configuration directory
FILES_URL = "/houseplan_files/files"
FILES_DIR = "houseplan/files"
CONF_ADMIN_ONLY = "admin_only"
VERSION = "1.23.1"
VERSION = "1.23.2"
DEFAULT_CONFIG: dict = {
"spaces": [],