• v1.2.2 5b884387a6

    v1.2.2 Stable

    Robin-van-der-Linde released this 2025-03-01 00:36:57 +01:00 | 2 commits to main since this release

    Version 1.2.2 (2025-03-01)

    This is the last release of the extension on GitHub, from now on you'll be able to find the source code on the MapComplete Forgejo. Releases will still be available on the VScode Marketplace and Open VSX as well.

    Fixed

    • When a tagRendering is re-used by layer.*, it's also picked up by the implementation support (#34).
    • Fix a wrong ID for the refresh command.
    • Handle labels (mostly) correctly in the implementation support. (#35)
    Downloads
  • v1.2.1 3519438094

    v1.2.1 Stable

    Robin-van-der-Linde released this 2025-02-21 00:03:49 +01:00 | 14 commits to main since this release

    Version 1.2.1 (2025-02-20)

    Fixed

    • Layer definition also works for lists in the builtin property.
    • The socialImage is now also clickable.
    Downloads
  • v1.2.0 c19af1ef46

    v1.2.0 Stable

    Robin-van-der-Linde released this 2025-01-15 22:37:58 +01:00 | 18 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
  • v1.1.1 36fcba8a6d

    v1.1.1 Stable

    Robin-van-der-Linde released this 2025-01-10 00:47:25 +01:00 | 40 commits to main since this release

    Version 1.1.1 (2025-01-07)

    Fixed

    • TagRenderings, filters and colours with in override or overrideAll were not working correctly.
    • Colours were not correctly parsed when using hex colours (oops).
    • All files were included in the extension, not just the compiled ones. This made the extension about 50kb larger than it needed to be.
    Downloads