-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
|
||
## v1.5.0 | ||
- Fixed bugs with v1.4.0 | ||
- Compatability patch for InscryptionAPI v1.11 | ||
|
||
## v1.4.0 | ||
- Changed json parser from Unity's JSONUtility to TinyJson | ||
|
||
## v1.3.11 | ||
- Fixed error with png check | ||
|
||
## v1.3.10 | ||
- Added check for textures being png files | ||
|
||
## v1.3.9 | ||
- Fixed bug where textures were being assigned wrong | ||
|
||
## v1.3.8 | ||
- Fixed bug where "titleGraphic" was being set to "texture" | ||
|
||
## v1.3.6 | ||
- Fixed linking error from patch v1.3.5 | ||
|
||
## v1.3.5 | ||
- Compatablity patch for InscryptionAPI v1.10 | ||
|
||
## v1.3.3 | ||
- updated error logging for user | ||
|
||
## v1.3.2 | ||
- Added ability to edit existing cards with the use of "fieldsToEdit" | ||
- Added better error logging for user | ||
|
||
## v1.2.1 | ||
- Compatablity patch for InscryptionAPI v1.8 | ||
|
||
## v1.2.0 | ||
- Added Functionality for: | ||
+ EvolveParams via "evolve_evolutionName" & "evolve_turnsToEvolve" | ||
+ TailParams via "tail_cardName" & "tail_tailLostPortrait" | ||
+ IceCubeParams via "iceCube_creatureWithin" | ||
|
||
## v1.1.1 | ||
- Added ability to use strings for the enum values on a card | ||
|
||
## v1.0.1 | ||
- Fixed issue with hard coded file paths | ||
|
||
## v1.0.0 | ||
- Handles cards that don't use: | ||
+ EvolveParams | ||
+ TailParams | ||
+ IceCubeParams |