v1.5.1 — macOS fullscreen hotfix
macOS hotfix. Recommended upgrade for anyone running Eagle in full-screen Space on macOS.
Fixed
- Settings panel inheriting macOS full-screen state, and black screen flash on panel close.
- Root cause: the manifest did not declare
fullscreenable, so Eagle used the defaulttrue. macOS therefore treated the plugin window as fullscreen-capable, and when Eagle was running in a full-screen Space, the plugin window joined that Space — triggering the system's fullscreen transition animation on open/close (the black flash). - Fix: explicit
fullscreenable: falseplus defensivemaximizable: falseinmanifest.main. Combined with existingmaxWidth: 460/maxHeight: 640, the window now stays a small floating panel that does not animate into a fullscreen Space.
- Root cause: the manifest did not declare
No JS / runtime / config changes. Direct overinstall over v1.5.0 is safe; settings persist.
Full notes: docs/CHANGELOG.md