Skip to content

v2.57.0dev1 - library version bump

Pre-release
Pre-release
Compare
Choose a tag to compare
@DarkFenX DarkFenX released this 04 Dec 11:05
· 126 commits to master since this release

This release is expected to fix pyfa for macOS users and a bunch of more minor issues, but is very likely to break lots of other things too. Linking tracking issues below, if pyfa can't launch or crashes, post there. I will be looking into those problems as long as those issues are kept open:

  • Windows: #2547
    • just dependencies were updated, but it also included update of pyinstaller, which historically has a significant chance to cause windows-related issues (especially when it comes to anti-virus monitors)
  • macOS: #2548
    • just dependencies were updated, but it should fix inability to launch pyfa on newer macOS versions
  • Linux: #2549
    • dependencies updated
    • AppImage build process was changed (migrated to a new build tool). Since it now includes minimal amount of dependencies (which was just enough to make it work on installations I had access to), it's very likely that AppImage won't launch on some installations due to missing libraries. Don't install libraries yourself - just report those problems to the linked issue!

This is a long overdue update to library versions used by pyfa. It was mostly kept on hold because of #2179, because of which I gave up on it long time ago, but thanks to recent macOS issues and related burst of complaints/attempts to fix, gave it another go, and seems like lots of issues were fixed on wxpython/wxwidgets side. Thanks to NotFabio for bringing it up, and thanks to wxPython team for fixing all those issues.