From 93a9ba5968720f46e28a5179f1a37a57623e4149 Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Tue, 17 Sep 2024 08:51:48 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20docs|Changelog|Add=20notes?= =?UTF-8?q?=20re=200.10.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 107c5b3..b75e817 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# 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. +Add invisibility to the default ignored statuses for pathfinding. Closes #202. +Don't show movement penalty in the ruler labels if token has certain statuses, like hidden. Closes #200. +Faster measurement of movement penalty through regions in conjunction with improvements added in Terrain Mapper v0.4.6. +Update libGeometry to v0.3.14. + # 0.10.10 Improve how the pathfinding path is cleaned when snapping to grids to avoid weird backstepping issues. Should be a bit more aggressive in finding a viable grid-center path. Don't pathfind around hidden tokens. Closes #200.