mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
395ff65547
* publish new versions * Update Cargo.toml --------- Co-authored-by: FabianLars <FabianLars@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
1.4 KiB
1.4 KiB
Changelog
[0.1.3]
- Split up fs and asset scopes. This will reset the asset protocol scope once!
[0.1.2]
- 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_scopefile.
[0.1.1]
- The MSRV was raised to 1.64!
- The plugin now recursively unescapes saved patterns before allowing/forbidding them. This effectively prevents
.persisted-scopefiles from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly.