Skip to content

Latest commit

 

History

History
264 lines (139 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

264 lines (139 loc) · 10.9 KB

Changelog

[2.1.0]

  • 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.3]

Dependencies

  • Upgraded to fs@2.0.3

[2.0.2]

Dependencies

  • Upgraded to fs@2.0.2

[2.0.1]

Dependencies

  • Upgraded to fs@2.0.1

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

Dependencies

  • Upgraded to fs@2.0.0

[2.0.0-rc.6]

Dependencies

  • Upgraded to fs@2.0.0-rc.6

[2.0.0-rc.5]

Dependencies

  • Upgraded to fs@2.0.0-rc.5

[2.0.0-rc.4]

Dependencies

  • Upgraded to fs@2.0.0-rc.4

[2.0.0-rc.3]

Dependencies

  • Upgraded to fs@2.0.0-rc.3

[2.0.0-rc.2]

Dependencies

  • Upgraded to fs@2.0.0-rc.2

[2.0.0-rc.1]

Dependencies

  • Upgraded to fs@2.0.0-rc.1

[2.0.0-rc.0]

Dependencies

  • Upgraded to fs@2.0.0-rc.0

[2.0.0-beta.12]

Dependencies

  • Upgraded to fs@2.0.0-beta.12

[2.0.0-beta.11]

Dependencies

  • Upgraded to fs@2.0.0-beta.11

[2.0.0-beta.10]

Dependencies

  • Upgraded to fs@2.0.0-beta.10

[2.0.0-beta.9]

Dependencies

  • Upgraded to fs@2.0.0-beta.9

[2.0.0-beta.8]

Dependencies

  • Upgraded to fs@2.0.0-beta.8

[2.0.0-beta.7]

Dependencies

  • Upgraded to fs@2.0.0-beta.7

[2.0.0-beta.6]

Dependencies

  • Upgraded to fs@2.0.0-beta.6

[2.0.0-beta.5]

Dependencies

  • Upgraded to fs@2.0.0-beta.5

[2.0.0-beta.4]

Dependencies

  • Upgraded to fs@2.0.0-beta.4

[2.0.0-beta.3]

  • 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]

Dependencies

  • Upgraded to fs@2.0.0-beta.2

[2.0.0-beta.1]

Dependencies

  • Upgraded to fs@2.0.0-beta.1

[2.0.0-beta.0]

Dependencies

  • Upgraded to fs@2.0.0-beta.0

[2.0.0-alpha.7]

Dependencies

  • Upgraded to fs@2.0.0-alpha.7

[2.0.0-alpha.6]

  • 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]

Dependencies

  • Upgraded to fs@2.0.0-alpha.5

[2.0.0-alpha.4]

Dependencies

  • Upgraded to fs@2.0.0-alpha.4

[2.0.0-alpha.3]

Dependencies

  • Upgraded to fs@2.0.0-alpha.3

[2.0.0-alpha.2]

Dependencies

  • Upgraded to fs@2.0.0-alpha.2

[2.0.0-alpha.1]

  • 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]

  • 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.3]

  • 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]

  • 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]

  • 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