From 4b5fea07639fa93791016dca6a347037cf7dfa2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Sat, 15 Oct 2022 17:54:15 +0200 Subject: [PATCH] Release v1.13.1 --- CHANGELOG.md | 13 +++++++++++++ module.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9b4f3..a78a25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.13.1 +### Bugfixes +- Fixed a bug that caused large hex tokens to not snap correctly +- Fixed a bug that prevented Drag Ruler from working on hex grids at all if the Hex Size Support module is enabled +- Fixed a bug that prevented Enhanced Terrain Layer from determining dragged moving token +- Fixed several deprecation warnings + +### Translations +- Updated the english text for several UI items +- Updated the german translation +- Updated the french translation (thanks rectulo!) + + ## 1.13.0 ### Breaking changes - Drag Ruler's pathfinder has been extracted into a dedicated library module. If you'd like to continue to use Drag Ruler's pathfinding feature, please install [routinglib](https://foundryvtt.com/packages/routinglib) alongside Drag Ruler. diff --git a/module.json b/module.json index be5f2df..a1c3b5d 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "id": "drag-ruler", "title": "Drag Ruler", "description": "When dragging a token displays a ruler showing how far you've moved that token.", - "version": "1.13.0", + "version": "1.13.1", "compatibility": { "minimum": "10", "verified": "10" @@ -70,7 +70,7 @@ }, "socket": true, "url": "https://github.com/manuelVo/foundryvtt-drag-ruler", - "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.13.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.13.1.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",