Skip to content

v0.8.2

Choose a tag to compare

@zag zag released this 07 Jun 21:15
· 3 commits to master since this release

Podlite Desktop

Podlite Desktop 0.8.2

Patch release: fixes an "Uncaught Exception" dialog that appeared on every File -> Open under sandboxed builds.

Fixed

  • File -> Open no longer triggers a JavaScript-error dialog. The previous version's external-edit watcher threw EPERM: operation not permitted, watch '…' when the OS denied recursive directory access - typical for the Mac App Store sandbox and for documents stored in iCloud Drive. The watcher now logs the denial and continues without auto-reload for that document; everything else works as before. (#60)

Other functionality is identical to v0.8.1 and v0.8.0.

Thanks @schueani for the careful diagnosis and stack trace.

Full Changelog: v0.8.1...v0.8.2