Skip to content

Releases: eyeonus/Trade-Dangerous

v10.4.5

23 May 01:10
Compare
Choose a tag to compare

Fix

v10.4.4

23 May 00:06
Compare
Choose a tag to compare

Fix

  • Don't crash when attempting to download non-existent file. (97c254d)

v10.4.3

26 Feb 21:00
Compare
Choose a tag to compare

Fix

  • properly set profile save path (55274fe)

v10.4.1

26 Feb 19:31
Compare
Choose a tag to compare

Fix

  • error when trying to insert rare items that already exist in table (20d64c6)

v10.4.0

26 Feb 11:53
Compare
Choose a tag to compare

Feature

  • Allow rare items to be in the normal item table. (6a8ddef)

Fix

  • generate RareItem table after import (6425188)

v10.3.1

25 Feb 19:07
Compare
Choose a tag to compare

Fix

  • skip stations that are not in the DB when importing listings (34220dc)

v10.3.0

20 Feb 02:24
Compare
Choose a tag to compare

Feature

  • add 'TD_SERVER', 'TD_FALLBACK', and 'TD_SHIPS' env_vars (5e92257)

TD_SERVER = Location of the TD server.
(Currently 'http://elite.tromador.com/files/'.)

TD_FALLBACK = Location of the EDDB.io server.
(Currently 'https://eddb.io/archive/v6/'.)

TD_SHIPS = Location of EDCD ship info file.
(Currently 'https://raw.githubusercontent.com/EDCD/coriolis-data/master/dist/index.json'.)

Setting the environment variable allows updating these web addresses by
the user without needing to wait for TD to update.

v10.2.0

14 Feb 20:23
Compare
Choose a tag to compare

Feature

  • Add environment variable for setting location of 'eddb' folder. (930e2e5)

Fix