Add missing tooltip, update changelog

This commit is contained in:
GriffinR 2023-12-11 16:56:41 -05:00
parent c4adcc2963
commit 80148c7176
2 changed files with 5 additions and 0 deletions

View file

@ -21,6 +21,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
- If the recent project directory doesn't exist Porymap will open an empty project instead of failing with a misleading error message. - If the recent project directory doesn't exist Porymap will open an empty project instead of failing with a misleading error message.
- Settings under `Options` were relocated either to the `Preferences` window or `Options -> Project Settings`. - Settings under `Options` were relocated either to the `Preferences` window or `Options -> Project Settings`.
- Secret Base and Weather Trigger events are automatically disabled if their respective constants files fail to parse, instead of not opening the project. - Secret Base and Weather Trigger events are automatically disabled if their respective constants files fail to parse, instead of not opening the project.
- If a Pokémon icon fails to load Porymap will attempt to predict its filepath.
### Fixed ### Fixed
- Fix text boxes in the Palette Editor calculating color incorrectly. - Fix text boxes in the Palette Editor calculating color incorrectly.
@ -34,6 +35,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d
- Fix heal location data being cleared if certain spaces aren't used in the table. - Fix heal location data being cleared if certain spaces aren't used in the table.
- Fix bad URL color contrast on dark themes. - Fix bad URL color contrast on dark themes.
- Fix some issues when too few/many pokémon are specified for a wild encounter group. - Fix some issues when too few/many pokémon are specified for a wild encounter group.
- If Porymap only needs the name of a C define stop reporting errors about its value.
## [5.1.1] - 2023-02-20 ## [5.1.1] - 2023-02-20
### Added ### Added

View file

@ -400,6 +400,9 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip">
<string>The icon that will be displayed on the Wild Pokémon tab for the above species</string>
</property>
<property name="text"> <property name="text">
<string>Species</string> <string>Species</string>
</property> </property>