mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 04:23:12 +00:00
Update 19.11.15
Introducing Sword/Shield support! Legality is still a work in progress, and documentation of encounters and game features with respect to save data is ready for community effort! -Kurt
This commit is contained in:
parent
cefb56a749
commit
199570b12d
4 changed files with 19 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -12,7 +12,7 @@
|
|||
<ApplicationIcon>icon.ico</ApplicationIcon>
|
||||
<StartupObject>PKHeX.WinForms.Program</StartupObject>
|
||||
<AssemblyName>PKHeX</AssemblyName>
|
||||
<Version>19.09.19</Version>
|
||||
<Version>19.11.15</Version>
|
||||
<LangVersion>8</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -1,7 +1,24 @@
|
|||
PKHeX - By Kaphotics
|
||||
http://projectpokemon.org/pkhex/
|
||||
|
||||
19/09/19 - New Update:
|
||||
19/11/15 - New Update:
|
||||
- Introducing Sword/Shield support! Thanks @SciresM and @sora10pls for troubleshooting prior to release!
|
||||
- - Initial Legality Checking is provided. Please refer to the forums when reporting legality issues for Generation 8 parsing.
|
||||
- - Bag editing, Pokédex, and Trainer Info editing is provided.
|
||||
- Changed: PKHeX.Core.dll is now merged in with the main executable.
|
||||
- Changed: PKHeX.WinForms spriting has now been split into a separate project. On build, it is merged into the main executable.
|
||||
- Changed: .NET Core 3 support added for WinForms builds. .NET Framework 4.6 build is still the main build option.
|
||||
- Changed: Project internals now use C# language version 8, the latest. Nullable compiler checks enabled for PKHeX.Core.
|
||||
- Removed: Mono build no longer required due to font loading rework. No platform specific code remains!
|
||||
- Changed: Slot grids are now generated instead of manually created. Party and Battle Box now appear differently.
|
||||
- Changed: Encounter Slot generators now use game-specific logic to yield slots.
|
||||
- Fixed: Gen6 Fashion for females now exposes the remaining fields.
|
||||
- Fixed: Legality parsing for misc things fixed. Thanks @Rayqo, @steph9009, @iiippppk!
|
||||
- Fixed: Mystery Gift received flags are now set correctly. Thanks tsubasa830!
|
||||
- Fixed: Loading box data binaries now applies it to the current box. Thanks @PKMWM1!
|
||||
- Fixed: Gen4 Poketch now behaves correctly in the editor, no longer deleting itself.
|
||||
|
||||
19/09/19 - New Update: (80783) [2080662]
|
||||
- Legality:
|
||||
- - Updated GO shiny banlist.
|
||||
- Refactoring prep work for SwSh has changed some internal behavior.
|
||||
|
|
Loading…
Reference in a new issue