What's Changed
App Changes
⚠️ Breaking Changes (from 7.2.0)
- macOS 11 Big Sur is no longer supported. macOS 12 Monterey or newer is now required due to the upgrade to Electron 43.
- Linux/Wayland: Electron now defaults to native Wayland on Wayland sessions.
ELECTRON_OZONE_PLATFORM_HINTis no longer supported; use--ozone-platform=x11to force XWayland.
Important Changes
- fix: bypass Electron tray on Linux with StatusNotifierItem by @SpecialAro in #2504
- fix(macOS): decouple background options from system tray by @SpecialAro in #2508
- fix: clear service browser storage before reload or deletion by @SpecialAro in #2512
- security: enable ASAR integrity validation and restrict app loading by @SpecialAro in #2511
Other Changes
- build: add ZIP artifact for Windows ARM64 by @SpecialAro in #2510
- ci: add stale issue and pull request automation by @SpecialAro in #2514
- chore: update Browserslist data and apply linter fixes by @ferdium-bot
Recipe Changes
No recipe changes in this release.
Full Changelog: v7.2.1...v7.2.2