From 2f21465d8d35d6565dfba7c6e3bb0c16da9bf8a0 Mon Sep 17 00:00:00 2001 From: huderlem Date: Fri, 11 Jan 2019 08:56:27 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834ed8bc..e8f9149d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Add ability to import metatiles from Advance Map 1.92 (.bvd files). - Add About window that contains porymap information and changelog. (Found in file menu `Help > About Porymap`) - Add option to show player's in-game view when hovering the mouse on the map. -- Add option to show an outline around the currently-hovered map tile. +- Add option to show an outline around the currently-hovered map tile. Its size depends on the size of the current metatile selection. ### Changed - Collapse the map list by default. @@ -24,6 +24,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - When creating a new map, the user specifies all of the map properties in a new window prompt. - New maps can be created using existing layouts by right-clicking on an existing layout folder in the map list panel when sorted by "Layout". - The map list panel now has "expand-all" and "collapse-all" buttons. +- Events without sprites are now partially transparent so the underlying metatile can be seen. (Warps, signs, etc.) ### Fixed - Fix bug where smart paths could be auto-enabled, despite the checkbox being disabled.