diff --git a/CHANGELOG.md b/CHANGELOG.md index ece1b84..d67129c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.10.2 +### Bugfixes +- Fixed a bug that could cause squares to be highlighted in the wrong color when using waypoints on a 5/10/5 gird +- When using Token Drag Vision, the temporary vision is now correctly cleaned up when dropping the token (resolves a conflict with the "Perfect Vision" module) + + ## 1.10.1 ### Bugfixes - Fixed a bug that caused keybindings to break if no scene is active diff --git a/module.json b/module.json index 2381619..fd32283 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.10.1", + "version": "1.10.2", "minimumCoreVersion" : "9.238", "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.10.1.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.10.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",