Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix: Use string for image source:
Enum can't represent all sources currently returned by the API across stable and dev. Instead of adding the new sources which exist in dev but not in stable, we're converting it to a string since we're just passing it along internally and back to the server anyways.