From 6651330bea1927d7ef6c77a085170fe1bb340f1c Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Wed, 2 Oct 2024 23:00:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20docs|Changelog|Add=20notes?= =?UTF-8?q?=20for=20v0.10.12.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6138a7e..33a214a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# 0.10.12 +Fixes for calculating movement penalty in drawings. +Avoid displaying the default ruler label in some situations when using the custom label. Closes issue #212. +Fix for PF2e speed not displaying correctly. Closes issue #211. +Fix for user seeing the GM ruler when moving hidden tokens. Closes issue #207. + # 0.10.11 When snapping pathfinding to grid, avoid two waypoints within the same space when snapping is possible. Fix for ray undefined in cost measurement.