Release 5.3.0
This commit is contained in:
parent
fa8bb20fe2
commit
5adb11f374
3 changed files with 33 additions and 4 deletions
|
@ -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.
|
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]
|
## [Unreleased]
|
||||||
|
Nothing, yet.
|
||||||
|
|
||||||
|
## [5.3.0] - 2024-01-15
|
||||||
### Added
|
### Added
|
||||||
- Add zoom sliders to the Tileset Editor.
|
- Add zoom sliders to the Tileset Editor.
|
||||||
- Add `getMetatileBehaviorName` and `setMetatileBehaviorName` to the API.
|
- 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
|
||||||
## [1.0.0] - 2018-10-26
|
## [1.0.0] - 2018-10-26
|
||||||
This was the initial release.
|
This was the initial release.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/huderlem/porymap/compare/5.2.0...HEAD
|
[Unreleased]: https://github.com/huderlem/porymap/compare/5.3.0...HEAD
|
||||||
|
[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
|
[5.2.0]: https://github.com/huderlem/porymap/compare/5.1.1...5.2.0
|
||||||
[5.1.1]: https://github.com/huderlem/porymap/compare/5.1.0...5.1.1
|
[5.1.1]: https://github.com/huderlem/porymap/compare/5.1.0...5.1.1
|
||||||
[5.1.0]: https://github.com/huderlem/porymap/compare/5.0.0...5.1.0
|
[5.1.0]: https://github.com/huderlem/porymap/compare/5.0.0...5.1.0
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Version: 5.2.0
|
Version: 5.3.0
|
||||||
Date: January 2nd, 2024
|
Date: January 15th, 2024
|
||||||
|
|
||||||
This version of porymap works with pokeruby and pokeemerald as of the following commit hashes:
|
This version of porymap works with pokeruby and pokeemerald as of the following commit hashes:
|
||||||
* pokeemerald: c76beed98990a57c84d3930190fd194abfedf7e8
|
* pokeemerald: c76beed98990a57c84d3930190fd194abfedf7e8
|
||||||
|
@ -12,6 +12,31 @@ Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues]
|
||||||
|
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
## [5.3.0] - 2024-01-15
|
||||||
|
### Added
|
||||||
|
- Add zoom sliders to the Tileset Editor.
|
||||||
|
- Add `getMetatileBehaviorName` and `setMetatileBehaviorName` to the API.
|
||||||
|
- Add `metatile_behaviors`, `num_primary_palettes`, and `num_secondary_palettes` to `constants` in the API.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Metatile ID strings are now padded to their current max, not the overall max.
|
||||||
|
- Non-existent directories are now removed from the Open Recent Project menu.
|
||||||
|
- Hovering on the layer view in the Tileset Editor now displays the tile ID.
|
||||||
|
- Labels in the Script dropdown are now sorted alphabetically.
|
||||||
|
- The name of the Heal Locations table is no longer enforced.
|
||||||
|
- The API functions `addImage` and `createImage` now support project-relative paths.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix the metatile selector rectangle jumping when selecting up or left of the origin.
|
||||||
|
- Fix the event group tabs sometimes showing an event from the wrong group.
|
||||||
|
- Fix the clear buttons in the Shortcuts Editor not actually removing shortcuts.
|
||||||
|
- Fix slow speed for the script label autcomplete.
|
||||||
|
- Fix deleted script labels still appearing in the autocomplete after project reload.
|
||||||
|
- Fix the map search bar stealing focus on startup.
|
||||||
|
- Fix border metatiles view not resizing properly.
|
||||||
|
- Fix Open Recent Project not clearing the API overlay
|
||||||
|
- Fix API error reporting.
|
||||||
|
|
||||||
## [5.2.0] - 2024-01-02
|
## [5.2.0] - 2024-01-02
|
||||||
### Added
|
### Added
|
||||||
- Add an editor window under `Options -> Project Settings...` to customize the project-specific settings in `porymap.project.cfg` and `porymap.user.cfg`.
|
- Add an editor window under `Options -> Project Settings...` to customize the project-specific settings in `porymap.project.cfg` and `porymap.user.cfg`.
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Version 5.2.0 - January 2nd, 2024</string>
|
<string>Version 5.3.0 - January 15th, 2024</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignCenter</set>
|
<set>Qt::AlignCenter</set>
|
||||||
|
|
Loading…
Reference in a new issue