Skip to content

Commit 199799f

Browse files
Release 5.4.1
1 parent 6fe8539 commit 199799f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
77
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.
88

99
## [Unreleased]
10+
Nothing, yet.
11+
12+
## [5.4.1] - 2024-03-21
1013
### Fixed
1114
- Fix object event sprites not loading for some struct data formats.
1215

@@ -481,7 +484,8 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
481484
## [1.0.0] - 2018-10-26
482485
This was the initial release.
483486

484-
[Unreleased]: https://github.com/huderlem/porymap/compare/5.4.0...HEAD
487+
[Unreleased]: https://github.com/huderlem/porymap/compare/5.4.1...HEAD
488+
[5.4.1]: https://github.com/huderlem/porymap/compare/5.4.0...5.4.1
485489
[5.4.0]: https://github.com/huderlem/porymap/compare/5.3.0...5.4.0
486490
[5.3.0]: https://github.com/huderlem/porymap/compare/5.2.0...5.3.0
487491
[5.2.0]: https://github.com/huderlem/porymap/compare/5.1.1...5.2.0

RELEASE-README.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version: 5.4.0
2-
Date: February 13th, 2024
1+
Version: 5.4.1
2+
Date: March 21st, 2024
33

44
This version of porymap works with pokeruby and pokeemerald as of the following commit hashes:
55
* pokeemerald: c76beed98990a57c84d3930190fd194abfedf7e8
@@ -12,6 +12,10 @@ Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues]
1212

1313
-------------------------
1414

15+
## [5.4.1] - 2024-03-21
16+
### Fixed
17+
- Fix object event sprites not loading for some struct data formats.
18+
1519
## [5.4.0] - 2024-02-13
1620
### Added
1721
- Add a `Check for Updates` option to show new releases (Windows and macOS only).

porymap.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RC_ICONS = resources/icons/porymap-icon-2.ico
1414
ICON = resources/icons/porymap.icns
1515
QMAKE_CXXFLAGS += -std=c++17 -Wall
1616
QMAKE_TARGET_BUNDLE_PREFIX = com.pret
17-
VERSION = 5.4.0
17+
VERSION = 5.4.1
1818
DEFINES += PORYMAP_VERSION=\\\"$$VERSION\\\"
1919

2020
SOURCES += src/core/block.cpp \

0 commit comments

Comments
 (0)