CHANGELOG.md 1.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • path to tootown engine may be provided via env var $TOONCHER_ENGINE_PATH

Changed

  • install command line interface via setuptools.setup(entry_points=…)
  • now private:
    • tooncher.LOGIN_API_URL
    • tooncher.LoginDelayed
    • tooncher.LoginSuccessful
    • tooncher.TOONTOWN_ENGINE_DEFAULT_PATH
    • tooncher.api_request
    • tooncher.login
  • start_engine & launch: expected isinstance(engine_path, pathlib.Path) (instead of str)

Removed

  • argcomplete
  • tooncher.INVASIONS_API_URL
  • tooncher.InvasionProgress
  • tooncher.TOONTOWN_LIBRARY_PATH
  • tooncher.request_active_invasions

Fixed

  • mac: $DYLD_LIBRARY_PATH & $DYLD_FRAMEWORK_PATH relative to engine path

0.4.1 - 2019-12-22

Fixed

  • YAMLLoadWarning: […] the default Loader is unsafe. […]

0.4.0 - 2017-10-31