From 05fe994e3202dff8722ace62e464e81e1240a3b7 Mon Sep 17 00:00:00 2001 From: garakmon Date: Mon, 20 Apr 2020 14:26:16 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 13 ++++++++++++- README.md | 5 +++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c38a18..a5dea998 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index 06a3a3bf..f6f7a8b8 100644 --- a/README.md +++ b/README.md @@ -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