Skip to content

Commit af66502

Browse files
Release 6.2.0
1 parent 7a2e4bb commit af66502

3 files changed

Lines changed: 62 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project somewhat adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). The MAJOR version number is bumped when there are **"Breaking Changes"** in the pret projects. For more on this, see [the manual page on breaking changes](https://huderlem.github.io/porymap/manual/breaking-changes.html).
66

77
## [Unreleased]
8+
Nothing, yet.
9+
10+
## [6.2.0] - 2025-08-08
811
### Added
912
- Add `View > Show Unused Colors` to the Palette Editor.
1013
- Add `Tools > Find Color Usage` to the Palette Editor. This opens a dialog showing which metatiles use a particular color.
@@ -677,7 +680,8 @@ and this project somewhat adheres to [Semantic Versioning](https://semver.org/sp
677680
## [1.0.0] - 2018-10-26
678681
This was the initial release.
679682

680-
[Unreleased]: https://github.com/huderlem/porymap/compare/6.1.0...HEAD
683+
[Unreleased]: https://github.com/huderlem/porymap/compare/6.2.0...HEAD
684+
[6.2.0]: https://github.com/huderlem/porymap/compare/6.1.0...6.2.0
681685
[6.1.0]: https://github.com/huderlem/porymap/compare/6.0.0...6.1.0
682686
[6.0.0]: https://github.com/huderlem/porymap/compare/5.4.1...6.0.0
683687
[5.4.1]: https://github.com/huderlem/porymap/compare/5.4.0...5.4.1

RELEASE-README.txt

Lines changed: 56 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,66 @@
1-
Version: 6.1.0
2-
Date: June 9th, 2025
1+
Version: 6.2.0
2+
Date: August 8th, 2025
33

44
Official Porymap documentation: https://huderlem.github.io/porymap/
55

66
Please report any issues on GitHub: [https://github.com/huderlem/porymap/issues](https://github.com/huderlem/porymap/issues)
77

88
-------------------------
99

10+
## [6.2.0] - 2025-08-08
11+
### Added
12+
- Add `View > Show Unused Colors` to the Palette Editor.
13+
- Add `Tools > Find Color Usage` to the Palette Editor. This opens a dialog showing which metatiles use a particular color.
14+
- Add `Edit > Swap Metatiles` to the Tileset Editor. While in this mode, selecting two metatiles in the selector will swap their positions. When changes to the tilesets are saved these relocations will be applied to all layouts that use the relevant tileset(s).
15+
- Add `View > Layer Arrangement` to the Tileset Editor, which changes whether the metatile layer view is oriented vertically (default) or horizontally.
16+
- Add an `Export Metatiles Image` option to the Tileset Editor that provides many more options for customizing metatile images.
17+
- Add an `Export Porytiles Layer Images` option to the Tileset Editor, which is a shortcut for individually exporting layer images that Porytiles can use.
18+
- Add an option under `Preferences` to include common scripts in the autocomplete for Script labels.
19+
- Add a setting under `Project Settings` to change the width of the metatile selectors.
20+
- Add versions of the API functions `[get|set]MetatileLayerOrder` and `[get|set]MetatileLayerOpacity` that work globally, rather than on individual layouts.
21+
- A link to Porymap's manual is now available under `Help`.
22+
23+
### Changed
24+
- The Player View Rectangle is now visible on the Events tab, as is the Cursor Tile Outline for certain tools.
25+
- When hovering over tiles in the Tileset Editor their palette and x/yflip are now listed alongside the tile ID.
26+
- The scroll position of the map view now remains the same between the Connections tab and the Map/Events tabs.
27+
- The Move tool now behaves more like a traditional pan tool (with no momentum).
28+
- The map image exporter now uses a checkered background to indicate transparency.
29+
- Invalid tile IDs are now rendered as magenta (like invalid metatiles), instead of rendering the same as a transparent tile.
30+
- While holding down `Ctrl` (`Cmd` on macOS) painting on the metatile layer view will now only change the tile's palette.
31+
- Full menu paths are now listed for shortcuts in the Shortcuts Editor.
32+
- Adding new event data to a map that has a `shared_events_map` will now remove the `shared_events_map`, rather than discard the event data.
33+
34+
### Fixed
35+
- Fix crash when rendering tiles with invalid palette numbers.
36+
- Fix crash when opening the Tileset Editor for tilesets with no metatiles.
37+
- Fix crash when changing the map/border size in certain API callbacks.
38+
- Fix metatile images exporting at 2x scale.
39+
- Fix display errors when a project's metatile limits are not divisible by 8.
40+
- Fix incorrect dividing line position for primary tiles images that are smaller than the maximum size.
41+
- Fix the checkered background of the `Change Dimensions` popup shifting while scrolling around.
42+
- Fix pasting Wild Pokémon data then changing maps resetting the pasted data.
43+
- Fix click-drag map selections behaving unexpectedly when the cursor is outside the map grid.
44+
- Fix events being dragged in negative coordinates lagging behind the cursor.
45+
- Fix the shortcut for duplicating events working while on the Connections tab.
46+
- Fix the Shortcuts Editor displaying the duplicate shortcut prompt repeatedly.
47+
- Fix the clear text button on the left in each row of the Shortcuts Editor also clearing the shortcut on the right.
48+
- Fix Undo/Redo ignoring the automatic resizing that occurs if a layout/border was an unexpected size.
49+
- Fix Undo/Redo in the Tileset and Palette Editors and Paste in the Tileset Editor appearing enabled even when they don't do anything.
50+
- Fix `Ctrl+Shift+Z` not being set as a default shortcut for Redo in the Palette Editor like it is for other windows.
51+
- Fix the Tileset Editor's status bar not updating while selecting tiles in the metatile layer view, or when pasting metatiles.
52+
- Fix the main window's status bar not immediately reflecting changes made while painting metatiles / movement permissions.
53+
- Fix cleared metatile labels not updating until the project is reloaded.
54+
- Fix some changes in the Tileset Editor being discarded if the window is closed too quickly.
55+
- Fix the Region Map Editor incorrectly displaying whether a `MAPSEC` has region map data.
56+
- Fix the Primary/Secondary Tileset selectors allowing invalid text, and considering a map unsaved if changed to invalid text then back again.
57+
- Fix broken error message for the primary tileset on the new map/layout dialogs.
58+
- Fix the dialog for duplicating/importing a map layout not allowing the tilesets to be changed.
59+
- Fix warning not appearing when the log file exceeds maximum size.
60+
- Fix possible lag while using the Tileset Editor's tile selector.
61+
- Fix unnecessary resources being used to watch files.
62+
- Fix possible crash on Linux if too many inotify instances are requested.
63+
1064
## [6.1.0] - 2025-06-09
1165
### Added
1266
- Add settings to change the application font and the map list font.

porymap.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ win32 {
4040

4141
DEFINES += PORYMAP_LATEST_COMMIT=\\\"$$LATEST_COMMIT\\\"
4242

43-
VERSION = 6.1.0
43+
VERSION = 6.2.0
4444
DEFINES += PORYMAP_VERSION=\\\"$$VERSION\\\"
4545

4646
SOURCES += src/core/advancemapparser.cpp \

0 commit comments

Comments
 (0)