Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelVo committed Jul 30, 2021
1 parent dd1c4e5 commit 8c1e50c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.4.0
### API changes
- Measurement options are now passed to the cost function to allow for finer grained control over enhanced terrain layer's behavior (thanks to Michael Clavell!)


## 1.3.2
### Compatibility
- Terrain Ruler is now compatible with 0.8.8
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "terrain-ruler",
"title": "Terrain Ruler",
"description": "Adds a ruler tool that allows you to measure distances taking difficult terrain (provided by the terrain layer module) into account.",
"version": "1.3.2",
"version": "1.4.0",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.8",
"authors": [
Expand Down Expand Up @@ -34,7 +34,7 @@
}
],
"url": "https://github.com/manuelVo/foundryvtt-terrain-ruler",
"download": "https://github.com/manuelVo/foundryvtt-terrain-ruler/archive/v1.3.2.zip",
"download": "https://github.com/manuelVo/foundryvtt-terrain-ruler/archive/v1.4.0.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-terrain-ruler/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-terrain-ruler/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-terrain-ruler/blob/master/CHANGELOG.md",
Expand Down

0 comments on commit 8c1e50c

Please sign in to comment.