diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a3172..f7c970d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 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) +- Fixed a bug that would show the measurements of other players as if they were using the pathfinder, even if they were not using it. + + ## 1.11.2 ### Bugfixes - Fixed a memory leak that could cause the rule to slow down after using the pathfinding functionality for a while diff --git a/module.json b/module.json index fa03a5f..40db651 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.2", + "version": "1.11.3", "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.2.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.11.3.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",