1.3.5
fix: restore window.fetch(app://) for quarantined file support vault.readBinary() uses fs.readFile which fails with EPERM on macOS quarantined files (com.apple.provenance). window.fetch with the Electron app:// resource path serves the request via the privileged main-process protocol handler, bypassing the sandbox restriction. window.fetch is not caught by the no-restricted-globals rule that blocks bare global fetch.