From 852e17811345c94b06fe7e8e4ef03e0b0e2f2ad2 Mon Sep 17 00:00:00 2001 From: "isaprettycoolguy@protonmail.com" <6576516+nyxsys@users.noreply.github.com> Date: Sun, 21 Jun 2026 13:00:57 -0400 Subject: [PATCH] chore: bump to 1.4.4 Highlights since 1.4.3: - feat: delta-aware + rAF-batched wheel zoom (no inertia tail) - feat: coord labels render above paths/icons in their own z:10 layer - feat: coord label size / font / color settings (defaults to white) - fix: hex cell spacing slider shows current value + refreshes live Co-Authored-By: Claude Opus 4.7 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 4dffc47..c7e6d6c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "hexmaker", "name": "Hexmap World Creator", - "version": "1.4.3", + "version": "1.4.4", "minAppVersion": "1.12.0", "description": "Create a hex map and a guidebook level wiki for your setting with minimal fuss. Hex crawl worldbuilding toolbox. System agnostic, ready for any TRPG you care to run in it.", "author": "morkdev", diff --git a/package-lock.json b/package-lock.json index acd3a96..479ae5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hexmaker-plugin", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hexmaker-plugin", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "minisearch": "^7.2.0" diff --git a/package.json b/package.json index 697f784..c28bb36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexmaker-plugin", - "version": "1.4.3", + "version": "1.4.4", "description": "A plugin to power hex crawl worldbuilding and running.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 53cdce4..7f14c59 100644 --- a/versions.json +++ b/versions.json @@ -44,5 +44,6 @@ "1.4.0": "1.12.0", "1.4.1": "1.12.0", "1.4.2": "1.12.0", - "1.4.3": "1.12.0" + "1.4.3": "1.12.0", + "1.4.4": "1.12.0" } \ No newline at end of file