Update CHANGELOG.md
This commit is contained in:
parent
4d088766a0
commit
543743bcd0
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,9 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
|
||||||
- Add ability to import tileset palettes (JASC, .pal, .tpl, .gpl, .act).
|
- 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.
|
- Add ability to export tileset tiles as indexed .png images. The currently-selected palette is used.
|
||||||
- Restore window sizes the next time the application is opened.
|
- Restore window sizes the next time the application is opened.
|
||||||
|
- 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.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Collapse the map list by default.
|
- Collapse the map list by default.
|
||||||
|
@ -19,6 +22,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
|
||||||
- When importing tileset tiles from an image that is not indexed, the user can also provide a palette for the image. This is for the scenario where the user exports tiles and a palette from Advance Map.
|
- When importing tileset tiles from an image that is not indexed, the user can also provide a palette for the image. This is for the scenario where the user exports tiles and a palette from Advance Map.
|
||||||
- When creating a new map, the user specifies all of the map properties in a new window prompt.
|
- 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".
|
- 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.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix bug where smart paths could be auto-enabled, despite the checkbox being disabled.
|
- Fix bug where smart paths could be auto-enabled, despite the checkbox being disabled.
|
||||||
|
|
Loading…
Reference in a new issue