Skip to content

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
  • 93426f85 Fixed 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
Dependencies
  • Upgraded to fs@2.4.0

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 to v2.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 custom tauri_plugin_fs::Scope struct with tauri::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
Dependencies
  • Upgraded to fs@2.0.1

2.0.0

Oct 2, 2024
  • e2c4dfb6 Update to tauri v2 stable release.
Dependencies
  • Upgraded to fs@2.0.0

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
Dependencies
  • Upgraded to fs@2.0.0-rc.1

2.0.0-rc.0

Aug 2, 2024
Dependencies
  • Upgraded to fs@2.0.0-rc.0

2.0.0-beta.x

2.0.0-beta.12

Jul 31, 2024
Dependencies
  • Upgraded to fs@2.0.0-beta.12

2.0.0-beta.11

Jul 12, 2024
Dependencies
  • Upgraded to fs@2.0.0-beta.11

2.0.0-beta.10

Jul 2, 2024
Dependencies
  • Upgraded to fs@2.0.0-beta.10

2.0.0-beta.9

May 30, 2024
Dependencies
  • Upgraded to fs@2.0.0-beta.9

2.0.0-beta.8

May 30, 2024
Dependencies
  • Upgraded to fs@2.0.0-beta.8

2.0.0-beta.7

May 1, 2024
Dependencies
  • Upgraded to fs@2.0.0-beta.7

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 the withGlobalTauri config is true.
Dependencies
  • Upgraded to fs@2.0.0-beta.3

2.0.0-beta.2

Mar 7, 2024
Dependencies
  • Upgraded to fs@2.0.0-beta.2

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) Use tauri::scope::fs::Scope instead of local copy of its implementation.
Dependencies
  • Upgraded to fs@2.0.0-alpha.6

2.0.0-alpha.5

Dec 14, 2023
Dependencies
  • Upgraded to fs@2.0.0-alpha.5

2.0.0-alpha.4

Oct 29, 2023
Dependencies
  • Upgraded to fs@2.0.0-alpha.4

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
Dependencies
  • Upgraded to fs@2.0.0-alpha.2

2.0.0-alpha.1

Aug 14, 2023
  • d5a7c77(#545) Fixes docs.rs build by enabling the tauri/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.
Dependencies
  • Upgraded to fs@2.0.0-alpha.1

2.0.0-alpha.0

May 24, 2023
  • 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!

0.1.x

0.1.3

Jul 10, 2023
  • Split up fs and asset scopes. This will reset the asset protocol scope once!
    • ad30286 fix(persisted-scope): separately save asset protocol patterns (#459) on 2023-07-10

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_scope file.
    • 9174b80 [persisted scope] fix: handle recursive directory correctly (#455) on 2023-06-29

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-scope files from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly.
    • ebb2eb2 fix(persisted-scope): Prevent out-of-memory issues, fixes #274 (#328) on 2023-04-26

© 2026 Tauri Contributors. CC-BY / MIT