From 0e9215e8bbf4b7881def7f059ced33ed0d744a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 8 Jul 2021 21:58:01 +0200 Subject: [PATCH] Release v1.7.6 --- CHANGELOG.md | 9 +++++++++ module.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a3a07..e846e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.7.6 +### Translation +- Added Korean translation (thanks to KLO#1490) +- Added Spanish translation (thanks to Viriato139ac#342) + +### Compatibility +- Drag Ruler's Generic Speed Provider is now awar of good default values for the "Call of Cthulhu 7th edition (Unofficial)" game system +- Drag Ruler is now compatible with Foundry 0.8.8 + ## 1.7.5 ### Bugfixes - Decimal speeds (as often used in metric game systems) are no longer being rounded down (thanks to DarKDinDoN for diagnosing this bug) diff --git a/module.json b/module.json index ca5b803..e7dd9a8 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "drag-ruler", "title": "Drag Ruler", "description": "When dragging a token displays a ruler showing how far you've moved that token.", - "version": "1.7.5", + "version": "1.7.6", "minimumCoreVersion" : "0.8.5", "compatibleCoreVersion" : "0.8.8", "authors": [ @@ -59,7 +59,7 @@ ], "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.7.5.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.7.6.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-drag-ruler/blob/master/CHANGELOG.md",