Database:
- Updated for the latest version of release 24.01
Changes:
- 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.
- Added generic command burst support (#2795, thanks @GET-R3AL!)