Skip to content

Releases: cosmictraders/autotraders

v1.4.1

04 Jun 21:25
Compare
Choose a tag to compare
  • FIXED: Agent pagination bug fix

Full Changelog: v1.4.0...v1.4.1

v1.4.0

04 Jun 20:25
Compare
Choose a tag to compare
  • ADDED: Proper Pagination via pagination list class
  • CHANGED: Refining now returns the refined product as a Item

Full Changelog: v1.3.3...v1.4.0

v1.3.3

04 Jun 07:17
Compare
Choose a tag to compare
  • FIXED: Market waypoint type initialization bug

Full Changelog: v1.3.2...v1.3.3

v1.3.2

04 Jun 07:13
Compare
Choose a tag to compare
  • FIXED: Bug that causes Waypoint types to fail on initialization

Full Changelog: v1.3.1...v1.3.2

v1.3.1

04 Jun 07:04
Compare
Choose a tag to compare
  • FIXED: Bug involving agent ships and contracts being accidentally paginated (temp fix).

Full Changelog: v1.3.0...v1.3.1

v1.3.0

04 Jun 06:57
Compare
Choose a tag to compare
  • 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

v1.2.4

26 May 21:53
Compare
Choose a tag to compare
  • ADDED: More static types
  • FIXED: Bug that caused time parsing errors on older python versions (<3.11)

Full Changelog: v1.2.3...v1.2.4

v1.2.3

26 May 21:20
Compare
Choose a tag to compare
  • FIXED: Moving parameter in nav
  • FIXED: Agent Typing
  • FIXED: Made Agent Headquarters a map symbol

Full Changelog: v1.2.2...v1.2.3

v1.2.2

26 May 20:41
Compare
Choose a tag to compare
  • FIXED: Excessively cautious rate limiter
  • FIXED: Made token attribute truly optional

Full Changelog: v1.2.1...v1.2.2

v1.2.1

26 May 20:22
Compare
Choose a tag to compare
  • FIXED: GitHub Actions python package publishing issue

Full Changelog: v1.2.0...v1.2.1