From 20aac110cc6002cc3f7041523077e9676ccd1e01 Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Mon, 9 Sep 2024 13:28:45 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20docs|Changelog|Add=20notes?= =?UTF-8?q?=20for=20v0.10.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index cc7f9bc..107c5b3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# 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. +Fix for error re clone function not found when tracking combat move history. Closes #201. + # 0.10.9 Additional fix for 5-10-5 using 10-5-10 (the offset distance was not fixed previously). Closes #195, #196. If the movement cost is rounded to 0, don't display the label. Closes #196.