File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.12.3
2
+ ### Bugfixes
3
+ - Fixed a bug that could cause foundry to freeze indefinitely when trying to pathfind to an unreachalbe location (thanks to JDCalvert)
4
+ - Fixed a bug that caused the pathfinder to route through one-directional walls from the wrong direction (thanks to JDCalvert)
5
+ - Fixed a bug that could cause Drag Ruler to write errors into the JS console during regular usage
6
+
7
+ ### Compatibility
8
+ - Drag Ruler's generic speed provider is now aware of good defaults for DnD 4th Edition
9
+ - Drag Ruler's pathfinder should now be compatible with the Wall Height and Levels modules (thanks to JDCalvert)
10
+
11
+
1
12
## 1.12.2
2
13
### Bugfixes
3
14
- Fixed a bug where the pathfinder on gridless scenes sometimes wasn't able to find a way around corners with specific angles
Original file line number Diff line number Diff line change 2
2
"name" : " drag-ruler" ,
3
3
"title" : " Drag Ruler" ,
4
4
"description" : " When dragging a token displays a ruler showing how far you've moved that token." ,
5
- "version" : " 1.12.2 " ,
5
+ "version" : " 1.12.3 " ,
6
6
"minimumCoreVersion" : " 9.245" ,
7
7
"compatibleCoreVersion" : " 9" ,
8
8
"authors" : [
65
65
],
66
66
"socket" : true ,
67
67
"url" : " https://github.com/manuelVo/foundryvtt-drag-ruler" ,
68
- "download" : " https://github.com/manuelVo/foundryvtt-drag-ruler/releases/download/v1.12.2 /drag-ruler-1.12.2 .zip" ,
68
+ "download" : " https://github.com/manuelVo/foundryvtt-drag-ruler/releases/download/v1.12.3 /drag-ruler-1.12.3 .zip" ,
69
69
"manifest" : " https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json" ,
70
70
"readme" : " https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/README.md" ,
71
71
"changelog" : " https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " gridless-pathfinding"
3
- version = " 1.12.2 "
3
+ version = " 1.12.3 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments