Changelog for
edmarketconnector-5.4.1-2.14.noarch.rpm :
* Sun Sep 18 2022 Theodore Grammenos
- Release 5.4.1
* If for any reason EDMarketConnector.exe fails to shutdown and exit when asked to by the upgrade process this should no longer result in a spontaneous system reboot. Closes #1492.
* The new EDDN fsssignaldiscovered/1 schema has been implemented.
* EDSM trace level logging will no longer log API credentials unless explicitly asked to, separately from other EDSM API trace logging.
* EDDN: Ensure we always remove all _Localised suffix keys in data. This was missed in some recent new schemas and turned out to be an issue for at least approachsettlement/1.
* Mon Nov 01 2021 Theodore Grammenos - Release 5.2.0
* The \'Update\' button is disabled if CQC/Arena is detected.
* Frontier CAPI queries now run in their own thread. There should be no change in functionality for users. This affects both EDMarketConnector (GUI) and EDMC (command-line).
* File > Status will now use cached CAPI data, rather than causing a fresh query. Currently if data has not yet been cached nothing will happen when trying to use this.
* Trying to use File > Status when the current commander is unknown, or there is has been no CAPI data retrieval yet, will now result in the \'bad\' sound being played and an appropriate status line message.
* File > Save Raw Data also now uses the cached CAPI data, rather than causing a fresh query. This will write an empty JSON {} if no data is yet available.
* EDMarketConnetor command-line arguments have been re-ordered into logical groups for --help output.
* Support added for several new EDDN schemas relating to specific Journal events. The live EDDN server has been updated to support these.
* If a message to EDDN gets an \'unknown schema\' response it will NOT be saved in the replaylog for later retries, instead being discarded.
* Pressing the \'Update\' button when in space (not docked, not on a body surface) will no longer cause a spurious \"Docked but unknown station: EDO Settlement?\" message.
* A bug preventing --force-localserver-auth from working has been fixed.
* horizons and odyssey flags should now always be set properly on all EDDN messages. The horizons flag was missing from some.
* Sun Oct 10 2021 Theodore Grammenos - Release 5.1.3
* Attempt to flush any pending EDSM API data when a Journal Shutdown or Fileheader event is seen. After this, the data is dropped. This ensures that, if the user next logs in to a different commander, the data isn\'t then sent to the wrong EDSM account.
* Ensure a previous Journal file is fully read/drained before starting processing of a new one. In particular, this ensures properly seeing the end of a continued Journal file when opening the continuation file.
* New config options, in a new Privacy tab, to hide the current Private Group, or captain of a ship you\'re multi-crewing on. These usually appear on the Commander line of the main UI, appended after your commander name, with a / between.
* EDO dockable settlement names with + characters appended will no longer cause \'server lagging\' reports.
* Don\'t force DEBUG level logging to the plain log file if --trace isn\'t used to force TRACE level logging. This means logging to the plain log file will once more respect the user-set Log Level, as in the Configuration tab of Settings. As its name implies, the debug log file will always contain at least DEBUG level logging, or TRACE if forced.