mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-01 12:08:06 +02:00
1.2 KiB
1.2 KiB
Changelog
[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.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.