v7.2.1Desktop
7.2.1
Added 1
- New Crowdin translation updates
Changed 2
- Linux/Wayland: Electron now defaults to native Wayland on Wayland sessions; use --ozone-platform=x11 to force XWayland instead of ELECTRON_OZONE_PLATFORM_HINT
- Migrate to core24 on snapcraft
Fixed 4
- Fix deeplink causing black screen on Ferdium
- Update electron-builder to fix ARM builds
- Group enableSystemTray options
- Fix WhatsApp calls not working by enabling web security
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
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: deeplink causing black screen on Ferdium by @SpecialAro in https://github.com/ferdium/ferdium-app/pull/2494
- fix(arm): update electron-builder to fix #2491 by @SpecialAro in https://github.com/ferdium/ferdium-app/pull/2495
Other Changes
- feat(i18n): new Crowdin updates by @ferdium-bot in https://github.com/ferdium/ferdium-app/pull/2487
- feat(i18n): new Crowdin updates by @ferdium-bot in https://github.com/ferdium/ferdium-app/pull/2488
- chore: migrate to core24 on snapcraft by @SpecialAro in https://github.com/ferdium/ferdium-app/pull/2496
- fix: group enableSystemTray options by @SpecialAro in https://github.com/ferdium/ferdium-app/pull/2498
Recipe Changes
- fix: whatsapp calls not working (enable web security) by @SpecialAro in https://github.com/ferdium/ferdium-recipes/pull/739
Full Changelog: https://github.com/ferdium/ferdium-app/compare/v7.2.0...v7.2.1