From 05181aa64eddcafcb824bb7fdcfa54688cc0e1f5 Mon Sep 17 00:00:00 2001 From: garakmon Date: Mon, 20 Feb 2023 19:13:00 -0500 Subject: [PATCH] Release 5.1.1 --- CHANGELOG.md | 6 +++++- RELEASE-README.txt | 25 +++++++++++++++++++++++-- forms/aboutporymap.ui | 2 +- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af961fa0..005f9130 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. It also includes changes to the scripting API that may change the behavior of existing porymap scripts. If porymap is used with a project or API script that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly. ## [Unreleased] +Nothing, yet. + +## [5.1.1] - 2023-02-20 ### Added - Add `registerToggleAction` to the scripting API @@ -391,7 +394,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/5.1.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/5.1.1...HEAD +[5.1.1]: https://github.com/huderlem/porymap/compare/5.1.0...5.1.1 [5.1.0]: https://github.com/huderlem/porymap/compare/5.0.0...5.1.0 [5.0.0]: https://github.com/huderlem/porymap/compare/4.5.0...5.0.0 [4.5.0]: https://github.com/huderlem/porymap/compare/4.4.0...4.5.0 diff --git a/RELEASE-README.txt b/RELEASE-README.txt index 843bff0a..72ac1777 100644 --- a/RELEASE-README.txt +++ b/RELEASE-README.txt @@ -1,5 +1,5 @@ -Version: 5.1.0 -Date: January 22nd, 2023 +Version: 5.1.1 +Date: February 20th, 2023 This version of porymap works with pokeruby and pokeemerald as of the following commit hashes: * pokeemerald: c76beed98990a57c84d3930190fd194abfedf7e8 @@ -12,6 +12,27 @@ Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues] ------------------------- +## [5.1.1] - 2023-02-20 +### Added +- Add `registerToggleAction` to the scripting API + +### Changed +- Change encounter tab copy and paste behavior. +- A warning will appear if a custom script fails to load or an action fails to run. + +### Fixed +- Fix null characters being unpredictably written to some JSON files. +- Fix tilesets that share part of their name loading incorrectly. +- Fix events being hidden behind connecting maps. +- Metatile labels with values defined outside their tileset are no longer deleted. +- Fix the Tileset Editor retaining edit history after changing tilesets. +- Fix some minor visual issues on the Connections tab. +- Fix bug which caused encounter configurator to crash if slots in fields containing groups were deleted. +- Fix bug which caused encounter configurator to crash if last field was deleted. +- Fix map render when collision view was active while map changed. +- Fix the updated pokefirered region map graphics appearing in grayscale. +- Fix the API function `registerAction` not correctly handling actions with the same name. + ## [5.1.0] - 2023-01-22 ### Added - Add new config options for reorganizing metatile attributes. diff --git a/forms/aboutporymap.ui b/forms/aboutporymap.ui index 4fcbdb99..546d0817 100644 --- a/forms/aboutporymap.ui +++ b/forms/aboutporymap.ui @@ -53,7 +53,7 @@ - Version 5.1.0 - January 22nd, 2022 + Version 5.1.1 - February 20th, 2022 Qt::AlignCenter