From 9d5dccb50403062592e1f5cc0706f9b977c483d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Tue, 1 Feb 2022 11:35:46 +0100 Subject: [PATCH] Release v1.11.2 --- CHANGELOG.md | 11 +++++++++++ module.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfb1d2..f4a3172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.11.2 +### Bugfixes +- Fixed a memory leak that could cause the rule to slow down after using the pathfinding functionality for a while + +### Misc +- GMs are now always allowed to use the pathfinding tool. The setting now only prevents players from using it. + +### Compatibility +- Drag Ruler's generic speed provider is now aware of good defaults for Dungeonslayers 4 + + ## 1.11.1 ### Bugfixes - Fixed a bug that would cause the pathfinding algorithm to make tokens of size 2 and 4 to take an unnecessary step diff --git a/module.json b/module.json index 1f33ae9..fa03a5f 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "drag-ruler", "title": "Drag Ruler", "description": "When dragging a token displays a ruler showing how far you've moved that token.", - "version": "1.11.1", + "version": "1.11.2", "minimumCoreVersion" : "9.245", "compatibleCoreVersion" : "9", "authors": [ @@ -65,7 +65,7 @@ ], "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.11.1.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.11.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",