Skip to content

Commit 6027735

Browse files
committed
Release v1.13.0
1 parent 84bce39 commit 6027735

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.13.0
2+
### Breaking changes
3+
- Drag Ruler's pathfinder has been extracted into a dedicated library module. If you'd like to continue to use Drag Ruler's pathfinding feature, please install [routinglib](https://foundryvtt.com/packages/routinglib) alongside Drag Ruler.
4+
- Drag Ruler's API no longer supports the function `getCostForStep`. Instead, module authors are asked to use [Enhanced Terrain Layer's game system integration API](https://github.com/ironmonk88/enhanced-terrain-layer/blob/main/README.md#integrating-game-system-rules) to introduce game system specific terrain rules.
5+
6+
### New features
7+
- Drag Ruler's pathfinding will now be running as a background task. This means that Foundry will no longer freeze while Drag Ruler is calculating a path.
8+
- Drag Ruler's pathfinding will now take difficult terrain into account on griddes scenes
9+
10+
### Bug fixes
11+
- Fixed a bug that would cause gridless snapping to snap slightly below the allowed range
12+
13+
### Compatibility
14+
- Drag Ruler is now compatible with Foundry VTT v10
15+
- Drag Ruler's compatibility with the Wall Height module is restored
16+
17+
118
## 1.12.8
219
### Bugfixes
320
- Fixed a bug that could cause grid cells to be highlighted in the wrong color

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "drag-ruler",
33
"title": "Drag Ruler",
44
"description": "When dragging a token displays a ruler showing how far you've moved that token.",
5-
"version": "1.12.8",
5+
"version": "1.13.0",
66
"compatibility": {
77
"minimum": "10",
88
"verified": "10"
@@ -70,7 +70,7 @@
7070
},
7171
"socket": true,
7272
"url": "https://github.com/manuelVo/foundryvtt-drag-ruler",
73-
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/releases/download/v1.12.8/drag-ruler-1.12.8.zip",
73+
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.13.0.zip",
7474
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json",
7575
"readme": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/README.md",
7676
"changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md",

0 commit comments

Comments
 (0)