diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55edb7b6..9c997ad1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - version: '6.2.*' + version: '6.5.*' cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Configure diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3b30bd..9c9977a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ 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. It also includes changes to the scripting API that may change the behavior of existing porymap scripts. If porymap is used with a project or API script that is not up-to-date with the breaking changes, then porymap will likely break or behave improperly. ## [Unreleased] +### Fixed +- Fix `Add Region Map...` not updating the region map settings file. +- Fix some crashes on invalid region map tilesets. +- Improve error reporting for invalid region map editor settings. + +## [5.4.1] - 2024-03-21 +### Fixed +- Fix object event sprites not loading for some struct data formats. + +## [5.4.0] - 2024-02-13 +### Added +- Add a `Check for Updates` option to show new releases (Windows and macOS only). + ### Changed - If Wild Encounters fail to load they are now only disabled for that session, and the settings remain unchanged. - Defaults are used if project constants are missing, rather than failing to open the project or changing settings. @@ -474,7 +487,9 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ## [1.0.0] - 2018-10-26 This was the initial release. -[Unreleased]: https://github.com/huderlem/porymap/compare/5.3.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/5.4.1...HEAD +[5.4.1]: https://github.com/huderlem/porymap/compare/5.4.0...5.4.1 +[5.4.0]: https://github.com/huderlem/porymap/compare/5.3.0...5.4.0 [5.3.0]: https://github.com/huderlem/porymap/compare/5.2.0...5.3.0 [5.2.0]: https://github.com/huderlem/porymap/compare/5.1.1...5.2.0 [5.1.1]: https://github.com/huderlem/porymap/compare/5.1.0...5.1.1 diff --git a/RELEASE-README.txt b/RELEASE-README.txt index 643ff343..f6d927b0 100644 --- a/RELEASE-README.txt +++ b/RELEASE-README.txt @@ -1,5 +1,5 @@ -Version: 5.3.0 -Date: January 15th, 2024 +Version: 5.4.1 +Date: March 21st, 2024 This version of porymap works with pokeruby and pokeemerald as of the following commit hashes: * pokeemerald: c76beed98990a57c84d3930190fd194abfedf7e8 @@ -12,6 +12,26 @@ Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues] ------------------------- +## [5.4.1] - 2024-03-21 +### Fixed +- Fix object event sprites not loading for some struct data formats. + +## [5.4.0] - 2024-02-13 +### Added +- Add a `Check for Updates` option to show new releases (Windows and macOS only). + +### Changed +- If Wild Encounters fail to load they are now only disabled for that session, and the settings remain unchanged. +- Defaults are used if project constants are missing, rather than failing to open the project or changing settings. +- Selector images now center on the selection when eyedropping or zooming. + +### Fixed +- Fix some minor visual issues with the various zoom sliders. +- Smooth out scrolling when mouse is over tile/metatile images. +- Fix the Tileset Editor selectors getting extra white space when changing tilesets. +- Fix a crash when adding disabled events with the Pencil tool. +- Fix error log about failing to find the scripts file when a new map is created. + ## [5.3.0] - 2024-01-15 ### Added - Add zoom sliders to the Tileset Editor. diff --git a/docs/_sources/reference/CHANGELOG.md.txt b/docs/_sources/reference/CHANGELOG.md.txt index c254bfe2..a6d13ce3 100644 --- a/docs/_sources/reference/CHANGELOG.md.txt +++ b/docs/_sources/reference/CHANGELOG.md.txt @@ -9,6 +9,26 @@ The **"Breaking Changes"** listed below are changes that have been made in the d ## [Unreleased] Nothing, yet. +## [5.4.1] - 2024-03-21 +### Fixed +- Fix object event sprites not loading for some struct data formats. + +## [5.4.0] - 2024-02-13 +### Added +- Add a `Check for Updates` option to show new releases (Windows and macOS only). + +### Changed +- If Wild Encounters fail to load they are now only disabled for that session, and the settings remain unchanged. +- Defaults are used if project constants are missing, rather than failing to open the project or changing settings. +- Selector images now center on the selection when eyedropping or zooming. + +### Fixed +- Fix some minor visual issues with the various zoom sliders. +- Smooth out scrolling when mouse is over tile/metatile images. +- Fix the Tileset Editor selectors getting extra white space when changing tilesets. +- Fix a crash when adding disabled events with the Pencil tool. +- Fix error log about failing to find the scripts file when a new map is created. + ## [5.3.0] - 2024-01-15 ### Added - Add zoom sliders to the Tileset Editor. @@ -464,7 +484,9 @@ Nothing, yet. ## [1.0.0] - 2018-10-26 This was the initial release. -[Unreleased]: https://github.com/huderlem/porymap/compare/5.3.0...HEAD +[Unreleased]: https://github.com/huderlem/porymap/compare/5.4.1...HEAD +[5.4.1]: https://github.com/huderlem/porymap/compare/5.4.0...5.4.1 +[5.4.0]: https://github.com/huderlem/porymap/compare/5.3.0...5.4.0 [5.3.0]: https://github.com/huderlem/porymap/compare/5.2.0...5.3.0 [5.2.0]: https://github.com/huderlem/porymap/compare/5.1.1...5.2.0 [5.1.1]: https://github.com/huderlem/porymap/compare/5.1.0...5.1.1 diff --git a/docs/genindex.html b/docs/genindex.html index b76e73be..16e48e74 100644 --- a/docs/genindex.html +++ b/docs/genindex.html @@ -219,124 +219,134 @@