From 4cb433c85301d88d0f296e290d451aca36a1d08a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Thu, 27 Jan 2022 11:32:40 +0100 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 5 +++++ module.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c1fd3..499b7e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.1.1 +### Bugfixes +- The Rangefinder hotkey will no longer block key combinations that include the configured rangefinder key + + ## 1.1.0 ### Keybindings **BREAKING** diff --git a/module.json b/module.json index 3bd275c..1fce6eb 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "rangefinder", "title": "Rangefinder", "description": "Quckly find out how far something is away form you. Pressing Alt Gr (this key can be changed) will show a ruler between your token and the area you're hovering.", - "version": "1.1.0", + "version": "1.1.1", "minimumCoreVersion" : "9.238", "compatibleCoreVersion" : "9", "authors": [ @@ -24,7 +24,7 @@ } ], "url": "https://github.com/manuelVo/foundryvtt-rangefinder", - "download": "https://github.com/manuelVo/foundryvtt-rangefinder/archive/v1.1.0.zip", + "download": "https://github.com/manuelVo/foundryvtt-rangefinder/archive/v1.1.1.zip", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-rangefinder/master/module.json", "readme": "https://github.com/manuelVo/foundryvtt-rangefinder/blob/master/README.md", "changelog": "https://github.com/manuelVo/foundryvtt-rangefinder/blob/master/CHANGELOG.md",