Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix: Check if enabled for item before getting external URLs.
chore: Change compare for Guid.Empty.
chore: Move TODO below summary.
fix: Check if enabled for item first.
fix: Properly clear cache in merge version manager.
fix: Don't use provider ids for collections.
fix: Make endpoints use auth.
chore: Fix bracket styling.
refactor: Add more debug settings.
fix: Only set width/height for images in display mode.
misc: Update option description.
refactor: Rework how IDs are linked to the info objects + more:
Reworked how the metadata IDs are linked to the info objects, allowing us to display all external links for the entities if the new setting to display more external URLs is enabled. Also streamlined the usage of the IDs internally.
Note: This change may slow down the metadata construction for info objects which will have multiple metadata IDs linked, since we're now fetching more info from the server compared to before.