Update 21.05.21

This commit is contained in:
Kurt
2021-05-20 09:37:15 -07:00
parent d83b2331ac
commit 4b3a3a4afe
3 changed files with 7 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<ApplicationIcon>Resources\Icon.ico</ApplicationIcon>
<StartupObject>PKHeX.WinForms.Program</StartupObject>
<AssemblyName>PKHeX</AssemblyName>
<Version>21.05.19</Version>
<Version>21.05.21</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>

View File

@@ -1,7 +1,12 @@
PKHeX - By Kaphotics
http://projectpokemon.org/pkhex/
21/05/19 - New Update:
21/05/21 - New Update:
- Fixed: Gen1-5 Money/Coin editing, no longer sets it to 0.
- Fixed: Showdown set imports sometimes failing (Gender, Nickname)
- Fixed: Country/Region display in the PKM Editor and Box Report now display correctly.
21/05/19 - New Update: (4867) [3668181]
- Legality:
- - Added: Gen8 Distribution nests / met locations are now checked according to date of availability (epoch). Thanks @Lusamine!
- - Added: Gen8 nests that are inaccessible without enough badges are now checked for low level hosted raids. Thanks @Lusamine!