diff --git a/CHANGELOG.md b/CHANGELOG.md index fb865eb2..b5fec609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp The **"Breaking Changes"** listed below are changes that have been made in the decompilation projects (e.g. pokeemerald), which porymap requires in order to work properly. If porymap is used on a project that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly. ## [Unreleased] +Nothing, yet. + +## [4.1.0] - 2020-05-18 ### Added - Add scripting capabilities, which allows the user to add custom behavior to Porymap using JavaScript scripts. - Add ability to import FRLG tileset .bvd files from Advance Map 1.92. @@ -188,7 +191,8 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ## [1.0.0] - 2018-10-26 This was the initial release. -[Unreleased]: https://github.com/huderlem/porymap/compare/4.0.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/4.1.0...HEAD +[4.1.0]: https://github.com/huderlem/porymap/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/huderlem/porymap/compare/3.0.1...4.0.0 [3.0.1]: https://github.com/huderlem/porymap/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/huderlem/porymap/compare/2.0.0...3.0.0 diff --git a/docs/.buildinfo b/docs/.buildinfo index 507bc923..a81178ed 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 9e8b58068fa2090b104690bfc9c25e35 +config: e41613e939dfe6ab7008de864b4e64a8 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_sources/reference/CHANGELOG.md.txt b/docs/_sources/reference/CHANGELOG.md.txt index f6b9593e..b5fec609 100644 --- a/docs/_sources/reference/CHANGELOG.md.txt +++ b/docs/_sources/reference/CHANGELOG.md.txt @@ -7,13 +7,23 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp The **"Breaking Changes"** listed below are changes that have been made in the decompilation projects (e.g. pokeemerald), which porymap requires in order to work properly. If porymap is used on a project that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly. ## [Unreleased] +Nothing, yet. + +## [4.1.0] - 2020-05-18 ### Added - Add scripting capabilities, which allows the user to add custom behavior to Porymap using JavaScript scripts. - Add ability to import FRLG tileset .bvd files from Advance Map 1.92. +### Changed +- Edit modes are no longer shared between the Map and Events tabs. Pencil is default for Map tab, and Pointer is default for Events tab. + ### Fixed - Disallow drawing new heal locations in the events tab. - Fix issue where the metatile selection window was not resizable. +- Show warning when closing project with unsaved wild Pokémon changes. +- Fix bug where negative object event coordinates were saved as "0". +- Fix maximum map dimension limits. +- Fix crash when using the Pencil tool to create an event on a map with no existing events. ## [4.0.0] - 2020-04-28 ### Breaking Changes @@ -181,7 +191,8 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ## [1.0.0] - 2018-10-26 This was the initial release. -[Unreleased]: https://github.com/huderlem/porymap/compare/4.0.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/4.1.0...HEAD +[4.1.0]: https://github.com/huderlem/porymap/compare/4.0.0...4.1.0 [4.0.0]: https://github.com/huderlem/porymap/compare/3.0.1...4.0.0 [3.0.1]: https://github.com/huderlem/porymap/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/huderlem/porymap/compare/2.0.0...3.0.0 diff --git a/docs/genindex.html b/docs/genindex.html index 74f9c7de..8a4dd19b 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -174,62 +174,64 @@

Reference