mirror of
https://github.com/sbuffkin/hexmaker.git
synced 2026-07-22 14:30:24 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
10475fd21c
commit
852e178113
4 changed files with 6 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue