From 543b7fa74e5efdedb5f74c38d0674817bf5b1596 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 7 Oct 2025 08:51:25 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 802a9516..41147092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,14 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp - Add color space settings for exported images. ### Changed +- Separate `File > Duplicate Current Map/Layout` into two options to allow duplicating the current layout when a map is open. - The name field now receives focus immediately for the new map/layout dialogs. ### Fixed - Fix rare crash while quitting Porymap. - Fix `Edit > Clear Map Entries` in the Region Map Editor not saving the applied changes. +- Fix `Edit > Undo/Redo` appearing enabled even when they don't do anything. +- Fix `Help > Open Manual` being disabled when no project is open. - Fix exported images on macOS using a different color space than in Porymap. - Fix some `INCBIN` statements not being parsed correctly. - Fix excessive logging if Porymap fails to monitor all map files.