Skip to content

v11.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 12:20
· 5 commits to release/v1 since this release

v11.5.0 (2024-06-11)

Chore

Feature

  • feat: include more tables in spansh import

Added processing spansh source for Ship, ShipVendor, Upgrade, and UpgradeVendor tables. (da1ee03)

Refactor

  • refactor: correct get_timings() return hint (beeaea7)

  • refactor: accurate progress bar (293c35b)

  • refactor: accurate progress bar (a90a216)

  • refactor: ingest_stream() -> self.ingest_stream() (0f18d10)

  • refactor: correct load_known_stations return hint (0eaed90)

  • refactor: output sample system json if debug

The entire galaxy_stations.json is too big and unwieldy to look at directly, so turning on debug will output only the Shinrarta Dezhra system to ./tmp/shin_dez.json, making it much easier to see the data structure, and since Jameson Memorial has all the things, we can also use it to check those things against the DB. (3688683)

  • refactor: move eddblink_plug downloads to ./tmp (dee11c2)

  • refactor: include system name in "updated"/"added" logs

#177 (4e403fe)

Style