Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnovak committed Mar 3, 2024
1 parent 1e54887 commit 0e89d01
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Changelog

## v1.2.0 – 2023-07-xx
## v1.2.0 – 2024-04-xx

### New features

- Add support for panning the level with the mouse (middle-click + drag, or
- Multi-monitor support.

- Option to nudge the level and move/paste 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 TODO

### Enhancements

- Better mouse handling when using the mouse to place the cursor and the
Expand All @@ -18,18 +26,25 @@
follows the mouse pointer even if you move it outside of the level's
bounds.

- Restoring the window size and position on startup is now more robust.

### Fixes

- Fix crash when undoing the creation of the very first level.

- Fix crash when deleting the last remaining level of a map.

- Fix crash when nudging large levels zooomed in close to the maximum zoom
factor.

- Fix nudging non-square levels (previously, you could only nudge vertically
by the number of columns at most).

- If auto-saving is enabled, the map no longer gets immediately auto-saved
right after adding the first level to an empty map.

- The auto-save timer resets when the auto-save is enabled from a disabled
- state.

- The auto-save timer now resets when the auto-save is enabled from a disabled
state.

---

Expand Down

0 comments on commit 0e89d01

Please sign in to comment.