Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelVo committed Jan 14, 2022
1 parent 19c238f commit 5ca1640
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.6.0
### New features
- When measuring with difficult terrain, the terrain layer will now be shown (if the "Show on Drag" setting is enabled in Enhanced Terrain Layer)
- There is now a setting that allows to configure the default state of the terrain ruler toggle after joining a game (possible options: on, off, remember last)
- The Terrain Ruler toggle can now be bound to a key

### Game Systems
- Terrain Ruler now supports the measuring style of "Legend of the Five Rings 5e"

### Compatibility
- Drag Ruler now utilizes libwrapper


## 1.5.1
### Compatibility
- Terrain Ruler is now compatible with Foundry v9
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.5.1",
"version": "1.6.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"authors": [
Expand Down Expand Up @@ -40,7 +40,7 @@
}
],
"url": "https://github.com/manuelVo/foundryvtt-terrain-ruler",
"download": "https://github.com/manuelVo/foundryvtt-terrain-ruler/archive/v1.5.1.zip",
"download": "https://github.com/manuelVo/foundryvtt-terrain-ruler/archive/v1.6.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 5ca1640

Please sign in to comment.