Files
tauri-plugins-workspace/plugins/persisted-scope/CHANGELOG.md
T
github-actions[bot] a2d68e04a1 Publish New Versions (v2) (#374)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-05-24 10:33:37 -03:00

645 B

Changelog

[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!