From d38d7588f35b5eaa4081a15589069150d6c62255 Mon Sep 17 00:00:00 2001 From: Daneel Date: Fri, 20 Feb 2026 19:16:32 +0100 Subject: [PATCH] fix: v4.6.0 - cross-day drag: releasePointerCapture + bounding-rect day detection (no elementFromPoint) --- app/config.py | 2 +- app/static/index.html | 2 +- app/static/js/canvas.js | 105 +++++++++++++++++++++++++--------------- 3 files changed, 68 insertions(+), 41 deletions(-) diff --git a/app/config.py b/app/config.py index 271dc15..cb91ac3 100644 --- a/app/config.py +++ b/app/config.py @@ -1,5 +1,5 @@ """Application configuration.""" -VERSION = "4.5.0" +VERSION = "4.6.0" MAX_FILE_SIZE_MB = 10 DEFAULT_COLOR = "#ffffff" diff --git a/app/static/index.html b/app/static/index.html index 46ceb76..2a87fc5 100644 --- a/app/static/index.html +++ b/app/static/index.html @@ -13,7 +13,7 @@

Scénář Creator

- v4.5 + v4.6