From 10346a7dbc7db68f5a64bbc5735692fb97b31d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 11 Feb 2021 09:11:27 +0100 Subject: [PATCH] Release v1.2.1 --- CHANGELOG.md | 8 ++++---- module.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef8c18..f6bf031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## In development +## 1.2.1 ### Compatiblity - Drag Ruler is now compatible with Hex Token Size Support. For compatibility Hex Token Size Support Version 0.5.4 or higher is required. Thanks to Ourobor for helping making this possible. @@ -13,7 +13,7 @@ - Disabling snap to grid with shift now works as expected - Fixed a bug where the ruler would sometimes jump to a different target location when deleting a waypoint -## v1.1.1 +## 1.1.1 ### Bugfixes - Fixed a bug where tokens wouldn't be moved to the corect end position on gridless maps - Ruler now appears immediately when the token is being dragged @@ -21,7 +21,7 @@ - This change has no impact on the distance that is being measured - In addition to the cosmetical aspect this also fixes a bug that allowed players to glitch through walls -## v1.1.0 +## 1.1.0 ### New features - The drag ruler will now be colored for other players than the dragging player as well (only if they have at least observer permissions for that token) - The drag ruler won't be shown to other players if they cannot see the dragged token @@ -29,7 +29,7 @@ ### Bugfixes - Fixed a bug where Drag Ruler wouldn't work at all on some windows installations (specificially where the `foundry.js` has `CRLF` line endings) -## v1.0.1 +## 1.0.1 ### Bugfixes - The GM can now move tokens through walls - It is now possible to move multiple tokens with Drag Ruler enabled diff --git a/module.json b/module.json index 365fa8a..0c4090e 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.2.0", + "version": "1.2.1", "minimumCoreVersion" : "0.7.9", "compatibleCoreVersion" : "0.7.9", "authors": [ @@ -23,7 +23,7 @@ } ], "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.2.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.2.1.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",