Skip to content

1.4.0

Choose a tag to compare

@daredoes daredoes released this 01 Mar 06:49

What's Changed

template_data is now called ll_data. Until v2, I will automatically transition users from template_data to ll_data, so they are interchangeable. This is to make sure I don't overshadow a key some other card may want to use.

A new key of ll_keys can be added. It's type is an array of strings. Each string will be matched against a key in the ll_data object, and if a match is found, the value of that key in ll_data will be put/swapped into the template card with the given key.

Full Changelog: 1.3.5...1.4.0