mirror of
https://github.com/huderlem/porymap.git
synced 2026-04-25 07:18:02 -05:00
Release 6.3.1
This commit is contained in:
parent
12436af1e3
commit
139eda92b3
|
|
@ -5,8 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project somewhat adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The MAJOR version number is bumped when there are **"Breaking Changes"** in the pret projects. For more on this, see [the manual page on breaking changes](https://huderlem.github.io/porymap/manual/breaking-changes.html).
|
||||
|
||||
## [Unreleased]
|
||||
Nothing, yet.
|
||||
|
||||
## [6.3.1] - 2026-04-12
|
||||
### Added
|
||||
- Support `INCGFX` in addition to `INCBIN`. The regular expression for these statements is now available under `Project Settings`.
|
||||
- Add support for `INCGFX` (see https://github.com/pret/pokeemerald/pull/2283 for details).
|
||||
- The regular expression for parsing `INCBIN` / `INCGFX` is now available under `Project Settings`.
|
||||
|
||||
### Fixed
|
||||
- Fix degraded image quality in exported timelapse gifs.
|
||||
|
|
@ -717,7 +721,8 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
|
|||
## [1.0.0] - 2018-10-26
|
||||
This was the initial release.
|
||||
|
||||
[Unreleased]: https://github.com/huderlem/porymap/compare/6.3.0...HEAD
|
||||
[Unreleased]: https://github.com/huderlem/porymap/compare/6.3.1...HEAD
|
||||
[6.3.1]: https://github.com/huderlem/porymap/compare/6.3.0...6.3.1
|
||||
[6.3.0]: https://github.com/huderlem/porymap/compare/6.2.0...6.3.0
|
||||
[6.2.0]: https://github.com/huderlem/porymap/compare/6.1.0...6.2.0
|
||||
[6.1.0]: https://github.com/huderlem/porymap/compare/6.0.0...6.1.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Version: 6.3.0
|
||||
Date: December 26th, 2025
|
||||
Version: 6.3.1
|
||||
Date: April 12th, 2026
|
||||
|
||||
Official Porymap documentation: https://huderlem.github.io/porymap/
|
||||
|
||||
|
|
@ -7,6 +7,17 @@ Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues]
|
|||
|
||||
-------------------------
|
||||
|
||||
## [6.3.1] - 2026-04-12
|
||||
### Added
|
||||
- Add support for `INCGFX` (see https://github.com/pret/pokeemerald/pull/2283 for details).
|
||||
- The regular expression for parsing `INCBIN` / `INCGFX` is now available under `Project Settings`.
|
||||
|
||||
### Fixed
|
||||
- Fix degraded image quality in exported timelapse gifs.
|
||||
- Fix custom top-level data in the `encounters` object of `wild_encounters.json` being discarded if no `fields` data is present.
|
||||
- Fix event sprites sometimes rendering with incorrect transparency temporarily after a sprite change.
|
||||
- Fix event sprite names that appear in `symbol_obj_event_gfx_pointers` by value and not by name not rendering with the correct sprite.
|
||||
|
||||
## [6.3.0] - 2025-12-26
|
||||
### Added
|
||||
- Add option to sort Locations and Layouts lists by value, rather than alphabetically.
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ win32 {
|
|||
|
||||
DEFINES += PORYMAP_LATEST_COMMIT=\\\"$$LATEST_COMMIT\\\"
|
||||
|
||||
VERSION = 6.3.0
|
||||
VERSION = 6.3.1
|
||||
DEFINES += PORYMAP_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
SOURCES += src/core/advancemapparser.cpp \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user