mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-01-31 00:45:24 +01:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
12 KiB
12 KiB
Changelog
[2.3.5]
Dependencies
- Upgraded to
fs@2.4.5
[2.3.4]
93426f85Fixed an issue that caused docs.rs builds to fail. No user facing changes.
Dependencies
- Upgraded to
fs@2.4.4
[2.3.3]
Dependencies
- Upgraded to
fs@2.4.3
[2.3.2]
Dependencies
- Upgraded to
fs@2.4.2
[2.3.1]
Dependencies
- Upgraded to
fs@2.4.1
[2.3.0]
Dependencies
- Upgraded to
fs@2.4.0
[2.2.2]
Dependencies
- Upgraded to
fs@2.3.0
[2.2.1]
Dependencies
- Upgraded to
fs@2.2.1
[2.2.0]
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.1]
Dependencies
- Upgraded to
fs@2.1.1
[2.1.0]
fecfd553(#2070 by @FabianLars) Breaking Change: Replaced the customtauri_plugin_fs::Scopestruct withtauri::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]
a1a82208(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
Dependencies
- Upgraded to
fs@2.0.1
[2.0.0]
e2c4dfb6Update 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]
e2e97db5(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
Dependencies
- Upgraded to
fs@2.0.0-rc.1
[2.0.0-rc.0]
9887d1Update to tauri RC.
Dependencies
- Upgraded to
fs@2.0.0-rc.0
[2.0.0-beta.12]
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]
22a17980(#1537 by @lucasfernog) Update to tauri beta.24.
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 thewithGlobalTauriconfig 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) Usetauri::scope::fs::Scopeinstead of local copy of its implementation.
Dependencies
- Upgraded to
fs@2.0.0-alpha.6
[2.0.0-alpha.5]
387c2f9(#802) Update to tauri@alpha.18.
Dependencies
- Upgraded to
fs@2.0.0-alpha.5
[2.0.0-alpha.4]
e438e0a(#676) Update to tauri@alpha.17.
Dependencies
- Upgraded to
fs@2.0.0-alpha.4
[2.0.0-alpha.3]
5c13736(#673) Update MSRV to 1.75.5de23e7(#649) Update to tauri@alpha.15.
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 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]
ebb2eb2(#274) Recursively unescape 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.717ae67(#371) First v2 alpha release!
[0.1.3]
- Split up fs and asset scopes. This will reset the asset protocol scope once!
[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_scopefile.
[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-scopefiles from blowing up, which caused Out-Of-Memory issues, while automatically fixing existing broken files seamlessly.