From 22112ddfd51d8421bfca13039267be483cc18cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Wed, 9 Feb 2022 10:58:02 +0100 Subject: [PATCH] Release v1.11.4 --- CHANGELOG.md | 11 +++++++++++ module.json | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c970d..add1184 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.11.4 +### Bugfixes +- When changing the measurement mode via a keybinding (toggle snaping or toggle pathfinding) the updated ruler will now be sent to other players immediately +- Fixed a bug that incorrectly showed a ruler to be snapped to other players despite the ruler not being snapped +- Fixed a bug that could cause a token to move to an incorrect location if the token was being dragged and dropped very rapidly +- Drag Ruler's token movement animations can now be properly waited for (this improves the interaction with modules like sequencer) + +### Translation +- Updated Spanish translation (thanks to Viriato139ac#342) + + ## 1.11.3 ### Bugfixes - The setting to automatically start pathfinding is now visible to players again (this was a regression introduced in 1.11.2) diff --git a/module.json b/module.json index 40db651..be3d4d0 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.3", + "version": "1.11.4", "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.3.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.11.4.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",