Skip to content

Commit

Permalink
Updated EDAPI plugin to version 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bgol committed Jul 8, 2016
1 parent bcd8fab commit f800b0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
TradeDangerous, Copyright (C) Oliver "kfsone" Smith, July 2014
==============================================================================

Jul 06 2016 (bgol, horizon branch):
Jul 08 2016 (bgol, horizon branch):
. Updated EDAPI plugin to version 3.7.4:
- Let the user know about the API response.
- New option "test=[FILENAME]" to test the plugin.
- New option "warn" to ask the user if the API response differ from
the database entry of the station.
Default behavior is now to just warn the user know about it.

Jul 07 2016 (bgol, horizon branch):
. Updated EDAPI plugin to version 3.7.3:
- Reworked station data handling
- Reworked consistency checks for API <-> DB diffs
Expand Down
4 changes: 2 additions & 2 deletions plugins/edapi_plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from collections import namedtuple


__version_info__ = ('3', '7', '3')
__version_info__ = ('3', '7', '4')
__version__ = '.'.join(__version_info__)

# ----------------------------------------------------------------
Expand Down Expand Up @@ -380,7 +380,7 @@ class ImportPlugin(plugins.ImportPluginBase):
'csvs': 'Merge shipyards into ShipVendor.csv.',
'name': 'Do not obfuscate commander name for EDDN submit.',
'save': 'Save the API response (tmp/profile.YYYYMMDD_HHMMSS.json).',
'edcd': 'Call the EDCD plugin first',
'edcd': 'Call the EDCD plugin first.',
'eddn': 'Post market, shipyard and outfitting to EDDN.',
'test': 'Test the plugin with a json file (test=[FILENAME]).',
'warn': 'Ask for station update if a API<->DB diff is encountered.',
Expand Down

0 comments on commit f800b0c

Please sign in to comment.