From f7f2987f86251862fb0db00902b959f4774593db Mon Sep 17 00:00:00 2001 From: Daneel Date: Fri, 20 Feb 2026 18:38:34 +0100 Subject: [PATCH] feat: v4.4.0 - export filename: -.{json,pdf} --- app/config.py | 2 +- app/static/index.html | 2 +- app/static/js/app.js | 22 +++++++++++++++++++++- app/static/js/export.js | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/app/config.py b/app/config.py index 3411edb..a8413ab 100644 --- a/app/config.py +++ b/app/config.py @@ -1,5 +1,5 @@ """Application configuration.""" -VERSION = "4.3.0" +VERSION = "4.4.0" MAX_FILE_SIZE_MB = 10 DEFAULT_COLOR = "#ffffff" diff --git a/app/static/index.html b/app/static/index.html index 207634d..74b2676 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -13,7 +13,7 @@

Scénář Creator

- v4.3 + v4.4