update changelog

This commit is contained in:
garakmon 2020-04-20 14:26:16 -04:00
parent 91f8db10a5
commit 05fe994e32
2 changed files with 15 additions and 3 deletions

View file

@ -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. 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 ## 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 ## [3.0.1] - 2020-03-04
### Fixed ### Fixed

View file

@ -1,8 +1,8 @@
# porymap # 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/ 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 [pokeruby]: https://github.com/pret/pokeruby
[pokeemerald]: https://github.com/pret/pokeemerald [pokeemerald]: https://github.com/pret/pokeemerald
[pokefirered]: https://github.com/pret/pokefirered
[changelog]: https://github.com/huderlem/porymap/blob/master/CHANGELOG.md [changelog]: https://github.com/huderlem/porymap/blob/master/CHANGELOG.md
[releases]: https://github.com/huderlem/porymap/releases [releases]: https://github.com/huderlem/porymap/releases