Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
fix: Ignore external files within designated directories for extras.
fix: Better removal of non-managed folders in root of VFS:
Added some better removal logic of non-managed folders in the root of a VFS by returning a set of all files and folders that should be present in the VFS and flagging any it finds for removal for the existing removal logic to handle.
misc: Change log level of log statements for when a media folder is not found.
chore: Remove unreachable/dead code.