Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:04
· 1417 commits to main since this release

Fixed

  • Saves containing a FieldPathProperty no longer break every typed-parse tab.
    The typed property parser aborted on the first unsupported property type,
    which failed the whole typed parse and left the All data tab showing a parse
    error, the Progression tab locked, and the Player/Inventory edit controls
    gated off. FieldPathProperty is now kept as opaque bytes (read-only,
    round-tripped on save), like TextProperty.