# Ferdium v7.2.2 — 7.2.2 - Product: Ferdium (https://whatsnew.fyi/product/ferdium) - Vendor: Ferdium - Date: 2026-08-23 - Version: v7.2.2 - Original notes: https://github.com/ferdium/ferdium-app/releases/tag/v7.2.2 - Permalink: https://whatsnew.fyi/product/ferdium/releases/v7.2.2 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **removed** — macOS 11 Big Sur is no longer supported; macOS 12 Monterey or newer is now required due to the upgrade to Electron 43 - **changed** — 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** — bypass Electron tray on Linux with StatusNotifierItem - **fixed** — decouple background options from system tray on macOS - **fixed** — clear service browser storage before reload or deletion - **security** — enable ASAR integrity validation and restrict app loading - **added** — add ZIP artifact for Windows ARM64 #### 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_HINT` is no longer supported; use `--ozone-platform=x11` to 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