Skip to content

Commit 6be4940

Browse files
committed
v1.4.2: Minimap viewport tracking and click-to-navigate verified
Minimap correctly tracks zoom/scroll with viewport rectangle overlay. Click-to-navigate pans the main canvas. No code changes needed — existing implementation works correctly.
1 parent 386ceb6 commit 6be4940

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Application constants
22

33
APP_NAME = "Merisio"
4-
APP_VERSION = "1.4.1"
4+
APP_VERSION = "1.4.2"
55
FILE_EXTENSION = ".merisio"
66
FILE_FILTER = "Merisio Projects (*.merisio);;All Files (*)"
77
MSD_FILE_EXTENSION = ".msd"

0 commit comments

Comments
 (0)