From 9f8849aced2fa424d6c13ba9c533383aa4df4b60 Mon Sep 17 00:00:00 2001 From: huderlem Date: Sat, 5 Jan 2019 17:16:10 -0600 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 253f43b8..c92b1816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ### Added - Add "magic fill" mode to fill tool (hold down CTRL key). This fills all matching metatiles on the map, rather than only the contiguous region. - Add ability to import tileset palettes (JASC, .pal, .tpl, .gpl, .act). +- Add ability to export tileset tiles as indexed .png images. The currently-selected palette is used. + +### Changed +- Collapse the map list by default. + +### Fixed +- Fix bug where smart paths could bes auto-enabled, despite the checkbox being disabled. ## [1.1.0] - 2018-12-27 ### Breaking Changes