From 3ac1fce8404f73f19169d954c5d7232962254dfb Mon Sep 17 00:00:00 2001 From: garakmon Date: Wed, 26 Aug 2020 20:11:15 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a037f282..f91a22b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp The **"Breaking Changes"** listed below are changes that have been made in the decompilation projects (e.g. pokeemerald), which porymap requires in order to work properly. If porymap is used on a project that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly. ## [Unreleased] -Nothing, yet. +### Added +- 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. + +### Fixed +- Fix a bug with the current metatile selection zoom. ## [4.3.1] - 2020-07-17 ### Added