From 36a14cd02f2331211619fa5abbc87527d12b5eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Mon, 3 Jan 2022 00:20:11 +0100 Subject: [PATCH] Release v1.5.1 --- CHANGELOG.md | 8 ++++++++ module.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b6aa8..79161f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.5.1 +### Compatibility +- Terrain Ruler is now compatible with Foundry v9 + +### Translation +- Added french translation (thanks to Elfenduil) + + ## 1.5.0 ### API changes - There is now an API endpoint for pinpointing the pixel coordinates of given distances along a measured path diff --git a/module.json b/module.json index 82f93f4..57bfadd 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.0", + "version": "1.5.1", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "authors": [ @@ -39,7 +39,7 @@ } ], "url": "https://github.com/manuelVo/foundryvtt-terrain-ruler", - "download": "https://github.com/manuelVo/foundryvtt-terrain-ruler/archive/v1.5.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-terrain-ruler/archive/v1.5.1.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",