From 271f77b0cf342436d26b8f1ba910bcb75d60bed3 Mon Sep 17 00:00:00 2001 From: John Novak Date: Sun, 3 Mar 2024 22:03:18 +1000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d298ea..db9e7df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,21 +4,26 @@ ### New features +- The user manual is now searchable. + - Multi-monitor support. -- Option to [nudge the level](https://gridmonger.johnnovak.net/manual/advanced-editing.html#nudge-level) and move/paste with wraparound. +- Option to [nudge levels](https://gridmonger.johnnovak.net/manual/advanced-editing.html#nudge-level) + and move/paste selections with wraparound. - Support for panning the level with the mouse (middle-click + drag, or Ctrl + left-click + drag). Works in Paste Preview Mode and WASD Mode too. - The selection can now be moved with the mouse in Paste Preview Mode. -- The user manual is now searchable. - - Support for [diagonal movement](https://gridmonger.johnnovak.net/manual/moving-around.html#diagonal-movement) TODO ### Enhancements +- Erase and clear floor actions don't erase labels now. + +- Clear floor actions don't erase annotations now. + - Better mouse handling when using the mouse to place the cursor and the mouse pointer is moved outside of the bounds of the level. @@ -40,7 +45,9 @@ - Fix nudging non-square levels (previously, you could only nudge vertically by the number of columns at most). -- Fix moving a selection not moving the links correctly (or at all). +- Fix moving selections not moving the links correctly (or at all). + +- Fix moving selections leaving copies of labels on empty cells. - If auto-saving is enabled, the map no longer gets immediately auto-saved right after adding the first level to an empty map.