From 199799f1c2bda5201d5a0f6172226c30d4498252 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 21 Mar 2024 15:33:00 -0400 Subject: [PATCH] Release 5.4.1 --- CHANGELOG.md | 6 +++++- RELEASE-README.txt | 8 ++++++-- porymap.pro | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f97e933..a6d13ce3 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.4.1] - 2024-03-21 ### Fixed - Fix object event sprites not loading for some struct data formats. @@ -481,7 +484,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.4.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/5.4.1...HEAD +[5.4.1]: https://github.com/huderlem/porymap/compare/5.4.0...5.4.1 [5.4.0]: https://github.com/huderlem/porymap/compare/5.3.0...5.4.0 [5.3.0]: https://github.com/huderlem/porymap/compare/5.2.0...5.3.0 [5.2.0]: https://github.com/huderlem/porymap/compare/5.1.1...5.2.0 diff --git a/RELEASE-README.txt b/RELEASE-README.txt index b1c48a92..f6d927b0 100644 --- a/RELEASE-README.txt +++ b/RELEASE-README.txt @@ -1,5 +1,5 @@ -Version: 5.4.0 -Date: February 13th, 2024 +Version: 5.4.1 +Date: March 21st, 2024 This version of porymap works with pokeruby and pokeemerald as of the following commit hashes: * pokeemerald: c76beed98990a57c84d3930190fd194abfedf7e8 @@ -12,6 +12,10 @@ Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues] ------------------------- +## [5.4.1] - 2024-03-21 +### Fixed +- Fix object event sprites not loading for some struct data formats. + ## [5.4.0] - 2024-02-13 ### Added - Add a `Check for Updates` option to show new releases (Windows and macOS only). diff --git a/porymap.pro b/porymap.pro index 6b0c234e..dfc3306e 100644 --- a/porymap.pro +++ b/porymap.pro @@ -14,7 +14,7 @@ RC_ICONS = resources/icons/porymap-icon-2.ico ICON = resources/icons/porymap.icns QMAKE_CXXFLAGS += -std=c++17 -Wall QMAKE_TARGET_BUNDLE_PREFIX = com.pret -VERSION = 5.4.0 +VERSION = 5.4.1 DEFINES += PORYMAP_VERSION=\\\"$$VERSION\\\" SOURCES += src/core/block.cpp \