fecfd553
(#2070 by @FabianLars) Breaking Change: Replaced the customtauri_plugin_fs::Scope
struct withtauri::fs::Scope
.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
a1a82208
(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
- Upgraded to
[email protected]
e2c4dfb6
Update to tauri v2 stable release.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
e2e97db5
(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
- Upgraded to
[email protected]
9887d1
Update to tauri RC.
- Upgraded to
[email protected]
e847cedc
(#1402 by @Legend-Master) Use no default features on tauri for all plugins so that consumers can usedefault-features = false
on tauri, note that this will still enable wry feature on iOS6de87966
(#1597 by @Legend-Master) Update to tauri beta.25.
- Upgraded to
[email protected]
22a17980
(#1537 by @lucasfernog) Update to tauri beta.24.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
a04ea2f
(#1071) The global API script is now only added to the binary when thewithGlobalTauri
config is true.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
2cf8faa
(#839) Update to [email protected].10b8039
(#825) Usetauri::scope::fs::Scope
instead of local copy of its implementation.
- Upgraded to
[email protected]
387c2f9
(#802) Update to [email protected].
- Upgraded to
[email protected]
e438e0a
(#676) Update to [email protected].
- Upgraded to
[email protected]
5c13736
(#673) Update MSRV to 1.75.5de23e7
(#649) Update to [email protected].
- Upgraded to
[email protected]
- Upgraded to
[email protected]
d5a7c77
(#545) Fixes docs.rs build by enabling thetauri/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
[email protected]
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!
- Split up fs and asset scopes. This will reset the asset protocol scope once!
- 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.
- 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.