Skip to content

Commit 05181aa

Browse files
committed
Release 5.1.1
1 parent 508e5f8 commit 05181aa

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-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.1.1] - 2023-02-20
1013
### Added
1114
- Add `registerToggleAction` to the scripting API
1215

@@ -391,7 +394,8 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
391394
## [1.0.0] - 2018-10-26
392395
This was the initial release.
393396

394-
[Unreleased]: https://github.com/huderlem/porymap/compare/5.1.0...HEAD
397+
[Unreleased]: https://github.com/huderlem/porymap/compare/5.1.1...HEAD
398+
[5.1.1]: https://github.com/huderlem/porymap/compare/5.1.0...5.1.1
395399
[5.1.0]: https://github.com/huderlem/porymap/compare/5.0.0...5.1.0
396400
[5.0.0]: https://github.com/huderlem/porymap/compare/4.5.0...5.0.0
397401
[4.5.0]: https://github.com/huderlem/porymap/compare/4.4.0...4.5.0

RELEASE-README.txt

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version: 5.1.0
2-
Date: January 22nd, 2023
1+
Version: 5.1.1
2+
Date: February 20th, 2023
33

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

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

15+
## [5.1.1] - 2023-02-20
16+
### Added
17+
- Add `registerToggleAction` to the scripting API
18+
19+
### Changed
20+
- Change encounter tab copy and paste behavior.
21+
- A warning will appear if a custom script fails to load or an action fails to run.
22+
23+
### Fixed
24+
- Fix null characters being unpredictably written to some JSON files.
25+
- Fix tilesets that share part of their name loading incorrectly.
26+
- Fix events being hidden behind connecting maps.
27+
- Metatile labels with values defined outside their tileset are no longer deleted.
28+
- Fix the Tileset Editor retaining edit history after changing tilesets.
29+
- Fix some minor visual issues on the Connections tab.
30+
- Fix bug which caused encounter configurator to crash if slots in fields containing groups were deleted.
31+
- Fix bug which caused encounter configurator to crash if last field was deleted.
32+
- Fix map render when collision view was active while map changed.
33+
- Fix the updated pokefirered region map graphics appearing in grayscale.
34+
- Fix the API function `registerAction` not correctly handling actions with the same name.
35+
1536
## [5.1.0] - 2023-01-22
1637
### Added
1738
- Add new config options for reorganizing metatile attributes.

forms/aboutporymap.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</font>
5454
</property>
5555
<property name="text">
56-
<string>Version 5.1.0 - January 22nd, 2022</string>
56+
<string>Version 5.1.1 - February 20th, 2022</string>
5757
</property>
5858
<property name="alignment">
5959
<set>Qt::AlignCenter</set>

0 commit comments

Comments
 (0)