From 5ca16402fcf00cb6d77bfec3d8bce8abd02f7c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Fri, 14 Jan 2022 11:32:13 +0100 Subject: [PATCH] Release v1.6.0 --- CHANGELOG.md | 13 +++++++++++++ module.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79161f6..9279bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/module.json b/module.json index bbcc4b6..8784b1f 100644 --- a/module.json +++ b/module.json @@ -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": [ @@ -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",