Releases: eyeonus/Trade-Dangerous
v10.15.2
v10.15.2 (2024-04-19)
Fix
- fix: maxage errors if not set
float(null)
doesn't work, obviously, make sure to only cast to float
is maxage has been set. Also make sure maxage is set before doing the
math to see if a station should be skipped.
fix: Make sure the cache is updated if a system, station, or commodity
was added to the DB.
fix: Use fdev_id as item_id when adding new commodity to the DB.
fix: Update the ui_order for commodities when a new one is added to the
DB.
refactor: Use a better method for removing spaces from a prices file. (3d7e330
)
Unknown
- Merge branch 'release/v1' of https://github.com/eyeonus/Trade-Dangerous.git into release/v1 (
eddbbe0
)
v10.15.1
v10.15.0
v10.15.0 (2024-04-17)
Feature
- feat: add maxage option to spansh plugin
By specifying maxage, any station from the source that is older than the
age will be skipped.
So if a full update was done using galaxy_stations.json on 13th May
(which is updated every ~24 hours), doing a new update on 20th of May
with a max_age of 7 will skip anything in the source that wasn't updated
later than 13th May (0063e12
)
v10.14.4
v10.14.4 (2024-04-15)
Fix
- fix: download file when using spansh url option
If there is a connection error whilst streaming from the url, it results
in a crash. Downloading the file first and then streaming from the local
file instead results in a much more stable import process. (f6e1a9a
)
Unknown
- Merge branch 'release/v1' of https://github.com/eyeonus/Trade-Dangerous.git into release/v1 (
40f8f7c
)
v10.14.3
v10.14.3 (2024-04-15)
Fix
- fix: Don't overwrite TradeDangerous.prices
spansh import plugin now writes to <TD_path>/tmp/spansh.prices
rather
than overwriting the cache file, and automatically imports the resulting
spansh.prices file when processing has completed, rather than asking the
user to import it via the import dialog box.
Also added the listener
option to the spansh plugin to forego the
import when run from TD-listener. (2c5080b
)
Unknown
- Merge branch 'release/v1' of https://github.com/eyeonus/Trade-Dangerous.git into release/v1 (
f8db4af
)
v10.14.2
v10.14.2 (2024-03-23)
Fix
-
fix: Update pyproject.toml (
c25e778
) -
fix: Update python-app.yml (
0320312
) -
fix: Update python-app.yml (
d523382
) -
fix: Update python-app.yml (
15fa4ca
) -
fix: Update python-app.yml (
7e118a8
) -
fix: Update publish.txt (
1dc4031
) -
fix: Update python-app.yml (
39b2fbc
) -
fix: Update python-app.yml (
890bba8
) -
fix: Update python-app.yml (
229db1f
) -
fix: Update python-app.yml (
b79a47b
) -
fix: Update python-app.yml (
41962ef
) -
fix: Update python-app.yml (
c7141ca
) -
fix: Update python-app.yml (
432631e
) -
fix: Update python-app.yml (
96c29bd
) -
fix: Update python-app.yml (
7a4ce3b
) -
fix: Update python-app.yml (
46288d9
) -
fix: Update python-app.yml (
d6b956c
) -
fix: Create pyproject.toml (
bd54be8
) -
fix: Update python-app.yml (
85491b9
) -
fix: Update python-app.yml (
45a420a
) -
fix: Update python-app.yml (
70a80a1
) -
fix: Update python-app.yml (
69d3806
) -
fix: Update python-app.yml (
482462d
) -
fix: Update python-app.yml (
563d447
) -
fix: Update python-app.yml (
94f5e3d
) -
fix: bump again (
3cc5254
) -
fix: Update python-app.yml (
5d098fb
) -
fix: bump version for pypi publication (
e05853f
)
Refactor
- refactor: Update publish.txt (
d8ae0b7
)
v10.14.1
v10.14.0
v10.14.0 (2024-03-17)
Feature
-
feat: plugin to ingest pricing data from https://downloads.spansh.co.uk/galaxy_stations.json
-
fix station name matching
sqlite's upper()
function doesn't support non-ascii characters, so letters like "ñ" do not get capitalised correctly.
move that transform to the python side, which has full unicode support
- feat: plugin to ingest pricing data from https://downloads.spansh.co.uk/galaxy_stations.json (
7dd32b5
)