update changelog
This commit is contained in:
parent
91f8db10a5
commit
05fe994e32
2 changed files with 15 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -7,7 +7,18 @@ 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. If porymap is used on a project that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly.
|
||||
|
||||
## Unreleased
|
||||
Nothing, yet.
|
||||
### Breaking Changes
|
||||
- If you are using pokeemerald or pokeruby, there were changes made in [pokeemerald/#1010](https://github.com/pret/pokeemerald/pull/1010) and [pokeruby/#776](https://github.com/pret/pokeruby/pull/776) that you will need to integrate in order to use this version of porymap.
|
||||
|
||||
### Added
|
||||
- Support for [pokefirered](https://github.com/pret/pokefirered). Kanto fans rejoice! At long last porymap supports the FRLG decompilation project.
|
||||
|
||||
### Changed
|
||||
- Porymap now saves map and encounter json data in an order consistent with the upstream repos. This will provide more comprehensible diffs, among other things.
|
||||
|
||||
### Fixed
|
||||
- Fix bug where pressing TAB key did not navigate through widgets in the wild encounter tables.
|
||||
- Fix bug that allowed selecting an invalid metatile in the metatile selector.
|
||||
|
||||
## [3.0.1] - 2020-03-04
|
||||
### Fixed
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# porymap
|
||||
|
||||
A map editor for the generation 3 disassembly projects using Qt.
|
||||
A map editor for the generation 3 decompilation projects using Qt.
|
||||
|
||||
Currently supports [pokeruby][pokeruby] and [pokeemerald][pokeemerald].
|
||||
Currently supports [pokeruby][pokeruby], [pokeemerald][pokeemerald], and [pokefirered][pokefirered].
|
||||
|
||||
Documentation: https://huderlem.github.io/porymap/
|
||||
|
||||
|
@ -10,5 +10,6 @@ View the [Changelog][changelog] to see what's new, and download the latest versi
|
|||
|
||||
[pokeruby]: https://github.com/pret/pokeruby
|
||||
[pokeemerald]: https://github.com/pret/pokeemerald
|
||||
[pokefirered]: https://github.com/pret/pokefirered
|
||||
[changelog]: https://github.com/huderlem/porymap/blob/master/CHANGELOG.md
|
||||
[releases]: https://github.com/huderlem/porymap/releases
|
||||
|
|
Loading…
Reference in a new issue