diff --git a/Directory.Build.props b/Directory.Build.props index 76c785bc6..474f410d0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 26.03.06 + 26.03.20 14 enable en diff --git a/PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl b/PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl index 1ce5dbde0..62d67bab2 100644 Binary files a/PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl and b/PKHeX.Core/Resources/legality/wild/encounter_go_home.pkl differ diff --git a/PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl b/PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl index d2252d484..be6eb9fab 100644 Binary files a/PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl and b/PKHeX.Core/Resources/legality/wild/encounter_go_lgpe.pkl differ diff --git a/PKHeX.WinForms/Controls/Slots/SlotUtil.cs b/PKHeX.WinForms/Controls/Slots/SlotUtil.cs index 69393d4ee..0f4c24868 100644 --- a/PKHeX.WinForms/Controls/Slots/SlotUtil.cs +++ b/PKHeX.WinForms/Controls/Slots/SlotUtil.cs @@ -42,9 +42,6 @@ public static class SlotUtil /// public static void UpdateSlot(PictureBox pb, ISlotInfo info, PKM pk, SaveFile sav, SlotVisibilityType flags, SlotTouchType t = SlotTouchType.None) { - pb.Image?.Dispose(); - pb.BackgroundImage?.Dispose(); - pb.BackgroundImage = GetTouchTypeBackground(t); if (pk.Species == 0) // Nothing in slot { diff --git a/PKHeX.WinForms/Resources/text/changelog.txt b/PKHeX.WinForms/Resources/text/changelog.txt index 414128db3..f60949a95 100644 --- a/PKHeX.WinForms/Resources/text/changelog.txt +++ b/PKHeX.WinForms/Resources/text/changelog.txt @@ -1,7 +1,17 @@ PKHeX - By Kaphotics http://projectpokemon.org/pkhex/ -26/03/06 - New Update: +26/03/20 - New Update: + - Added handling for ZA's new patch revision tag. + - Legality: Gen3 Updated nickname checks for Japanese language origin. + - Changed: Hover preview in boxes now renders much quicker. + - Added: Gen8 encounters via the Encounter Database now respect requests for Shiny. + - Added: Gen1-5 Trainer editors can now edit OT trash bytes via CTRL-Click, same as the main entity GUI. + - Added: Gen3 Hall of Fame can now set current party to the selected entry. + - Fixed: Gen4 chatter and Records now read from the correct save block (rather than potentially the backup). + - Fixed: Performing many thousand Drag-drop operations will no longer crash the program (handle leak). + +26/03/06 - New Update: (114499) [12750752] - Legality: Added Gen3 FR/LG virtual console legality restrictions and trash byte checks. - Added: Gen3 FR/LG dex editing will clear unavailable captured dex flags. - Added: Gen3 FR/LG item lists for virtual console no longer permit items exclusively from R/S/E/C/XD.