Skip to content

v1.3.0

Compare
Choose a tag to compare
@arihant2math arihant2math released this 04 Jun 06:57
· 189 commits to master since this release
  • BREAKING: Updating now is forced (update is no longer an initialization parameter for any request class, data is the replacement and requires the actual data to be provided)
  • BREAKING: Deprecated the hard parameter for Ship.update() (it does nothing now)
  • BREAKING get_all* and list_systems have been removed use Ship.all() or Contract.all() or System.all() or Waypoint.all()
  • ADDED: 6/3/2023 Server Features Support
  • ADDED: Fuel Cost and Time formulas in util.py
  • ADDED: Market Transaction
  • UPDATED: Polling time for navigate_async has changed to 1 second and is configurable
  • UPDATED: Refueling, Buying, Updating mounts, and Selling now return MarketTransaction
  • FIXED: Removed Print Statements

Full Changelog: v1.2.4...v1.3.0