Skip to content

Commit

Permalink
Created ChangeLog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MADH95 committed Nov 15, 2021
1 parent 4b2161f commit e4eeeb4
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions ChangeLog.md
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

0 comments on commit e4eeeb4

Please sign in to comment.