- Split up fs and asset scopes. This will reset the asset protocol scope once!
- Fix usage of directory patterns by removing glob asterisks at the end before allowing/forbidding them. This was causing them to be escaped, and so undesirable paths were allowed/forbidden while polluting the
.persisted_scope
file.
- The MSRV was raised to 1.64!
- The plugin now recursively unescapes saved patterns before allowing/forbidding them. This effectively prevents
.persisted-scope
files from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly.