From 559f2ae6da238c8ffefc1a7b20f153ea2c28f767 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Wed, 19 Feb 2025 10:27:26 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736e6217..c806738b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Add a search button to the `Wild Pokémon` tab that shows the encounter data for a species across all maps. - Add charts to the `Wild Pokémon` tab that show species and level distributions for the current map. - Add options for customizing the map grid under `View -> Grid Settings`. +- Add an option to display Event sprites while editing the map. - Add an option to display a dividing line between tilesets in the Tileset Editor. - An alert will be displayed when attempting to open a seemingly invalid project. - Add support for defining project values with `enum` where `#define` was expected. @@ -40,6 +41,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Map names and ``MAP_NAME`` constants are no longer required to match. - Porymap will no longer overwrite ``include/constants/map_groups.h`` or ``include/constants/layouts.h``. - Primary/secondary metatile images are now kept on separate rows, rather than blending together if the primary size is not divisible by 8. +- The prompt to reload the project when a file has changed will now only appear when Porymap is the active application. ### Fixed - Fix `Add Region Map...` not updating the region map settings file.