elite-scripts/CHANGELOG.md

29 lines
1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 0.4.1 (2020-06-18)
* removed accidentally left over debug print code from `spansh.py`
# 0.4 (2020-03-09)
Kind of a big one. Obviously because in addition to EDSM, I can now do some
stuff with Spanshs database. At this point Im not sure if I want to keep it in
the kind of hacky quick&dirty state its in right now or do another abstraction
layer in addition to EDSMs. Probably will be too lazy.
In addition to that the compiled version of the scripts for windows will now be
a single executable file per script instead of having all the libraries stuff in
subfolders. Its cleaner that way, IMO.
## explorationtools.py
* `findcommander` now gives a last seen date for the position
known bugs:
* I need to fix the way the commanders last seen is pulled. Right now searching
for a commander will error out if their profile is public, but their flight
logs (and thus the last updated time stamp) is not.
## spansh.py
* added `spansh.py` for accessing data from https://spansh.co.uk
* see the README for what it can do right now