Skip to content

Release/1.0

Latest
Compare
Choose a tag to compare
@norohind norohind released this 17 Sep 23:23
bbb0e11
  1. Remove possibility to send notifications when jumps not in your own FC.
  2. Add a hyperlink in settings with an instruction how to issue a discord webhook.
  3. Display plugin's version in settings tab.
  4. Add ability to override hook name. .format support, i.e. default template {carrier.name} | {cmdr} will be converted to your carrier name | your nickname. For full list of available fields see fields of class Carrier at https://github.com/norohind/EDMC-FCTracker/blob/bbb0e119fe1ece435584e7f434276594c0029b90/load.py#L153, carrier is instance of Carrier class.
  5. A mechanism to detect current FC location and use it in notifications. It uses FSS signals, docking history and locations of stored ships. You can switch sending carrier location with Guess current location checkbox and see current guess in Current guess field.
  6. Prevent leaking discord webhooks urls by EDMC's logs, now the plugin logs only last chars of url.
  7. Add support for decommission and cancel decommission FC events, haven't tested.
  8. Add a workaround for missing CarrierJump event.