Skip to content

v1.1.1

Latest

Choose a tag to compare

@a-und-b a-und-b released this 13 Jun 14:18

Fixed

  • Card titles now resolve on every run. `Card Title` previously
    resolved to the card's prompt only on the first run of a session; on later
    runs a `GLOBAL_CACHE` hit short-circuited `load_tags()` before the card
    index was built, so the title fell back to literal text (e.g.
    `Iron Knight` -> `Iron Knight`) and lost its Prefix/Suffix. The index
    is now built before the cache lookup.

Full Changelog: v1.1.0...v1.1.1