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
- perf: reduce blocking work when switching services by @OskarEichler in #2530
- fix: avoid service webview clipping performance regression by @SpecialAro in #2544
- perf: avoid layout and theme rebuilds on service switches by @OskarEichler in #2531
Other Changes
- Fixes typo "loose" -> "lose" by @LeventCelik in #2534
- add OskarEichler as a contributor for code by @allcontributors[bot] in #2545
- perf: avoid repeated cache directory scans in Advanced settings by @OskarEichler in #2529
- perf: skip redundant synchronous settings writes by @OskarEichler in #2528
Recipe Changes
Addition
- add: Primal by @0xCmdrKeen in ferdium/ferdium-recipes#740
- add: Photon by @0xCmdrKeen in ferdium/ferdium-recipes#745
- add: Gather 2.0 by @tavaresgmg in ferdium/ferdium-recipes#741
Other changes
- fix: improve Google Chat unread badge reliability by @anhvu-sg in ferdium/ferdium-recipes#735
- fix: reduce high CPU usage on Instagram direct messages by @zquestz in ferdium/ferdium-recipes#742
- feat: add unread badges for Bluesky notifications and chat by @nexxai in ferdium/ferdium-recipes#744
New Contributors
- @LeventCelik made their first contribution in #2534
- @OskarEichler made their first contribution in #2530
Full Changelog: v7.2.2...v7.2.3