Skip to content

v1.5.1 — macOS fullscreen hotfix

Choose a tag to compare

@lc4t lc4t released this 05 Jun 17:49
· 7 commits to dev since this release

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 default true. 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: false plus defensive maximizable: false in manifest.main. Combined with existing maxWidth: 460 / maxHeight: 640, the window now stays a small floating panel that does not animate into a fullscreen Space.

No JS / runtime / config changes. Direct overinstall over v1.5.0 is safe; settings persist.

Full notes: docs/CHANGELOG.md