From 7f2aefc0506a0f0873a2bc4a46f6a3970c9fcb55 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 9 Jul 2020 19:13:23 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5490bf8c..f3ab4ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,17 @@ 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] +### Added +- Add keyboard shortcut `Ctrl + D` for duplicating map events. + +### Changed +- The tileset editor now syncs its metatile selection with the map's metatile selector. + ### Fixed -- Fix a crash that occured when creating a new tileset using triple layer mode +- Fix a crash that occured when creating a new tileset using triple layer mode. +- Fix crash when reducing number of metatiles past current selection. +- Fix various methods of selecting invalid metatiles. +- Fix sprite transparency not updating when changing object event graphics. ## [4.3.0] - 2020-06-27 ### Added