From 457cd1bb85e4adeccd27076492f9f33006f47c8c Mon Sep 17 00:00:00 2001 From: BigBahss Date: Thu, 10 Sep 2020 17:04:09 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f695ba..0aaeeef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,15 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - 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). +- All plain text boxes now have a clear button to delete the text. ### Changed -- Holding shift now toggles "Smart Path" drawing instead of always enabling it. +- Holding `shift` now toggles "Smart Path" drawing; when the "Smart Paths" checkbox is checked, holding `shift` will temporarily disable 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. +- Fix porymap icon not showing on window or panel on Linux ## [4.3.1] - 2020-07-17 ### Added