update changelog

This commit is contained in:
garak 2020-09-07 15:01:25 -04:00
parent bc788b6caa
commit e3c82881d1

View file

@ -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