Releases: anthonylangsworth/EDMFAT
Alpha v0.21
Fix the breaking changes with plug-ins in EDMC version 5.0, which is required for the Odyssey expansion. This version of EDMFAT requires EDMC version 5.0 or later. It will not work with earlier versions.
Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.
Alpha v0.20
Due to a recent error with the FCMS plug-in, I changed some file names in this plug-in to differentiate them. This ensures the Python programming language and EDMC does not unintentionally use code from a different plug-in.
Install this release by downloading and running "edmfat.msi" under "Assets" below as per the README.
Alpha v0.19
- Add welcome and ending dialogs to the MSI installer. This helps inform people when the installation is complete. Users must agree to the GPL v3.0 license to use this software.
- Format the output of the "Copy Raw Activity" button in the settings dialog to make it more human-readable. It is still JSON but now indented.
To install this release, download and run "edmfat.msi" in the "Assets" below as per README.
Alpha v0.18
Revert the mission bug fix. There is insufficient information in the journal to reliably determine whether the influence increases or decreases for the target faction. While technically incorrect, the previous implementation is close enough.
To install this release, download and run "edmfat.msi" in the "assets" below as per README.
Alpha v0.17
- Add the "Copy Raw Activity" button in the settings dialog. Clicking this copies the raw JSON data stored by the plug-in to the clipboard. This can (1) help understand the minor factions impacted by an in-game action or (2) be imported into data analysis tools. The format may change.
- Fix a bug where missions in the same system were only counted once. For example, a trade mission from minor faction A in station 1 to minor faction B in station 2 in the same system did not add an entry for the minor faction B.
- Fix a bug where all event summaries were written to the EDMC log after doing something BGS-relevant instead of just the event summaries created by that action. This cluttered the log.
To install this release, download and run "edmfat.msi" in the "assets" below as per README.
Alpha v0.16
Show a link on the main window if a newer EDMFAT release is available on Github.
To install this release, download and run "edmfat.msi" in the "assets" below.
Alpha v0.15
- Fix the styling of the minor faction list box on the settings page. It should no longer have a black background and white text on some systems.
- Changed the behaviour of the minor faction list box on the settings page to act like a normal multi-selection listbox, using Shift and Control keys to select multiple values.
Alpha v0.14
- EDMFAT now tracks activity when (1) the commander jumped into a system on a fleet carrier and (2) the subsequent EDSM API call to get the system's minor factions failed. Previously, activity in that system would not be tracked.
- EDMFAT forces the background of the minor faction listbox in the settings dialog to white. It had a black background on some systems.
Alpha v0.13
- Add support for clean ship kills and failed missions.
- No longer delete the settings file on uninstall or upgrade. This will leave the settings file behind but prevents wiping selected minor factions and mission progress on upgrade.
- Remove abandoned missions from the internal mission tracker. This is not visible to users but reduces clutter in the settings file over time.
WARNING: Upgrading from v0.12 may delete your settings. Copy any activity before upgrading.
Alpha v0.12
- Save off the activity when EDMC shuts down and reload it when starting. This helps if you forget to copy your activity off before shutting down EDMC. The
Copy + Reset
button still clears activity. - Recalculate past activity after changing minor factions. This helps if you complete a mission or perform more activity before changing the minor faction.