diff --git a/PKHeX.Core/Resources/byte/wc7.pkl b/PKHeX.Core/Resources/byte/wc7.pkl index f548e8ee4..8846313ec 100644 Binary files a/PKHeX.Core/Resources/byte/wc7.pkl and b/PKHeX.Core/Resources/byte/wc7.pkl differ diff --git a/PKHeX.Core/Resources/byte/wc7full.pkl b/PKHeX.Core/Resources/byte/wc7full.pkl index b149c8463..a405d7a9c 100644 Binary files a/PKHeX.Core/Resources/byte/wc7full.pkl and b/PKHeX.Core/Resources/byte/wc7full.pkl differ diff --git a/PKHeX.WinForms/Properties/AssemblyInfo.cs b/PKHeX.WinForms/Properties/AssemblyInfo.cs index bb69b8764..cef0a4713 100644 --- a/PKHeX.WinForms/Properties/AssemblyInfo.cs +++ b/PKHeX.WinForms/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("19.03.11.0")] -[assembly: AssemblyFileVersion("19.03.11.0")] +[assembly: AssemblyVersion("19.04.02.0")] +[assembly: AssemblyFileVersion("19.04.02.0")] [assembly: NeutralResourcesLanguageAttribute("en")] diff --git a/PKHeX.WinForms/Resources/text/changelog.txt b/PKHeX.WinForms/Resources/text/changelog.txt index 13b2db133..0a43137c6 100644 --- a/PKHeX.WinForms/Resources/text/changelog.txt +++ b/PKHeX.WinForms/Resources/text/changelog.txt @@ -1,7 +1,18 @@ PKHeX - By Kaphotics http://projectpokemon.org/pkhex/ -19/03/11 - New Update: +19/04/02 - New Update: + - Legality: + - - No parsing issues reported -- is it perfect yet? ^:) + - - Changed: Updated Hidden Ability banlist (bank monkeys). + - Added: Gen2 can now set the RTC 'reset' flag directly. Thanks @SatoMew! + - Added: Settings can now be reset via button in the Settings Editor. + - Added: Learnability API is now functional; not yet hooked to GUI. + - Changed: Multiple minor performance improvements have been added. + - Fixed: Gen7 Stamp editing now added missing stamp. Thanks @PKMWM1! + - Fixed: Gen3 C/XD saves now export correctly. + +19/03/11 - New Update: (40203) [1715080] - Legality: - - Changed: Updated GO shiny banlist. - - Fixed: Silvally pledge moves are now restricted correctly.