mirror of
https://github.com/tauri-apps/tauri-plugin-persisted-scope.git
synced 2026-02-04 02:41:20 +01:00
* publish new versions * Update Cargo.toml * add msrv note to changelog * changelog wording --------- Co-authored-by: FabianLars <FabianLars@users.noreply.github.com> Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de> Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/5005303399 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
623 B
623 B
Changelog
[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.