Skip to content

persisted-scope full changelog

May 2, 2026
  • Upgraded to fs@2.5.1
Apr 4, 2026
  • Upgraded to fs@2.5.0
Jan 8, 2026
  • Upgraded to fs@2.4.5
Oct 27, 2025
  • 93426f85 Fixed an issue that caused docs.rs builds to fail. No user facing changes.
  • Upgraded to fs@2.4.4
Oct 26, 2025
  • Upgraded to fs@2.4.3
Aug 20, 2025
  • Upgraded to fs@2.4.2
Jul 20, 2025
  • Upgraded to fs@2.4.1
Jun 25, 2025
  • Upgraded to fs@2.4.0
May 20, 2025
  • Upgraded to fs@2.3.0
Apr 2, 2025
  • Upgraded to fs@2.2.1
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.
  • Upgraded to fs@2.2.0
Dec 9, 2024
  • Upgraded to fs@2.1.1
Dec 2, 2024
  • fecfd553 (#2070 by @FabianLars) Breaking Change: Replaced the custom tauri_plugin_fs::Scope struct with tauri::fs::Scope.
  • Upgraded to fs@2.1.0
Oct 21, 2024
  • Upgraded to fs@2.0.3
Oct 20, 2024
  • Upgraded to fs@2.0.2
Oct 3, 2024
  • Upgraded to fs@2.0.1
Oct 2, 2024
  • e2c4dfb6 Update to tauri v2 stable release.
  • Upgraded to fs@2.0.0
Oct 2, 2024
  • Upgraded to fs@2.0.0-rc.6
Sep 15, 2024
  • Upgraded to fs@2.0.0-rc.5
Sep 12, 2024
  • Upgraded to fs@2.0.0-rc.4
Sep 5, 2024
  • Upgraded to fs@2.0.0-rc.3
Sep 4, 2024
  • Upgraded to fs@2.0.0-rc.2
Aug 29, 2024
  • Upgraded to fs@2.0.0-rc.1
Aug 2, 2024
  • Upgraded to fs@2.0.0-rc.0
Jul 31, 2024
  • Upgraded to fs@2.0.0-beta.12
Jul 12, 2024
  • Upgraded to fs@2.0.0-beta.11
Jul 2, 2024
  • Upgraded to fs@2.0.0-beta.10
May 30, 2024
  • Upgraded to fs@2.0.0-beta.9
May 30, 2024
  • Upgraded to fs@2.0.0-beta.8
May 1, 2024
  • Upgraded to fs@2.0.0-beta.7
Apr 23, 2024
  • Upgraded to fs@2.0.0-beta.6
Apr 18, 2024
  • Upgraded to fs@2.0.0-beta.5
Apr 2, 2024
  • Upgraded to fs@2.0.0-beta.4
Mar 21, 2024
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.
  • Upgraded to fs@2.0.0-beta.3
Mar 7, 2024
  • Upgraded to fs@2.0.0-beta.2
Feb 21, 2024
  • Upgraded to fs@2.0.0-beta.1
Feb 3, 2024
  • Upgraded to fs@2.0.0-beta.0
Dec 28, 2023
  • Upgraded to fs@2.0.0-alpha.7
Dec 20, 2023
  • 2cf8faa(#839) Update to tauri@alpha.20.
  • 10b8039(#825) Use tauri::scope::fs::Scope instead of local copy of its implementation.
  • Upgraded to fs@2.0.0-alpha.6
Dec 14, 2023
  • Upgraded to fs@2.0.0-alpha.5
Oct 29, 2023
  • Upgraded to fs@2.0.0-alpha.4
Oct 23, 2023
  • Upgraded to fs@2.0.0-alpha.3
Sep 7, 2023
  • Upgraded to fs@2.0.0-alpha.2
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.
  • Upgraded to fs@2.0.0-alpha.1
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!
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
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
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