Update your plugin using the dev manifest or by downloading the release from GitHub Releases and installing it manually!
Changes since last build:
refactor: Hook up resolver for iterative VFS generation + more:
-
Hooked up the resolver for iterative VFS generation. Added a way to skip validating links which wasn't generated in the previous generation.
-
Removed the option to enable iterative file checks. It is now always enabled, because of the rework of the internals of the VFS service to make the iterative generation work.
-
Overhauled the internals of the VFS service to better support iterative VFS generation. It will now only lock and not cache the results when iterating over root of the VFS folder, so two refreshes back-to-back will check with the upstream both times if there has been any changes, instead of only the first time working.
chore: Move more unused properties to DEBUG only builds.