Update CHANGELOG.md
This commit is contained in:
parent
4dc9ebada9
commit
d456847f43
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,10 @@ 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]
|
||||||
- None
|
### Fixed
|
||||||
|
- Fix bug in zoomed metatile selector where a large selection rectangle was being rendered.
|
||||||
|
- Fix bug where edited map icons were not rendered properly.
|
||||||
|
- Fix bug where right-click copying a tile from the tileset editor's metatile layers wouldn't copy the x/y flip status.
|
||||||
|
|
||||||
## [1.2.1] - 2019-02-16
|
## [1.2.1] - 2019-02-16
|
||||||
### Added
|
### Added
|
||||||
|
@ -77,7 +80,7 @@ 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/1.2.0...HEAD
|
[Unreleased]: https://github.com/huderlem/porymap/compare/1.2.1...HEAD
|
||||||
[1.2.1]: https://github.com/huderlem/porymap/compare/1.2.0...1.2.1
|
[1.2.1]: https://github.com/huderlem/porymap/compare/1.2.0...1.2.1
|
||||||
[1.2.0]: https://github.com/huderlem/porymap/compare/1.1.0...1.2.0
|
[1.2.0]: https://github.com/huderlem/porymap/compare/1.1.0...1.2.0
|
||||||
[1.1.0]: https://github.com/huderlem/porymap/compare/1.0.0...1.1.0
|
[1.1.0]: https://github.com/huderlem/porymap/compare/1.0.0...1.1.0
|
||||||
|
|
Loading…
Reference in a new issue