From 8d67ca01c3370dba15c404b20a68b860f0155367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sun, 28 Jul 2024 23:26:33 +0200 Subject: [PATCH] Release v1.14.2 --- CHANGELOG.md | 6 ++++++ module.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f19b732..09e7e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.14.2 +### Bug fixes +- Fixed a bug where tokens would snap to inconsistent distances on gridless scenes +- Fixed a bug that caused the highlighted path on hex grids to be incorrect + + ## 1.14.1 ### Bug fixes - The functionality Drag Ruler on gridless has been restored diff --git a/module.json b/module.json index d8a367a..38422a9 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "drag-ruler", "title": "Drag Ruler", "description": "When dragging a token displays a ruler showing how far you've moved that token.", - "version": "1.14.1", + "version": "1.14.2", "compatibility": { "minimum": "12", "verified": "12", @@ -81,7 +81,7 @@ }, "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.14.1.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.14.2.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md",