From c9f6ef1bc0670ea038dc46613aa7bf14cc7a08e1 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Mon, 9 Mar 2020 22:08:33 +0100 Subject: [PATCH] added CHANGELOG --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..51630d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# 0.4 (2020-03-09) + +Kind of a big one. Obviously because in addition to EDSM, I can now do some +stuff with Spansh’s database. At this point I’m not sure if I want to keep it in +the kind of hacky quick&dirty state it’s in right now or do another abstraction +layer in addition to EDSM’s. 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. It’s 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 commander’s 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