v7.2.2Desktop
7.2.2
Added 1
- add ZIP artifact for Windows ARM64
Changed 1
- Linux/Wayland: Electron now defaults to native Wayland on Wayland sessions; use --ozone-platform=x11 to force XWayland instead of ELECTRON_OZONE_PLATFORM_HINT
Fixed 3
- bypass Electron tray on Linux with StatusNotifierItem
- decouple background options from system tray on macOS
- clear service browser storage before reload or deletion
Removed 1
- macOS 11 Big Sur is no longer supported; macOS 12 Monterey or newer is now required due to the upgrade to Electron 43
Security 1
- enable ASAR integrity validation and restrict app loading
From Ferdium
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: https://github.com/ferdium/ferdium-app/compare/v7.2.1...v7.2.2