Release v1.14.2
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.14.2
|
||||
### Bug fixes
|
||||
- Fixed a bug where tokens would snap to inconsistent distances on gridless scenes
|
||||
- Fixed a bug that caused the highlighted path on hex grids to be incorrect
|
||||
|
||||
|
||||
## 1.14.1
|
||||
### Bug fixes
|
||||
- The functionality Drag Ruler on gridless has been restored
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
"id": "drag-ruler",
|
||||
"title": "Drag Ruler",
|
||||
"description": "When dragging a token displays a ruler showing how far you've moved that token.",
|
||||
"version": "1.14.1",
|
||||
"version": "1.14.2",
|
||||
"compatibility": {
|
||||
"minimum": "12",
|
||||
"verified": "12",
|
||||
@@ -81,7 +81,7 @@
|
||||
},
|
||||
"socket": true,
|
||||
"url": "https://github.com/manuelVo/foundryvtt-drag-ruler",
|
||||
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.14.1.zip",
|
||||
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.14.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",
|
||||
|
||||
Reference in New Issue
Block a user