From 43acc4d53375a3c7fe556d207558ca86c97112d9 Mon Sep 17 00:00:00 2001 From: Michael Enion Date: Sat, 31 Aug 2024 12:38:37 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20docs|Changelog|Add=200.10.?= =?UTF-8?q?6=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Changelog.md b/Changelog.md index a244f09..784adcb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,14 @@ +# 0.10.6 +## New Features +Setting to apply movement penalties per-grid-space. Defaults to enabled. For gridded scenes, this will (1) count regions/tokens/drawings as imposing movement penalty only if the region/token/drawing overlaps the center point of the grid space and (2) impose the penalty at a grid-space level. If disabled, this will proportionally apply the penalty based on the precise movement path. Closes #181. + +Setting to add (or subtract) a flat amount when moving into a grid space with a token penalty. E.g. +5 per grid square. Add parallel setting to drawing configuration. (May add a similar toggle to regions in Terrain Mapper if this cannot be easily handled using active effects.) Closes #125. + +## Bug fixes and other updates +Correct NaN distance when using hex grids. Closes #188. +Don't treat walls as blocking if the top elevation equals the token elevation. Closes #189. +Update Italian localization. Thanks @GregoryWarn! + # 0.10.5 Fix for `_fromPoint3d` not a function. Closes #186.