You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release updates many libraries used by Pyfa, some of them through a major version bump. I tried to iron out as many issues caused by this as possible, but there are likely things I broke without noticing. Please post issues if you face any.
Pyinstaller version also has been updated, and doing that often triggers Windows defender.
With new release of wxPython/wxWidgets, which added dark mode support across all platforms, dark mode setting has been added to general preferences.
Windows notes: switching mode needs full app restart. On top of that, due to wxPython/wxWidgets redrawing dark mode widgets multiple times, there are performance regressions, up to making dark-mode app unusable on windows. I hope to mitigate it to some extent, but couldn't make it until today. If you have performance issues in dark mode on Windows, switch to bright mode and restart.
Added generic command burst support (#2795, thanks @GET-R3AL!)
Fixes:
Do not crash on attempt to load dialog on some linux distributions (#2791, thanks @tadeasf!)