persisted-scope full changelog
2.3.x
2.3.7
May 2, 2026
Dependencies
- Upgraded to
fs@2.5.1
2.3.6
Apr 4, 2026
Dependencies
- Upgraded to
fs@2.5.0
2.3.5
Jan 8, 2026
Dependencies
- Upgraded to
fs@2.4.5
2.3.4
Oct 27, 2025
93426f85Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Dependencies
- Upgraded to
fs@2.4.4
2.3.3
Oct 26, 2025
Dependencies
- Upgraded to
fs@2.4.3
2.3.2
Aug 20, 2025
Dependencies
- Upgraded to
fs@2.4.2
2.3.1
Jul 20, 2025
Dependencies
- Upgraded to
fs@2.4.1
2.3.0
Jun 25, 2025
2.2.x
2.2.2
May 20, 2025
Dependencies
- Upgraded to
fs@2.3.0
2.2.1
Apr 2, 2025
Dependencies
- Upgraded to
fs@2.2.1
2.2.0
Dec 9, 2024
3a79266b(#2173 by @FabianLars) Bumped all plugins tov2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
Dependencies
- Upgraded to
fs@2.2.0
2.1.x
2.1.1
Dec 9, 2024
Dependencies
- Upgraded to
fs@2.1.1
2.1.0
Dec 2, 2024
fecfd553(#2070 by @FabianLars) Breaking Change: Replaced the customtauri_plugin_fs::Scopestruct withtauri::fs::Scope.
Dependencies
- Upgraded to
fs@2.1.0
2.0.x
2.0.3
Oct 21, 2024
Dependencies
- Upgraded to
fs@2.0.3
2.0.2
Oct 20, 2024
Dependencies
- Upgraded to
fs@2.0.2
2.0.1
Oct 3, 2024
a1a82208(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
Dependencies
- Upgraded to
fs@2.0.1
2.0.0
Oct 2, 2024
2.0.0-rc.x
2.0.0-rc.6
Oct 2, 2024
Dependencies
- Upgraded to
fs@2.0.0-rc.6
2.0.0-rc.5
Sep 15, 2024
Dependencies
- Upgraded to
fs@2.0.0-rc.5
2.0.0-rc.4
Sep 12, 2024
Dependencies
- Upgraded to
fs@2.0.0-rc.4
2.0.0-rc.3
Sep 5, 2024
Dependencies
- Upgraded to
fs@2.0.0-rc.3
2.0.0-rc.2
Sep 4, 2024
Dependencies
- Upgraded to
fs@2.0.0-rc.2
2.0.0-rc.1
Aug 29, 2024
2.0.0-rc.0
Aug 2, 2024
2.0.0-beta.x
2.0.0-beta.12
Jul 31, 2024
e847cedc(#1402 by @Legend-Master) Use no default features on tauri for all plugins so that consumers can usedefault-features = falseon tauri, note that this will still enable wry feature on iOS6de87966(#1597 by @Legend-Master) Update to tauri beta.25.
Dependencies
- Upgraded to
fs@2.0.0-beta.12
2.0.0-beta.11
Jul 12, 2024
2.0.0-beta.10
Jul 2, 2024
2.0.0-beta.9
May 30, 2024
2.0.0-beta.8
May 30, 2024
2.0.0-beta.7
May 1, 2024
2.0.0-beta.6
Apr 23, 2024
Dependencies
- Upgraded to
fs@2.0.0-beta.6
2.0.0-beta.5
Apr 18, 2024
Dependencies
- Upgraded to
fs@2.0.0-beta.5
2.0.0-beta.4
Apr 2, 2024
Dependencies
- Upgraded to
fs@2.0.0-beta.4
2.0.0-beta.3
Mar 21, 2024
a04ea2f(#1071) The global API script is now only added to the binary when thewithGlobalTauriconfig is true.
Dependencies
- Upgraded to
fs@2.0.0-beta.3
2.0.0-beta.2
Mar 7, 2024
2.0.0-beta.1
Feb 21, 2024
Dependencies
- Upgraded to
fs@2.0.0-beta.1
2.0.0-beta.0
Feb 3, 2024
Dependencies
- Upgraded to
fs@2.0.0-beta.0
2.0.0-alpha.x
2.0.0-alpha.7
Dec 28, 2023
Dependencies
- Upgraded to
fs@2.0.0-alpha.7
2.0.0-alpha.6
Dec 20, 2023
2cf8faa(#839) Update to tauri@alpha.20.10b8039(#825) Usetauri::scope::fs::Scopeinstead of local copy of its implementation.
Dependencies
- Upgraded to
fs@2.0.0-alpha.6
2.0.0-alpha.5
Dec 14, 2023
2.0.0-alpha.4
Oct 29, 2023
2.0.0-alpha.3
Oct 23, 2023
Dependencies
- Upgraded to
fs@2.0.0-alpha.3
2.0.0-alpha.2
Sep 7, 2023
2.0.0-alpha.1
Aug 14, 2023
d5a7c77(#545) Fixes docs.rs build by enabling thetauri/doxfeature 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-scopefile.d74fc0a(#555) Update to alpha.11.
Dependencies
- Upgraded to
fs@2.0.0-alpha.1
2.0.0-alpha.0
May 24, 2023
0.1.x
0.1.3
Jul 10, 2023
0.1.2
Jun 29, 2023
- 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
May 17, 2023
- 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.
© 2026 Tauri Contributors. CC-BY / MIT