You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
7
7
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.
8
8
9
9
## [Unreleased]
10
+
Nothing, yet.
11
+
12
+
## [5.3.0] - 2024-01-15
10
13
### Added
11
14
- Add zoom sliders to the Tileset Editor.
12
15
- 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
@@ -12,6 +12,31 @@ Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues]
12
12
13
13
-------------------------
14
14
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
+
15
40
## [5.2.0] - 2024-01-02
16
41
### Added
17
42
- Add an editor window under `Options -> Project Settings...` to customize the project-specific settings in `porymap.project.cfg` and `porymap.user.cfg`.
0 commit comments