- Rewritten with Requests library, in order to support the latest Tesla authentication protocol
- Packaged via PyPI (pip)
- Removed API and baseurl from constructor; added proxy support
- Refactored to keep sessions persistent and refresh according to the values returned by the server
- Remove hard-coded client_id and client_secret; read them from pastebin instead
- Initial release