From 2ca703e65233e7f7043216fe597207b72ba1efc5 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sat, 28 Dec 2024 01:38:13 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5f4af6..e01f6773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Add support for defining project values with `enum` where `#define` was expected. - Add button to enable editing map groups including renaming groups and rearranging the maps within them. - Add buttons to hide and show empty folders in each map tree view. +- Add a setting to specify the tile values to use for the unused metatile layer. ### Changed - Edits to map connections now have Undo/Redo and can be viewed in exported timelapses. @@ -63,6 +64,8 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Fix crash when saving tilesets with fewer palettes than the maximum. - Fix projects not opening on Windows if the project filepath contains certain characters. - Fix exported tile images containing garbage pixels after the end of the tiles. +- Fix fully transparent pixels rendering with the incorrect color. +- Fix the values for some config fields shuffling their order every save. ## [5.4.1] - 2024-03-21 ### Fixed