Since there haven't been many changes to EVE data since the December release, this release is simply to get various features / bug fixes out the door and into the hands of our users. As always, if you notice something wrong, let us know on our issues page so that we can get it fixed before the April balance patch comes out.
New:
- Attribute grouping (#1771)
- pyfa now supports grouping attributes, much like the EVE Client does, to produce a slimmed down, more readable attribute listing. Raw view still functions the same and will list out all attributes associated with an item with their raw names.
- Spool-up options (#1819)
- Modules which have spoolup abilities now have a new context menu that allows the user to set the number of cycles. Additionally, global default can now be set in the preferences.
- Fit Price Optimization (#1841)
- We now have the ability through the main menu to optimize the fit for price. For example, Federation Navy Web and Shadow Serpentis Web are essentially the same module (mostly the same stats), but one is 30M more. This feature will fetch fresh prices and swap out such modules for cheaper alternatives.
- There is now a modal that pops up when logging into SSO and using a local server, letting the user know that a local server is running. The server will continue to run until either the user logs into their character, or the modal is closed. (#1859)
- Multibuy export changes:
- Added export options (#1840)
- Multiple items of the same type are now aggregated
- Fill slots with module (#1779) (thanks @petosorus!)
- Ctrl+Backspace in Search bars now functions properly (#1858) (thanks @WatchMeCalculate!)
- Added price column for fighters
- Added market group jump for abyssal items (based on base item market group)
- Base module and Mutaplasmid are now displayed in Abyssal Module Stats > Mutations tab (#1817)
Fixes
- Update check preventing users from seeing new releases (#1860)
- This prompted many issues regarding SSO characters, since the December release had a fix that previous releases did not, yet many users were not aware of update (eg #1849)
- "Hide empty group" ship browser filter was not following pyfa-specific item group overrides, thus incorrectly showing/hiding groups in specific cases
(α)
shows up when renaming a character that is set to alpha (#1816) (thanks @burnsypet!)- [Linux] Item Stats crash when system default theme included transparency (#1831)
- Inertial Stabilizers signature modifier computed without stacking penalty (#1832)
- [macOS] Pasting mutated item doesn't work (#1835) (thanks @WatchMeCalculate)
- [Linux] Ship browser not resetting scroll during navigation (#1843)
- Opening stats window is slow for items which need to fetch prices for comparisons (#1850)
- Emergency Hull Energizer not being applied correctly (#1854)
- Error while attempting to delete character implant from fitting window (#1863)
- [Linux] Various GUI fixes (#1866, #1877, #1897)
- Items which cannot be fit to the ship still attempting to fit to ship through variations menu (#1870)
- Various mutation tab fixes:
- Mutated web bigger speed loss factor is shown as bad (#1876)
- Fixed neut resistance slider behavior
- Mutation bar is now centered on the closest to base attainable value, which affected decayed disruptor cap use
- Attempting to place items in cargo when no fit is loaded (#1888)
- Character editor is now spawned on top of main window rather than separate window to fix focus/z-order bugs on Linux and possibly other platforms (#1886)
- Skill groups now expand by double-click in character editor (#1886)
- Fixed sorting by price column in item variations tab
- CPU and powergrid output and use are now rounded to make it consistent with EVE
- Abyssal modules are no longer exported to multibuy
- Do not fetch price for abyssal modules, which removes (!) tag from price column for them
- Do not export the fit when Cancel is chosen in fit export dialog
- [Linux] Checkmark not showing on factor reload context menu to indicate value (#1897)
Misc Changes / Updates:
- pyfa now fetches global price if price for specific system fails (to show cost of capital ship hulls and cost of rare items) (f9eef5e)
- Fighters are sorted by fighter type and name
- Boosters are sorted by booster slot
- Added secondary sorting by item name in item comparison tab
- XML and DNA export have been removed in export options.
Technical:
- We've finally got AppVeyor and TravisCI working to produce releases automatically on repo tagging. This is a big step forward in automating our release process, which for a long while was dependent on a single developer producing builds manually. This release marks the first utilization of this new process. (#1827)
- Effect definition files have been merged into a single file. This should speed up fit calculation due to less I/O work (#1893)
- Some work was done to move certain constants in the code base to a centralized location. This should technically increase performance, but the amount is probably negligible - it's more a convenience thing for us devs 😛 (#1869)(thanks @IndictionEve!)
- Pyfa has updated python packages. If you're running pyfa from source, please make sure you update your environments to versions specified in
requirements.txt