diff --git a/CHANGELOG.md b/CHANGELOG.md index 25319179..01f17387 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.2.0] - 2020-06-06 ### Added - Add more project-specific configs to better support porting features from different projects. - Add metatile label names to the status bar when hovering over metatiles in the map editor tab. @@ -201,7 +204,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.1.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/4.2.0...HEAD +[4.2.0]: https://github.com/huderlem/porymap/compare/4.1.0...4.2.0 [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 diff --git a/docs/_sources/manual/settings-and-options.rst.txt b/docs/_sources/manual/settings-and-options.rst.txt index 56a855f3..c511f742 100644 --- a/docs/_sources/manual/settings-and-options.rst.txt +++ b/docs/_sources/manual/settings-and-options.rst.txt @@ -35,6 +35,13 @@ determined by this file. ``use_encounter_json``, 1, project, yes, Enables wild encounter table editing ``use_poryscript``, 0, project, yes, Whether to open .pory files for scripts ``use_custom_border_size``, 0, project, yes, Whether to allow variable border sizes + ``enable_event_weather_trigger``, 1 if not ``pokefirered``, project, yes, Allows adding Weather Trigger events + ``enable_event_secret_base``, 1 if not ``pokefirered``, project, yes, Allows adding Secret Base events + ``enable_hidden_item_quantity``, 1 if ``pokefirered``, project, yes, Adds ``Quantity`` to Hidden Item events + ``enable_hidden_item_requires_itemfinder``, 1 if ``pokefirered``, project, yes, Adds ``Requires Itemfinder`` to Hidden Item events + ``enable_heal_location_respawn_data``, 1 if ``pokefirered``, project, yes, Adds ``Respawn Map`` and ``Respawn NPC`` to Heal Location events + ``enable_object_event_in_connection``, 1 if ``pokefirered``, project, yes, Adds ``In Connection`` to Object events + ``enable_floor_number``, 1 if ``pokefirered``, project, yes, Adds ``Floor Number`` to map headers ``custom_scripts``, , project, yes, A list of script files to load into the scripting engine Some of these settings can be toggled manually in porymap via the *Options* menu. diff --git a/docs/_sources/reference/CHANGELOG.md.txt b/docs/_sources/reference/CHANGELOG.md.txt index b5fec609..01f17387 100644 --- a/docs/_sources/reference/CHANGELOG.md.txt +++ b/docs/_sources/reference/CHANGELOG.md.txt @@ -9,6 +9,19 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ## [Unreleased] Nothing, yet. +## [4.2.0] - 2020-06-06 +### Added +- Add more project-specific configs to better support porting features from different projects. +- Add metatile label names to the status bar when hovering over metatiles in the map editor tab. +- Add mouse coordinates to the status bar when hovering in the events tab. + +### Changed +- `metatile_labels.h` is now watched for changes. + +### Fixed +- Reduce time it takes to load maps and save in the tileset editor. +- Fix crash that could occur when parsing unknown symbols when evaluating `define` expressions. + ## [4.1.0] - 2020-05-18 ### Added - Add scripting capabilities, which allows the user to add custom behavior to Porymap using JavaScript scripts. @@ -191,7 +204,8 @@ Nothing, yet. ## [1.0.0] - 2018-10-26 This was the initial release. -[Unreleased]: https://github.com/huderlem/porymap/compare/4.1.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/4.2.0...HEAD +[4.2.0]: https://github.com/huderlem/porymap/compare/4.1.0...4.2.0 [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 diff --git a/docs/genindex.html b/docs/genindex.html index 8a4dd19b..eed38757 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -175,63 +175,69 @@