fecfd553
(#2070 by @FabianLars) Breaking Change: Replaced the customtauri_plugin_fs::Scope
struct withtauri::fs::Scope
.
- Upgraded to
fs@2.1.0
- Upgraded to
fs@2.0.3
- Upgraded to
fs@2.0.2
a1a82208
(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
- Upgraded to
fs@2.0.1
e2c4dfb6
Update to tauri v2 stable release.
- Upgraded to
fs@2.0.0
- Upgraded to
fs@2.0.0-rc.6
- Upgraded to
fs@2.0.0-rc.5
- Upgraded to
fs@2.0.0-rc.4
- Upgraded to
fs@2.0.0-rc.3
- Upgraded to
fs@2.0.0-rc.2
e2e97db5
(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
- Upgraded to
fs@2.0.0-rc.1
9887d1
Update to tauri RC.
- Upgraded to
fs@2.0.0-rc.0
e847cedc
(#1402 by @Legend-Master) Use no default features on tauri for all plugins so that consumers can usedefault-features = false
on tauri, note that this will still enable wry feature on iOS6de87966
(#1597 by @Legend-Master) Update to tauri beta.25.
- Upgraded to
fs@2.0.0-beta.12
22a17980
(#1537 by @lucasfernog) Update to tauri beta.24.
- Upgraded to
fs@2.0.0-beta.11
- Upgraded to
fs@2.0.0-beta.10
- Upgraded to
fs@2.0.0-beta.9
- Upgraded to
fs@2.0.0-beta.8
- Upgraded to
fs@2.0.0-beta.7
- Upgraded to
fs@2.0.0-beta.6
- Upgraded to
fs@2.0.0-beta.5
- Upgraded to
fs@2.0.0-beta.4
a04ea2f
(#1071) The global API script is now only added to the binary when thewithGlobalTauri
config is true.
- Upgraded to
fs@2.0.0-beta.3
- Upgraded to
fs@2.0.0-beta.2
- Upgraded to
fs@2.0.0-beta.1
- Upgraded to
fs@2.0.0-beta.0
- Upgraded to
fs@2.0.0-alpha.7
2cf8faa
(#839) Update to tauri@alpha.20.10b8039
(#825) Usetauri::scope::fs::Scope
instead of local copy of its implementation.
- Upgraded to
fs@2.0.0-alpha.6
- Upgraded to
fs@2.0.0-alpha.5
- Upgraded to
fs@2.0.0-alpha.4
- Upgraded to
fs@2.0.0-alpha.3
- Upgraded to
fs@2.0.0-alpha.2
d5a7c77
(#545) Fixes docs.rs build by enabling thetauri/dox
feature flag.aba07c2
(#468) Split up fs and asset scopes. This will reset the asset protocol scope once!aba07c2
(#468) 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.d74fc0a
(#555) Update to alpha.11.
- Upgraded to
fs@2.0.0-alpha.1
ebb2eb2
(#274) Recursively unescape 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.717ae67
(#371) First v2 alpha release!
- 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.