From e3c82881d16ba46a195e8d0fcf31749ba524ae23 Mon Sep 17 00:00:00 2001 From: garak Date: Mon, 7 Sep 2020 15:01:25 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f91a22b0..82f695ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,17 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Add undoable edit history for Events tab. - Add keyboard shortcut for `DEL` key to delete the currently selected event(s). - Disable ui while there is no open project to prevent crashing. +- Add "Straight Paths" feature for drawing straight lines while holding `Ctrl`. +- The New Map dialog now gives an option to specify the "Show Location Name" field. +- Some new shortcuts were added in [porymap/#290](https://github.com/huderlem/porymap/pull/290). + +### Changed +- Holding shift now toggles "Smart Path" drawing instead of always enabling it. ### Fixed - Fix a bug with the current metatile selection zoom. +- Fix bug preventing the status bar from updating the current position while dragging events. +- Fix a regression that cleared the metatile selection when switching between maps. ## [4.3.1] - 2020-07-17 ### Added