Skip to content

Commit 5adb11f

Browse files
Release 5.3.0
1 parent fa8bb20 commit 5adb11f

3 files changed

Lines changed: 33 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.3.0] - 2024-01-15
1013
### Added
1114
- Add zoom sliders to the Tileset Editor.
1215
- Add `getMetatileBehaviorName` and `setMetatileBehaviorName` to the API.
@@ -461,7 +464,8 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
461464
## [1.0.0] - 2018-10-26
462465
This was the initial release.
463466

464-
[Unreleased]: https://github.com/huderlem/porymap/compare/5.2.0...HEAD
467+
[Unreleased]: https://github.com/huderlem/porymap/compare/5.3.0...HEAD
468+
[5.3.0]: https://github.com/huderlem/porymap/compare/5.2.0...5.3.0
465469
[5.2.0]: https://github.com/huderlem/porymap/compare/5.1.1...5.2.0
466470
[5.1.1]: https://github.com/huderlem/porymap/compare/5.1.0...5.1.1
467471
[5.1.0]: https://github.com/huderlem/porymap/compare/5.0.0...5.1.0

RELEASE-README.txt

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version: 5.2.0
2-
Date: January 2nd, 2024
1+
Version: 5.3.0
2+
Date: January 15th, 2024
33

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

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

15+
## [5.3.0] - 2024-01-15
16+
### Added
17+
- Add zoom sliders to the Tileset Editor.
18+
- Add `getMetatileBehaviorName` and `setMetatileBehaviorName` to the API.
19+
- Add `metatile_behaviors`, `num_primary_palettes`, and `num_secondary_palettes` to `constants` in the API.
20+
21+
### Changed
22+
- Metatile ID strings are now padded to their current max, not the overall max.
23+
- Non-existent directories are now removed from the Open Recent Project menu.
24+
- Hovering on the layer view in the Tileset Editor now displays the tile ID.
25+
- Labels in the Script dropdown are now sorted alphabetically.
26+
- The name of the Heal Locations table is no longer enforced.
27+
- The API functions `addImage` and `createImage` now support project-relative paths.
28+
29+
### Fixed
30+
- Fix the metatile selector rectangle jumping when selecting up or left of the origin.
31+
- Fix the event group tabs sometimes showing an event from the wrong group.
32+
- Fix the clear buttons in the Shortcuts Editor not actually removing shortcuts.
33+
- Fix slow speed for the script label autcomplete.
34+
- Fix deleted script labels still appearing in the autocomplete after project reload.
35+
- Fix the map search bar stealing focus on startup.
36+
- Fix border metatiles view not resizing properly.
37+
- Fix Open Recent Project not clearing the API overlay
38+
- Fix API error reporting.
39+
1540
## [5.2.0] - 2024-01-02
1641
### Added
1742
- Add an editor window under `Options -> Project Settings...` to customize the project-specific settings in `porymap.project.cfg` and `porymap.user.cfg`.

forms/aboutporymap.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</font>
5454
</property>
5555
<property name="text">
56-
<string>Version 5.2.0 - January 2nd, 2024</string>
56+
<string>Version 5.3.0 - January 15th, 2024</string>
5757
</property>
5858
<property name="alignment">
5959
<set>Qt::AlignCenter</set>

0 commit comments

Comments
 (0)