Skip to content

YC119.3 - v1.28.1

Compare
Choose a tag to compare
@blitzmann blitzmann released this 21 Mar 02:37
· 4578 commits to master since this release
v1.28.1

v1.28.1

Fixed:

  • Missing context menu actions (#1043, #1049)
  • Issue regarding matplotlib (#1046)
  • Occasional problem when exporting fit to EVE via CREST (#1060)

Technical:

  • Listed logbook >= 1.0.0 as a requirement for those folks who run pyfa from source (#1052)

v1.28.0

Database:

  • Updated to YC119.3 v1.0

New:

  • Preferences now has some new pages: (#1012)
    • Users can now turn off some context menus (for performance reasons)
    • Users can now set some stat panels to off to reduce clutter (note that many "minimal" panels have not been implemented yet)
  • A new stats panel has been added: Remote Reps. Based off of work by @lunedis, @Ebag333 took it and fixed it up to work with current data. (#235) (#995)
  • "Variations" context menu has been added to Drones, Fighters, Boosters, and Implants (#943)
  • Middle click now opens fits (#1030) (thanks @Will-W!)

Fixed:

  • Issue concerning drag and drop into first low slot module (#1027, #1029)
  • Probe size tooltip not updating correctly (also caps the probe size to 1.08, not 1.11, as this is common community expectation) (#1026)
  • Shuttles fitting causing crash (#1041)

Technical:

  • We now have a new logging module that should work much better than our old logging (that is, it should actually work). A log file will now be generated whenever something breaks in pyfa (#986)
    • For Linux users (and anyone else running from source code), you must install the Logbook module. [sudo] python -m pip install logbook