• v1.2.0 c19af1ef46

    v1.2.0 Stable

    Robin-van-der-Linde released this 2025-01-15 21:37:58 +00:00 | 34 commits to main since this release

    Version 1.2.0 (2025-01-15)

    Added

    • New caching mechanism for references, tagRenderings and filters.
      This allows the completions to show all filters, not just the ones in filters.json and questions.json.
      It's also possible to look up uses of a filter or a tagRendering.
      The caching will take about 30 seconds to complete, but will be saved so it only needs to be done once. On subsequent activations, the cache will be updated if there are changes to the files. Also, it's updated whenever you save or remove a file in your editor. It is also possible to disable this feature in settings, however this will disable the autocompletion for filters and tagRenderings that are not in the filters.json and questions.json files, as well as the implementation support.
    • Autocompletion for icon fields, giving the built-in icons as suggestions. (#7)

    Fixed

    • Icons with mappings are not clickable anymore. (#14)
    Downloads