Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
feat: Add new collect and sort debug option:
Added a new debug configuration option (VFS_CollectAndSort) that, when enabled, collects all files before processing them instead of yielding immediately. This enables sorting by series size to emit smaller series first, potentially improving VFS generation performance at the cost of increased startup time.