# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased ### 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: set DYLD_LIBRARY_PATH & DYLD_FRAMEWORK_PATH relatively to engine path ## [0.4.1] - 2019-12-22 ### Fixed - `YAMLLoadWarning: […] the default Loader is unsafe. […]` ## [0.4.0] - 2017-10-31 [Unreleased]: https://github.com/fphammerle/tooncher/compare/0.4.1...HEAD [0.4.1]: https://github.com/fphammerle/tooncher/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/fphammerle/tooncher/compare/0.3.1...0.4.0